2022-12-01T10:04:48.2978173Z Requested labels: linux.2xlarge 2022-12-01T10:04:48.2978307Z Job defined at: pytorch/pytorch/.github/workflows/_linux-test.yml@refs/pull/89997/merge 2022-12-01T10:04:48.2978331Z Waiting for a runner to pick up this job... 2022-12-01T10:04:48.4774470Z Job is about to start running on the runner: i-0526d8e7600520733 (organization) 2022-12-01T10:04:52.9014546Z Current runner version: '2.299.1' 2022-12-01T10:04:52.9019843Z Runner name: 'i-0526d8e7600520733' 2022-12-01T10:04:52.9020312Z Runner group name: 'Default' 2022-12-01T10:04:52.9020876Z Machine name: 'ip-10-0-5-248' 2022-12-01T10:04:52.9022852Z ##[group]GITHUB_TOKEN Permissions 2022-12-01T10:04:52.9023584Z Actions: read 2022-12-01T10:04:52.9023857Z Checks: read 2022-12-01T10:04:52.9024168Z Contents: read 2022-12-01T10:04:52.9024542Z Deployments: read 2022-12-01T10:04:52.9024823Z Discussions: read 2022-12-01T10:04:52.9025135Z Issues: read 2022-12-01T10:04:52.9025447Z Metadata: read 2022-12-01T10:04:52.9025719Z Packages: read 2022-12-01T10:04:52.9026052Z Pages: read 2022-12-01T10:04:52.9026364Z PullRequests: read 2022-12-01T10:04:52.9026678Z RepositoryProjects: read 2022-12-01T10:04:52.9027027Z SecurityEvents: read 2022-12-01T10:04:52.9027394Z Statuses: read 2022-12-01T10:04:52.9027662Z ##[endgroup] 2022-12-01T10:04:52.9030580Z Secret source: None 2022-12-01T10:04:52.9031232Z Prepare workflow directory 2022-12-01T10:04:53.9600379Z Prepare all required actions 2022-12-01T10:04:53.9771586Z Getting action download info 2022-12-01T10:04:54.1566809Z Download action repository 'pytorch/pytorch@master' (SHA:850b53bbee82fb194af85b566aedee94b96def32) 2022-12-01T10:04:56.7868208Z Download action repository 'pytorch/test-infra@main' (SHA:1f415583bdcd967e33ea8fd05be71ed0bdf19880) 2022-12-01T10:04:56.9831825Z Download action repository 'nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767' (SHA:7d4a37704547a311dbb66ebdf5b23ec19374a767) 2022-12-01T10:04:57.1030640Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-12-01T10:04:57.3934393Z Getting action download info 2022-12-01T10:04:57.5677132Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-12-01T10:04:57.8196031Z Uses: pytorch/pytorch/.github/workflows/_linux-test.yml 2022-12-01T10:04:57.8197629Z ##[group] Inputs 2022-12-01T10:04:57.8197959Z build-environment: linux-focal-py3.7-clang7-asan 2022-12-01T10:04:57.8198592Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 4, num_shards: 5, runner: "linux.2xlarge" }, { config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" }, ]} 2022-12-01T10:04:57.8199310Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:04:57.8199687Z sync-tag: 2022-12-01T10:04:57.8199905Z ##[endgroup] 2022-12-01T10:04:57.8200390Z Complete job name: linux-focal-py3.7-clang7-asan / test (default, 5, 5, linux.2xlarge) 2022-12-01T10:04:57.8890565Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-12-01T10:04:57.8890872Z with: 2022-12-01T10:04:57.8891095Z submodules: recursive 2022-12-01T10:04:57.8891331Z fetch-depth: 0 2022-12-01T10:04:57.8891533Z env: 2022-12-01T10:04:57.8891746Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.8891978Z ##[endgroup] 2022-12-01T10:04:57.9098675Z ##[group]Run retry () { 2022-12-01T10:04:57.9098958Z retry () { 2022-12-01T10:04:57.9099228Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-12-01T10:04:57.9099470Z } 2022-12-01T10:04:57.9099700Z echo "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9099957Z if [ -z "${NO_SUDO}" ]; then 2022-12-01T10:04:57.9100231Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9100507Z else 2022-12-01T10:04:57.9100750Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9100975Z fi 2022-12-01T10:04:57.9101239Z mkdir "${GITHUB_WORKSPACE}" 2022-12-01T10:04:57.9115855Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:04:57.9116246Z env: 2022-12-01T10:04:57.9116465Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:04:57.9116696Z NO_SUDO: 2022-12-01T10:04:57.9116899Z ##[endgroup] 2022-12-01T10:04:57.9277147Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:06.4082013Z ##[group]Run malfet/checkout@silent-checkout 2022-12-01T10:05:06.4082299Z with: 2022-12-01T10:05:06.4082545Z ref: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:06.4082787Z fetch-depth: 0 2022-12-01T10:05:06.4083015Z submodules: recursive 2022-12-01T10:05:06.4083247Z quiet-checkout: true 2022-12-01T10:05:06.4083478Z repository: pytorch/pytorch 2022-12-01T10:05:06.4083898Z token: *** 2022-12-01T10:05:06.4084114Z ssh-strict: true 2022-12-01T10:05:06.4084343Z persist-credentials: true 2022-12-01T10:05:06.4084578Z clean: true 2022-12-01T10:05:06.4084797Z lfs: false 2022-12-01T10:05:06.4085013Z set-safe-directory: true 2022-12-01T10:05:06.4085240Z env: 2022-12-01T10:05:06.4085457Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:05:06.4085683Z ##[endgroup] 2022-12-01T10:05:06.5223948Z Syncing repository: pytorch/pytorch 2022-12-01T10:05:06.5225324Z ##[group]Getting Git version info 2022-12-01T10:05:06.5225776Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:06.5226271Z [command]/usr/bin/git version 2022-12-01T10:05:06.5235530Z git version 2.37.1 2022-12-01T10:05:06.5257129Z ##[endgroup] 2022-12-01T10:05:06.5276173Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/835c4620-189b-49a1-adfc-ac0805661394' before making global git config changes 2022-12-01T10:05:06.5276897Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:05:06.5280117Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:06.5317659Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2022-12-01T10:05:06.5322348Z ##[group]Initializing the repository 2022-12-01T10:05:06.5325401Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:05:06.5506645Z hint: Using 'master' as the name for the initial branch. This default branch name 2022-12-01T10:05:06.5507223Z hint: is subject to change. To configure the initial branch name to use in all 2022-12-01T10:05:06.5507760Z hint: of your new repositories, which will suppress this warning, call: 2022-12-01T10:05:06.5508088Z hint: 2022-12-01T10:05:06.5508574Z hint: git config --global init.defaultBranch 2022-12-01T10:05:06.5509164Z hint: 2022-12-01T10:05:06.5509722Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2022-12-01T10:05:06.5510281Z hint: 'development'. The just-created branch can be renamed via this command: 2022-12-01T10:05:06.5510547Z hint: 2022-12-01T10:05:06.5510925Z hint: git branch -m 2022-12-01T10:05:06.5511349Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2022-12-01T10:05:06.5517028Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2022-12-01T10:05:06.5545120Z ##[endgroup] 2022-12-01T10:05:06.5545569Z ##[group]Disabling automatic garbage collection 2022-12-01T10:05:06.5548242Z [command]/usr/bin/git config --local gc.auto 0 2022-12-01T10:05:06.5574036Z ##[endgroup] 2022-12-01T10:05:06.5574459Z ##[group]Setting up auth 2022-12-01T10:05:06.5579586Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:05:06.5606852Z [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:05:06.5844567Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:05:06.5870469Z [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:05:06.6105845Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:06.6141231Z ##[endgroup] 2022-12-01T10:05:06.6141661Z ##[group]Fetching the repository 2022-12-01T10:05:06.6146985Z [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:05:57.3694358Z [command]/usr/bin/git rev-parse --verify --quiet c13d400bffe90e16b96520bbc8a41a6f0c9cd584^{object} 2022-12-01T10:05:57.3726003Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --quiet --no-recurse-submodules origin c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:58.3105700Z ##[endgroup] 2022-12-01T10:05:58.3106251Z ##[group]Determining the checkout info 2022-12-01T10:05:58.3106936Z ##[endgroup] 2022-12-01T10:05:58.3107468Z ##[group]Checking out the ref 2022-12-01T10:05:58.3112014Z [command]/usr/bin/git checkout --quiet --force c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:05:59.5301223Z ##[endgroup] 2022-12-01T10:05:59.5301709Z ##[group]Setting up auth for fetching submodules 2022-12-01T10:05:59.5306967Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2022-12-01T10:05:59.5351882Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2022-12-01T10:05:59.5381084Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2022-12-01T10:05:59.5408943Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-12-01T10:05:59.5432322Z ##[endgroup] 2022-12-01T10:05:59.5432914Z ##[group]Fetching submodules 2022-12-01T10:05:59.5436052Z [command]/usr/bin/git submodule sync --recursive 2022-12-01T10:05:59.5692785Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2022-12-01T10:05:59.5931711Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-12-01T10:05:59.5934053Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-12-01T10:05:59.5935078Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-12-01T10:05:59.5937069Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-12-01T10:05:59.5939214Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-12-01T10:05:59.5941892Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-12-01T10:05:59.5943928Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-12-01T10:05:59.5946436Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-12-01T10:05:59.5948979Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-12-01T10:05:59.5951607Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-12-01T10:05:59.5954647Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-12-01T10:05:59.5957406Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-12-01T10:05:59.5960320Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-12-01T10:05:59.5963336Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-12-01T10:05:59.5966681Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-12-01T10:05:59.5969779Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-12-01T10:05:59.5973239Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-12-01T10:05:59.5977112Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:05:59.5980571Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-12-01T10:05:59.5984271Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-12-01T10:05:59.5987978Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-12-01T10:05:59.5992047Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-12-01T10:05:59.5996026Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-12-01T10:05:59.6000110Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-12-01T10:05:59.6004267Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-12-01T10:05:59.6008542Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-12-01T10:05:59.6012861Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-12-01T10:05:59.6017506Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-12-01T10:05:59.6022118Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-12-01T10:05:59.6026744Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-12-01T10:05:59.6031526Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-12-01T10:05:59.6036395Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-12-01T10:05:59.6041418Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-12-01T10:05:59.6046512Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-12-01T10:05:59.6051602Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-12-01T10:05:59.6058427Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-12-01T10:05:59.6063677Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-12-01T10:05:59.6069056Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-12-01T10:05:59.6074810Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-12-01T10:05:59.6080580Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-12-01T10:05:59.6086317Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-12-01T10:05:59.6108686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-12-01T10:05:59.9033570Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-12-01T10:06:00.1549663Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-12-01T10:06:00.5263068Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-12-01T10:06:00.8511876Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-12-01T10:06:01.3793566Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-12-01T10:06:03.8282925Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-12-01T10:06:09.7611218Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-12-01T10:06:10.9277305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-12-01T10:06:11.4943169Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-12-01T10:06:12.9773958Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-12-01T10:06:14.0703044Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-12-01T10:06:15.4731659Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-12-01T10:06:21.6513032Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-12-01T10:06:22.4401401Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-12-01T10:06:23.6045504Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-12-01T10:06:24.8473137Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-12-01T10:06:25.1210694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-12-01T10:06:25.5771256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-12-01T10:06:25.9205324Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-12-01T10:06:26.9761362Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-12-01T10:06:27.4035128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-12-01T10:06:27.6019173Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-12-01T10:06:27.9780331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-12-01T10:06:29.2756493Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-12-01T10:06:30.1330182Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-12-01T10:06:30.5273140Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-12-01T10:06:36.4055146Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-12-01T10:06:38.3028848Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-12-01T10:06:38.7552705Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-12-01T10:06:38.9901893Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-12-01T10:06:44.3173537Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-12-01T10:06:44.5284305Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-12-01T10:06:44.7601247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-12-01T10:06:45.5443153Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-12-01T10:06:45.7688199Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-12-01T10:06:46.0926188Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-12-01T10:06:46.3928371Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-12-01T10:06:46.9543552Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-12-01T10:06:49.0979743Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-12-01T10:06:49.5613408Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-12-01T10:06:51.6936865Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-12-01T10:06:51.7030121Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-12-01T10:06:51.7103028Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-12-01T10:06:51.7300578Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-12-01T10:06:51.7493886Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-12-01T10:06:51.7824069Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-12-01T10:06:52.3288832Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-12-01T10:06:52.3477813Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:06:52.4370656Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-12-01T10:06:52.4669254Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-12-01T10:06:52.7246514Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-12-01T10:06:53.0932559Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-12-01T10:06:53.3155629Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-12-01T10:06:53.3564842Z Submodule path 'third_party/fbgemm': checked out '0d98c261561524cce92e37fe307ea6596664309a' 2022-12-01T10:06:53.3578412Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:06:53.3579822Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:06:53.3581920Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:06:53.3584294Z 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:06:53.3607451Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-12-01T10:06:54.3116974Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-12-01T10:06:54.9110686Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-12-01T10:06:56.0145855Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-12-01T10:06:56.3512725Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-12-01T10:06:56.4419895Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-12-01T10:06:56.4940416Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-12-01T10:06:56.5028300Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-12-01T10:06:56.5782130Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-12-01T10:06:56.6092132Z Submodule path 'third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2022-12-01T10:06:56.6170152Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-12-01T10:06:56.6519932Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-12-01T10:06:56.6729594Z Submodule path 'third_party/gloo': checked out '5b143513263133af2b95547e97c07cebeb72bf72' 2022-12-01T10:06:56.7135709Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-12-01T10:06:56.7235883Z Submodule path 'third_party/ideep': checked out '77d662b313a762e82b389d3fd965e0098f12cd99' 2022-12-01T10:06:56.7249129Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-12-01T10:06:56.7269205Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-12-01T10:07:04.3203572Z Submodule path 'third_party/ideep/mkl-dnn': checked out '888a87a954e4fddb4d81fd10858eb834f2441b46' 2022-12-01T10:07:04.3218312Z 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:07:04.3241054Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-12-01T10:07:12.2092432Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '52b5f107dd9cf10910aaa19cb47f3abf9b349815' 2022-12-01T10:07:12.2185660Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-12-01T10:07:12.2314497Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-12-01T10:07:12.3172520Z Submodule path 'third_party/kineto': checked out '0703c78999061b8329dfab7ec5046fc5764a5573' 2022-12-01T10:07:12.3186965Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:12.3188544Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:12.3210030Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-12-01T10:07:13.4554128Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-12-01T10:07:14.6394914Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-12-01T10:07:14.6881449Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-12-01T10:07:14.7062157Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-12-01T10:07:14.7182463Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-12-01T10:07:14.8151040Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-12-01T10:07:15.0299997Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-12-01T10:07:15.0325253Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:15.0327381Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:15.0349239Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:15.4028214Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:17.2473382Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-12-01T10:07:17.2749397Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-12-01T10:07:17.2882672Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-12-01T10:07:17.2895463Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:17.2915365Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-12-01T10:07:19.0580250Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-12-01T10:07:19.0596413Z 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:07:19.0598182Z 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:07:19.0620209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-12-01T10:07:19.4414344Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-12-01T10:07:20.3448811Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-12-01T10:07:20.4034836Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-12-01T10:07:20.4046828Z 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:07:20.4068038Z 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:07:20.6733685Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:20.6813989Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-12-01T10:07:20.9130984Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-12-01T10:07:20.9149097Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:20.9150972Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:20.9174038Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-12-01T10:07:21.3075800Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-12-01T10:07:22.6276203Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-12-01T10:07:22.6880596Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-12-01T10:07:22.6953862Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-12-01T10:07:22.7047635Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-12-01T10:07:22.7343178Z Submodule path 'third_party/pybind11': checked out 'aa304c9c7d725ffb9d10af08a3b34cb372307020' 2022-12-01T10:07:22.7420036Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-12-01T10:07:22.7663716Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-12-01T10:07:22.7745970Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-12-01T10:07:22.8136828Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-12-01T10:07:22.9113021Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-12-01T10:07:22.9338676Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-12-01T10:07:22.9352949Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:22.9354891Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:22.9357923Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:22.9360905Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:22.9381091Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-12-01T10:07:24.0038569Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-12-01T10:07:24.3096981Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-12-01T10:07:25.8000446Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-12-01T10:07:26.7231323Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-12-01T10:07:26.7357816Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-12-01T10:07:26.7954623Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-12-01T10:07:26.8194707Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-12-01T10:07:26.8207275Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:26.8226725Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-12-01T10:07:27.1527120Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-12-01T10:07:27.2726777Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-12-01T10:07:27.2753298Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2022-12-01T10:07:27.3011402Z Entering 'android/libs/fbjni' 2022-12-01T10:07:27.3046177Z Entering 'third_party/FP16' 2022-12-01T10:07:27.3080901Z Entering 'third_party/FXdiv' 2022-12-01T10:07:27.3116138Z Entering 'third_party/NNPACK' 2022-12-01T10:07:27.3152453Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:27.3188792Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:27.3223162Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:27.3266729Z Entering 'third_party/benchmark' 2022-12-01T10:07:27.3300485Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:27.3335199Z Entering 'third_party/cub' 2022-12-01T10:07:27.3370026Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:27.3410244Z Entering 'third_party/cutlass' 2022-12-01T10:07:27.3450141Z Entering 'third_party/eigen' 2022-12-01T10:07:27.3485587Z Entering 'third_party/fbgemm' 2022-12-01T10:07:27.3521298Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:27.3554405Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:27.3590232Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:27.3625694Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:27.3661817Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:27.3698925Z Entering 'third_party/fmt' 2022-12-01T10:07:27.3735391Z Entering 'third_party/foxi' 2022-12-01T10:07:27.3768052Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:27.3801819Z Entering 'third_party/gloo' 2022-12-01T10:07:27.3838614Z Entering 'third_party/googletest' 2022-12-01T10:07:27.3872248Z Entering 'third_party/ideep' 2022-12-01T10:07:27.3904794Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:27.3939763Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:27.3978579Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:27.4012712Z Entering 'third_party/ittapi' 2022-12-01T10:07:27.4045642Z Entering 'third_party/kineto' 2022-12-01T10:07:27.4078886Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:27.4112082Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:27.4146651Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:27.4180639Z Entering 'third_party/neon2sse' 2022-12-01T10:07:27.4213933Z Entering 'third_party/nlohmann' 2022-12-01T10:07:27.4248006Z Entering 'third_party/onnx' 2022-12-01T10:07:27.4292318Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.4325408Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.4360276Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:27.4393221Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:27.4430229Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.4463266Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.4496246Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:27.4533609Z Entering 'third_party/pocketfft' 2022-12-01T10:07:27.4566220Z Entering 'third_party/protobuf' 2022-12-01T10:07:27.4602219Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:27.4635040Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:27.4669925Z Entering 'third_party/psimd' 2022-12-01T10:07:27.4703510Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:27.4737384Z Entering 'third_party/pybind11' 2022-12-01T10:07:27.4770370Z Entering 'third_party/python-enum' 2022-12-01T10:07:27.4804184Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:27.4838530Z Entering 'third_party/python-six' 2022-12-01T10:07:27.4872514Z Entering 'third_party/sleef' 2022-12-01T10:07:27.4905830Z Entering 'third_party/tbb' 2022-12-01T10:07:27.4942026Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:27.4976313Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:27.5008462Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:27.5040219Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:27.5074262Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:27.5107412Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:27.5142741Z Entering 'third_party/zstd' 2022-12-01T10:07:27.5185146Z ##[endgroup] 2022-12-01T10:07:27.5185745Z ##[group]Persisting credentials for submodules 2022-12-01T10:07:27.5189820Z [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:07:27.5431006Z Entering 'android/libs/fbjni' 2022-12-01T10:07:27.5464880Z Entering 'third_party/FP16' 2022-12-01T10:07:27.5497704Z Entering 'third_party/FXdiv' 2022-12-01T10:07:27.5530301Z Entering 'third_party/NNPACK' 2022-12-01T10:07:27.5563013Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:27.5596059Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:27.5628396Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:27.5670822Z Entering 'third_party/benchmark' 2022-12-01T10:07:27.5704990Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:27.5738338Z Entering 'third_party/cub' 2022-12-01T10:07:27.5770873Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:27.5809244Z Entering 'third_party/cutlass' 2022-12-01T10:07:27.5847226Z Entering 'third_party/eigen' 2022-12-01T10:07:27.5881872Z Entering 'third_party/fbgemm' 2022-12-01T10:07:27.5915643Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:27.5948720Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:27.5981800Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:27.6014256Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:27.6047113Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:27.6082765Z Entering 'third_party/fmt' 2022-12-01T10:07:27.6116062Z Entering 'third_party/foxi' 2022-12-01T10:07:27.6150609Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:27.6183757Z Entering 'third_party/gloo' 2022-12-01T10:07:27.6218740Z Entering 'third_party/googletest' 2022-12-01T10:07:27.6251745Z Entering 'third_party/ideep' 2022-12-01T10:07:27.6284158Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:27.6317520Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:27.6356301Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:27.6389364Z Entering 'third_party/ittapi' 2022-12-01T10:07:27.6422528Z Entering 'third_party/kineto' 2022-12-01T10:07:27.6455080Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:27.6487585Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:27.6522476Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:27.6555864Z Entering 'third_party/neon2sse' 2022-12-01T10:07:27.6588452Z Entering 'third_party/nlohmann' 2022-12-01T10:07:27.6623535Z Entering 'third_party/onnx' 2022-12-01T10:07:27.6666904Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.6699199Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.6734099Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:27.6765745Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:27.6802940Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.6835427Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.6867401Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:27.6905588Z Entering 'third_party/pocketfft' 2022-12-01T10:07:27.6938108Z Entering 'third_party/protobuf' 2022-12-01T10:07:27.6974799Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:27.7006293Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:27.7041587Z Entering 'third_party/psimd' 2022-12-01T10:07:27.7074769Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:27.7107296Z Entering 'third_party/pybind11' 2022-12-01T10:07:27.7140529Z Entering 'third_party/python-enum' 2022-12-01T10:07:27.7173735Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:27.7206393Z Entering 'third_party/python-six' 2022-12-01T10:07:27.7238763Z Entering 'third_party/sleef' 2022-12-01T10:07:27.7271692Z Entering 'third_party/tbb' 2022-12-01T10:07:27.7306485Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:27.7339573Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:27.7371271Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:27.7403023Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:27.7435229Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:27.7466873Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:27.7501732Z Entering 'third_party/zstd' 2022-12-01T10:07:27.7544568Z [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:07:27.7787210Z Entering 'android/libs/fbjni' 2022-12-01T10:07:27.7817436Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-12-01T10:07:27.7831182Z Entering 'third_party/FP16' 2022-12-01T10:07:27.7864263Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-12-01T10:07:27.7878073Z Entering 'third_party/FXdiv' 2022-12-01T10:07:27.7909058Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-12-01T10:07:27.7922875Z Entering 'third_party/NNPACK' 2022-12-01T10:07:27.7953242Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-12-01T10:07:27.7967664Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:27.7997923Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-12-01T10:07:27.8012737Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:27.8043619Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-12-01T10:07:27.8058153Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:27.8088868Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-12-01T10:07:27.8112724Z Entering 'third_party/benchmark' 2022-12-01T10:07:27.8143710Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-12-01T10:07:27.8157937Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:27.8188895Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-12-01T10:07:27.8203908Z Entering 'third_party/cub' 2022-12-01T10:07:27.8234441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-12-01T10:07:27.8248619Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:27.8279228Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-12-01T10:07:27.8299600Z Entering 'third_party/cutlass' 2022-12-01T10:07:27.8329489Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-12-01T10:07:27.8348629Z Entering 'third_party/eigen' 2022-12-01T10:07:27.8379611Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-12-01T10:07:27.8395540Z Entering 'third_party/fbgemm' 2022-12-01T10:07:27.8427603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-12-01T10:07:27.8441074Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:27.8471500Z 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:07:27.8485144Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:27.8515791Z 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:07:27.8529515Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:27.8560163Z 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:07:27.8574275Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:27.8604565Z 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:07:27.8620109Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:27.8650493Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-12-01T10:07:27.8665770Z Entering 'third_party/fmt' 2022-12-01T10:07:27.8696417Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-12-01T10:07:27.8709918Z Entering 'third_party/foxi' 2022-12-01T10:07:27.8740395Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-12-01T10:07:27.8754166Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:27.8785181Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-12-01T10:07:27.8798831Z Entering 'third_party/gloo' 2022-12-01T10:07:27.8829662Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-12-01T10:07:27.8843447Z Entering 'third_party/googletest' 2022-12-01T10:07:27.8874064Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-12-01T10:07:27.8888189Z Entering 'third_party/ideep' 2022-12-01T10:07:27.8918637Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-12-01T10:07:27.8931707Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:27.8961384Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-12-01T10:07:27.8976898Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:27.9007316Z 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:07:27.9026759Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:27.9057528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-12-01T10:07:27.9070609Z Entering 'third_party/ittapi' 2022-12-01T10:07:27.9101633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-12-01T10:07:27.9115048Z Entering 'third_party/kineto' 2022-12-01T10:07:27.9146355Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-12-01T10:07:27.9159879Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:27.9191132Z 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:07:27.9205052Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:27.9235677Z 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:07:27.9250606Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:27.9281087Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-12-01T10:07:27.9295593Z Entering 'third_party/neon2sse' 2022-12-01T10:07:27.9325595Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-12-01T10:07:27.9339551Z Entering 'third_party/nlohmann' 2022-12-01T10:07:27.9369481Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-12-01T10:07:27.9384641Z Entering 'third_party/onnx' 2022-12-01T10:07:27.9415166Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-12-01T10:07:27.9438982Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.9470338Z 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:07:27.9484015Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.9515738Z 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:07:27.9531254Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:27.9562742Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-12-01T10:07:27.9576090Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:27.9607622Z 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:07:27.9625636Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:27.9656721Z 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:07:27.9670272Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:27.9700487Z 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:07:27.9713564Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:27.9743192Z 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:07:27.9761520Z Entering 'third_party/pocketfft' 2022-12-01T10:07:27.9792948Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-12-01T10:07:27.9806492Z Entering 'third_party/protobuf' 2022-12-01T10:07:27.9837083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-12-01T10:07:27.9853644Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:27.9883624Z 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:07:27.9897543Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:27.9927589Z 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:07:27.9943728Z Entering 'third_party/psimd' 2022-12-01T10:07:27.9974390Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-12-01T10:07:27.9987982Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:28.0017403Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-12-01T10:07:28.0030983Z Entering 'third_party/pybind11' 2022-12-01T10:07:28.0062151Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-12-01T10:07:28.0076369Z Entering 'third_party/python-enum' 2022-12-01T10:07:28.0106889Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-12-01T10:07:28.0120316Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:28.0150887Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-12-01T10:07:28.0164928Z Entering 'third_party/python-six' 2022-12-01T10:07:28.0195967Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-12-01T10:07:28.0209555Z Entering 'third_party/sleef' 2022-12-01T10:07:28.0240411Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-12-01T10:07:28.0254479Z Entering 'third_party/tbb' 2022-12-01T10:07:28.0284706Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-12-01T10:07:28.0300831Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:28.0331728Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-12-01T10:07:28.0346084Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:28.0376112Z 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:07:28.0389492Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:28.0420098Z 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:07:28.0432904Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:28.0463447Z 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:07:28.0477027Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:28.0507287Z 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:07:28.0520890Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:28.0552014Z 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:07:28.0568489Z Entering 'third_party/zstd' 2022-12-01T10:07:28.0599091Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-12-01T10:07:28.1186749Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2022-12-01T10:07:28.1433345Z Entering 'android/libs/fbjni' 2022-12-01T10:07:28.1466811Z Entering 'third_party/FP16' 2022-12-01T10:07:28.1500503Z Entering 'third_party/FXdiv' 2022-12-01T10:07:28.1534272Z Entering 'third_party/NNPACK' 2022-12-01T10:07:28.1568264Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:28.1602808Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:28.1637676Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:28.1681300Z Entering 'third_party/benchmark' 2022-12-01T10:07:28.1716027Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:28.1750554Z Entering 'third_party/cub' 2022-12-01T10:07:28.1786124Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:28.1824510Z Entering 'third_party/cutlass' 2022-12-01T10:07:28.1864052Z Entering 'third_party/eigen' 2022-12-01T10:07:28.1900032Z Entering 'third_party/fbgemm' 2022-12-01T10:07:28.1935605Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:28.1968144Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:28.2002071Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:28.2036792Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:28.2071659Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:28.2107710Z Entering 'third_party/fmt' 2022-12-01T10:07:28.2141280Z Entering 'third_party/foxi' 2022-12-01T10:07:28.2174321Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:28.2206516Z Entering 'third_party/gloo' 2022-12-01T10:07:28.2239670Z Entering 'third_party/googletest' 2022-12-01T10:07:28.2273361Z Entering 'third_party/ideep' 2022-12-01T10:07:28.2306457Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:28.2340663Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:28.2379169Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:28.2412936Z Entering 'third_party/ittapi' 2022-12-01T10:07:28.2446317Z Entering 'third_party/kineto' 2022-12-01T10:07:28.2479599Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:28.2512145Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:28.2546879Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:28.2581826Z Entering 'third_party/neon2sse' 2022-12-01T10:07:28.2614750Z Entering 'third_party/nlohmann' 2022-12-01T10:07:28.2648673Z Entering 'third_party/onnx' 2022-12-01T10:07:28.2693596Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:28.2726458Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:28.2761676Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:28.2794917Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:28.2831969Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:28.2866213Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:28.2899279Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:28.2936768Z Entering 'third_party/pocketfft' 2022-12-01T10:07:28.2969834Z Entering 'third_party/protobuf' 2022-12-01T10:07:28.3007183Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:28.3042380Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:28.3075920Z Entering 'third_party/psimd' 2022-12-01T10:07:28.3109788Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:28.3144415Z Entering 'third_party/pybind11' 2022-12-01T10:07:28.3177856Z Entering 'third_party/python-enum' 2022-12-01T10:07:28.3211350Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:28.3244936Z Entering 'third_party/python-six' 2022-12-01T10:07:28.3278388Z Entering 'third_party/sleef' 2022-12-01T10:07:28.3313330Z Entering 'third_party/tbb' 2022-12-01T10:07:28.3349457Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:28.3382886Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:28.3416013Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:28.3448683Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:28.3482442Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:28.3515067Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:28.3551050Z Entering 'third_party/zstd' 2022-12-01T10:07:28.3596420Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2022-12-01T10:07:28.3836568Z Entering 'android/libs/fbjni' 2022-12-01T10:07:28.3869057Z Entering 'third_party/FP16' 2022-12-01T10:07:28.3902369Z Entering 'third_party/FXdiv' 2022-12-01T10:07:28.3935757Z Entering 'third_party/NNPACK' 2022-12-01T10:07:28.3968881Z Entering 'third_party/QNNPACK' 2022-12-01T10:07:28.4003054Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:07:28.4037455Z Entering 'third_party/XNNPACK' 2022-12-01T10:07:28.4079198Z Entering 'third_party/benchmark' 2022-12-01T10:07:28.4113205Z Entering 'third_party/cpuinfo' 2022-12-01T10:07:28.4146412Z Entering 'third_party/cub' 2022-12-01T10:07:28.4180663Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:07:28.4218310Z Entering 'third_party/cutlass' 2022-12-01T10:07:28.4257714Z Entering 'third_party/eigen' 2022-12-01T10:07:28.4292180Z Entering 'third_party/fbgemm' 2022-12-01T10:07:28.4325926Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:07:28.4358745Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:07:28.4391983Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:07:28.4425092Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:07:28.4459220Z Entering 'third_party/flatbuffers' 2022-12-01T10:07:28.4494263Z Entering 'third_party/fmt' 2022-12-01T10:07:28.4527373Z Entering 'third_party/foxi' 2022-12-01T10:07:28.4561180Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:07:28.4593966Z Entering 'third_party/gloo' 2022-12-01T10:07:28.4629935Z Entering 'third_party/googletest' 2022-12-01T10:07:28.4663418Z Entering 'third_party/ideep' 2022-12-01T10:07:28.4695626Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:07:28.4729471Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:07:28.4768630Z Entering 'third_party/ios-cmake' 2022-12-01T10:07:28.4801333Z Entering 'third_party/ittapi' 2022-12-01T10:07:28.4835076Z Entering 'third_party/kineto' 2022-12-01T10:07:28.4867960Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:07:28.4901852Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:07:28.4936384Z Entering 'third_party/nccl/nccl' 2022-12-01T10:07:28.4970230Z Entering 'third_party/neon2sse' 2022-12-01T10:07:28.5002663Z Entering 'third_party/nlohmann' 2022-12-01T10:07:28.5037449Z Entering 'third_party/onnx' 2022-12-01T10:07:28.5081543Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:07:28.5114229Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:07:28.5149976Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:07:28.5183187Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:07:28.5220178Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:07:28.5253129Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:07:28.5285544Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:07:28.5322558Z Entering 'third_party/pocketfft' 2022-12-01T10:07:28.5357781Z Entering 'third_party/protobuf' 2022-12-01T10:07:28.5394544Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:07:28.5427595Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:07:28.5461639Z Entering 'third_party/psimd' 2022-12-01T10:07:28.5495349Z Entering 'third_party/pthreadpool' 2022-12-01T10:07:28.5528013Z Entering 'third_party/pybind11' 2022-12-01T10:07:28.5561545Z Entering 'third_party/python-enum' 2022-12-01T10:07:28.5595287Z Entering 'third_party/python-peachpy' 2022-12-01T10:07:28.5628800Z Entering 'third_party/python-six' 2022-12-01T10:07:28.5662191Z Entering 'third_party/sleef' 2022-12-01T10:07:28.5697302Z Entering 'third_party/tbb' 2022-12-01T10:07:28.5732402Z Entering 'third_party/tensorpipe' 2022-12-01T10:07:28.5765814Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:07:28.5798535Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:07:28.5831251Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:07:28.5864385Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:07:28.5896096Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:07:28.5931383Z Entering 'third_party/zstd' 2022-12-01T10:07:28.5973202Z ##[endgroup] 2022-12-01T10:07:28.6006615Z [command]/usr/bin/git log -1 --format='%H' 2022-12-01T10:07:28.6032228Z 'c13d400bffe90e16b96520bbc8a41a6f0c9cd584' 2022-12-01T10:07:28.6152141Z Prepare all required actions 2022-12-01T10:07:28.6178369Z ##[group]Run ./.github/actions/setup-linux 2022-12-01T10:07:28.6178619Z env: 2022-12-01T10:07:28.6178836Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:28.6179053Z ##[endgroup] 2022-12-01T10:07:28.6194799Z ##[group]Run set -euo pipefail 2022-12-01T10:07:28.6195077Z set -euo pipefail 2022-12-01T10:07:28.6195332Z function get_ec2_metadata() { 2022-12-01T10:07:28.6195607Z  # Pulled from instance metadata endpoint for EC2 2022-12-01T10:07:28.6196006Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-12-01T10:07:28.6196351Z  category=$1 2022-12-01T10:07:28.6196623Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-12-01T10:07:28.6196890Z } 2022-12-01T10:07:28.6197136Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-12-01T10:07:28.6197453Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-12-01T10:07:28.6197770Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-12-01T10:07:28.6198135Z echo "system info $(uname -a)" 2022-12-01T10:07:28.6208896Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:28.6209158Z env: 2022-12-01T10:07:28.6209360Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:28.6209585Z ##[endgroup] 2022-12-01T10:07:28.6283255Z ami-id: ami-096198a0bccc6bad4 2022-12-01T10:07:28.6331238Z instance-id: i-0526d8e7600520733 2022-12-01T10:07:28.6379470Z instance-type: c5.2xlarge 2022-12-01T10:07:28.6386083Z system info Linux ip-10-0-5-248.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:07:28.6402194Z ##[group]Run if systemctl is-active --quiet docker; then 2022-12-01T10:07:28.6402528Z if systemctl is-active --quiet docker; then 2022-12-01T10:07:28.6402817Z  echo "Docker daemon is running..."; 2022-12-01T10:07:28.6403057Z else 2022-12-01T10:07:28.6403332Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2022-12-01T10:07:28.6403612Z fi 2022-12-01T10:07:28.6414033Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:28.6414295Z env: 2022-12-01T10:07:28.6414514Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:28.6414731Z ##[endgroup] 2022-12-01T10:07:28.6531399Z Docker daemon is running... 2022-12-01T10:07:28.6547610Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:28.6548002Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2022-12-01T10:07:28.6548323Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:28.6548729Z retry aws ecr get-login*** "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2022-12-01T10:07:28.6549123Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2022-12-01T10:07:28.6558867Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:28.6559130Z env: 2022-12-01T10:07:28.6559344Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:28.6559573Z AWS_RETRY_MODE: standard 2022-12-01T10:07:28.6559801Z AWS_MAX_ATTEMPTS: 5 2022-12-01T10:07:28.6560036Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:07:28.6560264Z ##[endgroup] 2022-12-01T10:07:29.4603423Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2022-12-01T10:07:29.4603833Z Configure a credential helper to remove this warning. See 2022-12-01T10:07:29.4604263Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2022-12-01T10:07:29.4604502Z 2022-12-01T10:07:29.4604927Z Login Succeeded 2022-12-01T10:07:29.4638240Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:29.4638594Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:29.4638979Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2022-12-01T10:07:29.4649889Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:29.4650160Z env: 2022-12-01T10:07:29.4650384Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:29.4650605Z ##[endgroup] 2022-12-01T10:07:29.4724725Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-12-01T10:07:29.4724999Z with: 2022-12-01T10:07:29.4725384Z github-secret: *** 2022-12-01T10:07:29.4725636Z activate-with-label: false 2022-12-01T10:07:29.4725862Z label: with-ssh 2022-12-01T10:07:29.4726102Z remove-existing-keys: true 2022-12-01T10:07:29.4726331Z env: 2022-12-01T10:07:29.4726532Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:29.4726764Z ##[endgroup] 2022-12-01T10:07:29.8649353Z Grabbing public ssh keys from https://github.com/charlie-wt.keys 2022-12-01T10:07:29.9542052Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2022-12-01T10:07:29.9554931Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2022-12-01T10:07:29.9579485Z Login using: ssh ec2-user@ec2-3-236-233-202.compute-1.amazonaws.com 2022-12-01T10:07:29.9641182Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2022-12-01T10:07:29.9641469Z with: 2022-12-01T10:07:29.9641839Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:29.9642205Z env: 2022-12-01T10:07:29.9642420Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:29.9642643Z ##[endgroup] 2022-12-01T10:07:29.9656887Z ##[group]Run retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:29.9657303Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2022-12-01T10:07:29.9657612Z # ignore output since only exit code is used for conditional 2022-12-01T10:07:29.9657936Z # only pull docker image if it's not available locally 2022-12-01T10:07:29.9658263Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2022-12-01T10:07:29.9658606Z  retry docker pull "${DOCKER_IMAGE}" 2022-12-01T10:07:29.9658861Z fi 2022-12-01T10:07:29.9669904Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:07:29.9670170Z env: 2022-12-01T10:07:29.9670391Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:07:29.9670788Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:07:29.9671166Z ##[endgroup] 2022-12-01T10:07:30.1826316Z fa72f5a0a230eb632055220542038bd4ceca184b: Pulling from pytorch/pytorch-linux-focal-py3-clang7-asan 2022-12-01T10:07:30.1848139Z 675920708c8b: Pulling fs layer 2022-12-01T10:07:30.1848516Z 3a31ffa0162f: Pulling fs layer 2022-12-01T10:07:30.1848815Z 19b634c89641: Pulling fs layer 2022-12-01T10:07:30.1849224Z 422bea31bd2a: Pulling fs layer 2022-12-01T10:07:30.1849566Z a4653fe66480: Pulling fs layer 2022-12-01T10:07:30.1849941Z efe762c046e3: Pulling fs layer 2022-12-01T10:07:30.1850265Z 2e3cbc197bd8: Pulling fs layer 2022-12-01T10:07:30.1850521Z 49809737e89d: Pulling fs layer 2022-12-01T10:07:30.1850753Z 6bc4912251db: Pulling fs layer 2022-12-01T10:07:30.1850982Z 9fdf20fee962: Pulling fs layer 2022-12-01T10:07:30.1851220Z cc019c91317d: Pulling fs layer 2022-12-01T10:07:30.1851457Z 885ae97a3bc0: Pulling fs layer 2022-12-01T10:07:30.1851683Z 63ae5eb88541: Pulling fs layer 2022-12-01T10:07:30.1851921Z e2ceac073295: Pulling fs layer 2022-12-01T10:07:30.1852156Z c63bb4c48558: Pulling fs layer 2022-12-01T10:07:30.1852379Z f5bd51a8525a: Pulling fs layer 2022-12-01T10:07:30.1852610Z 7827952884ef: Pulling fs layer 2022-12-01T10:07:30.1852845Z fda59f894d4a: Pulling fs layer 2022-12-01T10:07:30.1853221Z 14898779bc17: Pulling fs layer 2022-12-01T10:07:30.1853461Z e1517549c0ae: Pulling fs layer 2022-12-01T10:07:30.1853701Z 426109be849d: Pulling fs layer 2022-12-01T10:07:30.1853923Z 38c05cfe4070: Pulling fs layer 2022-12-01T10:07:30.1854164Z fedc0e1c02b7: Pulling fs layer 2022-12-01T10:07:30.1854411Z d1d5291b2ab5: Pulling fs layer 2022-12-01T10:07:30.1854646Z efe762c046e3: Waiting 2022-12-01T10:07:30.1854858Z 9fdf20fee962: Waiting 2022-12-01T10:07:30.1855088Z a0121219eb14: Pulling fs layer 2022-12-01T10:07:30.1855314Z 2e3cbc197bd8: Waiting 2022-12-01T10:07:30.1855528Z a9478f2204c1: Pulling fs layer 2022-12-01T10:07:30.1855752Z cc019c91317d: Waiting 2022-12-01T10:07:30.1855963Z 49809737e89d: Waiting 2022-12-01T10:07:30.1856170Z b7010c1141c8: Pulling fs layer 2022-12-01T10:07:30.1856393Z 885ae97a3bc0: Waiting 2022-12-01T10:07:30.1856616Z a086f1c91375: Pulling fs layer 2022-12-01T10:07:30.1856829Z 422bea31bd2a: Waiting 2022-12-01T10:07:30.1857056Z bdf918939707: Pulling fs layer 2022-12-01T10:07:30.1857278Z 6bc4912251db: Waiting 2022-12-01T10:07:30.1857495Z bcd5197bc3b1: Pulling fs layer 2022-12-01T10:07:30.1857720Z 63ae5eb88541: Waiting 2022-12-01T10:07:30.1857945Z 1906a674f3bf: Pulling fs layer 2022-12-01T10:07:30.1858158Z e2ceac073295: Waiting 2022-12-01T10:07:30.1858370Z 7827952884ef: Waiting 2022-12-01T10:07:30.1858588Z 878938f22c13: Pulling fs layer 2022-12-01T10:07:30.1858980Z c63bb4c48558: Waiting 2022-12-01T10:07:30.1859212Z e39e0e87bf58: Pulling fs layer 2022-12-01T10:07:30.1859442Z f5bd51a8525a: Waiting 2022-12-01T10:07:30.1859645Z fda59f894d4a: Waiting 2022-12-01T10:07:30.1859873Z 31e492142d52: Pulling fs layer 2022-12-01T10:07:30.1860106Z 7d95e9c9554c: Pulling fs layer 2022-12-01T10:07:30.1860317Z a4653fe66480: Waiting 2022-12-01T10:07:30.1860527Z 426109be849d: Waiting 2022-12-01T10:07:30.1860752Z 359bcad2724f: Pulling fs layer 2022-12-01T10:07:30.1860961Z 14898779bc17: Waiting 2022-12-01T10:07:30.1861176Z 38c05cfe4070: Waiting 2022-12-01T10:07:30.1861397Z 591511195ab4: Pulling fs layer 2022-12-01T10:07:30.1861612Z 673937d42288: Pulling fs layer 2022-12-01T10:07:30.1861830Z e1517549c0ae: Waiting 2022-12-01T10:07:30.1862048Z fedc0e1c02b7: Waiting 2022-12-01T10:07:30.1862260Z 0b48564513b3: Pulling fs layer 2022-12-01T10:07:30.1862478Z d1d5291b2ab5: Waiting 2022-12-01T10:07:30.1862702Z 1abf1e69304b: Pulling fs layer 2022-12-01T10:07:30.1862919Z a0121219eb14: Waiting 2022-12-01T10:07:30.1863130Z b7010c1141c8: Waiting 2022-12-01T10:07:30.1863351Z 9200027c6378: Pulling fs layer 2022-12-01T10:07:30.1863559Z a9478f2204c1: Waiting 2022-12-01T10:07:30.1863781Z b6597c9262be: Pulling fs layer 2022-12-01T10:07:30.1864003Z bdf918939707: Waiting 2022-12-01T10:07:30.1864232Z 1906a674f3bf: Waiting 2022-12-01T10:07:30.1864430Z bcd5197bc3b1: Waiting 2022-12-01T10:07:30.1864642Z 878938f22c13: Waiting 2022-12-01T10:07:30.1864863Z 085aceb64709: Pulling fs layer 2022-12-01T10:07:30.1865087Z d59524f39d0b: Pulling fs layer 2022-12-01T10:07:30.1865311Z e39e0e87bf58: Waiting 2022-12-01T10:07:30.1865525Z 1abf1e69304b: Waiting 2022-12-01T10:07:30.1865732Z 38599e0ca649: Pulling fs layer 2022-12-01T10:07:30.1865949Z 673937d42288: Waiting 2022-12-01T10:07:30.1866156Z 359bcad2724f: Waiting 2022-12-01T10:07:30.1866351Z 591511195ab4: Waiting 2022-12-01T10:07:30.1866570Z 5c0717d34800: Pulling fs layer 2022-12-01T10:07:30.1866800Z 100cd65220ba: Pulling fs layer 2022-12-01T10:07:30.1867014Z d59524f39d0b: Waiting 2022-12-01T10:07:30.1867222Z 085aceb64709: Waiting 2022-12-01T10:07:30.1867445Z ec93b1c62a59: Pulling fs layer 2022-12-01T10:07:30.1867657Z 38599e0ca649: Waiting 2022-12-01T10:07:30.1867861Z 9200027c6378: Waiting 2022-12-01T10:07:30.1868079Z 072e3272ffd9: Pulling fs layer 2022-12-01T10:07:30.1868289Z 100cd65220ba: Waiting 2022-12-01T10:07:30.1868515Z 1530f151c058: Pulling fs layer 2022-12-01T10:07:30.1868737Z ec93b1c62a59: Waiting 2022-12-01T10:07:30.1868947Z 198945b82845: Pulling fs layer 2022-12-01T10:07:30.1869184Z 99763bc3448a: Pulling fs layer 2022-12-01T10:07:30.1869421Z cec809ad8b3c: Pulling fs layer 2022-12-01T10:07:30.1869660Z 7079cc239529: Pulling fs layer 2022-12-01T10:07:30.1869884Z 92d94c0f43b4: Pulling fs layer 2022-12-01T10:07:30.1870124Z 1d22be7de2b9: Pulling fs layer 2022-12-01T10:07:30.1870362Z d19273ae79e7: Pulling fs layer 2022-12-01T10:07:30.1870573Z 99763bc3448a: Waiting 2022-12-01T10:07:30.1870793Z cec809ad8b3c: Waiting 2022-12-01T10:07:30.1871011Z d19273ae79e7: Waiting 2022-12-01T10:07:30.1871214Z 92d94c0f43b4: Waiting 2022-12-01T10:07:30.1871426Z 7079cc239529: Waiting 2022-12-01T10:07:30.1871634Z 1530f151c058: Waiting 2022-12-01T10:07:30.3134315Z 3a31ffa0162f: Download complete 2022-12-01T10:07:30.3831754Z 422bea31bd2a: Verifying Checksum 2022-12-01T10:07:30.3832086Z 422bea31bd2a: Download complete 2022-12-01T10:07:30.5229950Z 675920708c8b: Verifying Checksum 2022-12-01T10:07:30.5230364Z 675920708c8b: Download complete 2022-12-01T10:07:30.5978402Z efe762c046e3: Download complete 2022-12-01T10:07:30.6780626Z 2e3cbc197bd8: Verifying Checksum 2022-12-01T10:07:30.6782032Z 2e3cbc197bd8: Download complete 2022-12-01T10:07:30.7677030Z 49809737e89d: Verifying Checksum 2022-12-01T10:07:30.7691638Z 49809737e89d: Download complete 2022-12-01T10:07:30.8365951Z 6bc4912251db: Verifying Checksum 2022-12-01T10:07:30.8366370Z 6bc4912251db: Download complete 2022-12-01T10:07:30.9166853Z 9fdf20fee962: Download complete 2022-12-01T10:07:31.0158681Z cc019c91317d: Verifying Checksum 2022-12-01T10:07:31.0159361Z cc019c91317d: Download complete 2022-12-01T10:07:31.0971960Z a4653fe66480: Verifying Checksum 2022-12-01T10:07:31.0973439Z a4653fe66480: Download complete 2022-12-01T10:07:31.0974957Z 885ae97a3bc0: Verifying Checksum 2022-12-01T10:07:31.0975368Z 885ae97a3bc0: Download complete 2022-12-01T10:07:31.1799991Z 63ae5eb88541: Verifying Checksum 2022-12-01T10:07:31.1800704Z 63ae5eb88541: Download complete 2022-12-01T10:07:31.2653501Z 675920708c8b: Pull complete 2022-12-01T10:07:31.2698499Z c63bb4c48558: Download complete 2022-12-01T10:07:31.3446539Z f5bd51a8525a: Verifying Checksum 2022-12-01T10:07:31.3446886Z f5bd51a8525a: Download complete 2022-12-01T10:07:31.3607566Z 3a31ffa0162f: Pull complete 2022-12-01T10:07:31.4277034Z 7827952884ef: Verifying Checksum 2022-12-01T10:07:31.4277302Z 7827952884ef: Download complete 2022-12-01T10:07:31.5153312Z fda59f894d4a: Download complete 2022-12-01T10:07:31.6032259Z 14898779bc17: Verifying Checksum 2022-12-01T10:07:31.6032546Z 14898779bc17: Download complete 2022-12-01T10:07:31.6847817Z e1517549c0ae: Verifying Checksum 2022-12-01T10:07:31.6848116Z e1517549c0ae: Download complete 2022-12-01T10:07:31.7686919Z 426109be849d: Verifying Checksum 2022-12-01T10:07:31.7687196Z 426109be849d: Download complete 2022-12-01T10:07:31.8523901Z 38c05cfe4070: Verifying Checksum 2022-12-01T10:07:31.8524355Z 38c05cfe4070: Download complete 2022-12-01T10:07:31.9335599Z fedc0e1c02b7: Verifying Checksum 2022-12-01T10:07:31.9336019Z fedc0e1c02b7: Download complete 2022-12-01T10:07:32.0240065Z d1d5291b2ab5: Download complete 2022-12-01T10:07:33.2946340Z a0121219eb14: Verifying Checksum 2022-12-01T10:07:33.2946775Z a0121219eb14: Download complete 2022-12-01T10:07:33.3068233Z 19b634c89641: Verifying Checksum 2022-12-01T10:07:33.3068524Z 19b634c89641: Download complete 2022-12-01T10:07:33.3810373Z a9478f2204c1: Download complete 2022-12-01T10:07:33.3856040Z b7010c1141c8: Verifying Checksum 2022-12-01T10:07:33.3856489Z b7010c1141c8: Download complete 2022-12-01T10:07:33.4643656Z a086f1c91375: Verifying Checksum 2022-12-01T10:07:33.4644360Z a086f1c91375: Download complete 2022-12-01T10:07:33.4736061Z bdf918939707: Verifying Checksum 2022-12-01T10:07:33.4736458Z bdf918939707: Download complete 2022-12-01T10:07:33.5548513Z bcd5197bc3b1: Verifying Checksum 2022-12-01T10:07:33.5548808Z bcd5197bc3b1: Download complete 2022-12-01T10:07:33.6357973Z 878938f22c13: Verifying Checksum 2022-12-01T10:07:33.6358423Z 878938f22c13: Download complete 2022-12-01T10:07:33.7371072Z e39e0e87bf58: Verifying Checksum 2022-12-01T10:07:33.7371475Z e39e0e87bf58: Download complete 2022-12-01T10:07:33.8169927Z 31e492142d52: Verifying Checksum 2022-12-01T10:07:33.8170303Z 31e492142d52: Download complete 2022-12-01T10:07:33.8721107Z 7d95e9c9554c: Download complete 2022-12-01T10:07:33.9571796Z 359bcad2724f: Verifying Checksum 2022-12-01T10:07:33.9572246Z 359bcad2724f: Download complete 2022-12-01T10:07:34.0387097Z 591511195ab4: Verifying Checksum 2022-12-01T10:07:34.0387494Z 591511195ab4: Download complete 2022-12-01T10:07:34.1355519Z 673937d42288: Verifying Checksum 2022-12-01T10:07:34.1355952Z 673937d42288: Download complete 2022-12-01T10:07:34.2506212Z 0b48564513b3: Verifying Checksum 2022-12-01T10:07:34.2506514Z 0b48564513b3: Download complete 2022-12-01T10:07:34.3294725Z 1abf1e69304b: Verifying Checksum 2022-12-01T10:07:34.4252015Z 9200027c6378: Verifying Checksum 2022-12-01T10:07:34.4252427Z 9200027c6378: Download complete 2022-12-01T10:07:34.4935855Z b6597c9262be: Verifying Checksum 2022-12-01T10:07:34.4936262Z b6597c9262be: Download complete 2022-12-01T10:07:34.5508508Z 085aceb64709: Download complete 2022-12-01T10:07:34.6220486Z d59524f39d0b: Verifying Checksum 2022-12-01T10:07:34.6220878Z d59524f39d0b: Download complete 2022-12-01T10:07:34.6820058Z 38599e0ca649: Verifying Checksum 2022-12-01T10:07:34.6820375Z 38599e0ca649: Download complete 2022-12-01T10:07:34.7597582Z 5c0717d34800: Verifying Checksum 2022-12-01T10:07:34.7598142Z 5c0717d34800: Download complete 2022-12-01T10:07:34.8532178Z 100cd65220ba: Verifying Checksum 2022-12-01T10:07:34.8532693Z 100cd65220ba: Download complete 2022-12-01T10:07:35.1067750Z ec93b1c62a59: Verifying Checksum 2022-12-01T10:07:35.1068187Z ec93b1c62a59: Download complete 2022-12-01T10:07:35.2022464Z 072e3272ffd9: Download complete 2022-12-01T10:07:35.2902625Z 1530f151c058: Verifying Checksum 2022-12-01T10:07:35.2903011Z 1530f151c058: Download complete 2022-12-01T10:07:37.2388533Z 1906a674f3bf: Verifying Checksum 2022-12-01T10:07:37.2388983Z 1906a674f3bf: Download complete 2022-12-01T10:07:37.3194779Z 99763bc3448a: Verifying Checksum 2022-12-01T10:07:37.3195243Z 99763bc3448a: Download complete 2022-12-01T10:07:37.4140423Z cec809ad8b3c: Download complete 2022-12-01T10:07:37.5031843Z 7079cc239529: Verifying Checksum 2022-12-01T10:07:37.5032199Z 7079cc239529: Download complete 2022-12-01T10:07:37.6084538Z 92d94c0f43b4: Verifying Checksum 2022-12-01T10:07:37.6084981Z 92d94c0f43b4: Download complete 2022-12-01T10:07:37.6904906Z 1d22be7de2b9: Verifying Checksum 2022-12-01T10:07:37.6905347Z 1d22be7de2b9: Download complete 2022-12-01T10:07:39.5565495Z 19b634c89641: Pull complete 2022-12-01T10:07:39.7057649Z 422bea31bd2a: Pull complete 2022-12-01T10:07:40.0705791Z d19273ae79e7: Verifying Checksum 2022-12-01T10:07:40.0706099Z d19273ae79e7: Download complete 2022-12-01T10:07:40.9991553Z a4653fe66480: Pull complete 2022-12-01T10:07:41.2221580Z efe762c046e3: Pull complete 2022-12-01T10:07:41.4579880Z 2e3cbc197bd8: Pull complete 2022-12-01T10:07:41.6737602Z 49809737e89d: Pull complete 2022-12-01T10:07:41.9278830Z 6bc4912251db: Pull complete 2022-12-01T10:07:42.1530402Z 9fdf20fee962: Pull complete 2022-12-01T10:07:42.3674805Z cc019c91317d: Pull complete 2022-12-01T10:07:42.5802032Z 885ae97a3bc0: Pull complete 2022-12-01T10:07:42.7956441Z 63ae5eb88541: Pull complete 2022-12-01T10:07:45.0469843Z 198945b82845: Verifying Checksum 2022-12-01T10:07:45.0470162Z 198945b82845: Download complete 2022-12-01T10:08:05.6533579Z e2ceac073295: Verifying Checksum 2022-12-01T10:08:05.6535404Z e2ceac073295: Download complete 2022-12-01T10:08:21.1931371Z e2ceac073295: Pull complete 2022-12-01T10:08:21.3177907Z c63bb4c48558: Pull complete 2022-12-01T10:08:21.4210148Z f5bd51a8525a: Pull complete 2022-12-01T10:08:21.6444567Z 7827952884ef: Pull complete 2022-12-01T10:08:21.8126625Z fda59f894d4a: Pull complete 2022-12-01T10:08:21.9772495Z 14898779bc17: Pull complete 2022-12-01T10:08:22.1132876Z e1517549c0ae: Pull complete 2022-12-01T10:08:22.3479280Z 426109be849d: Pull complete 2022-12-01T10:08:22.5584413Z 38c05cfe4070: Pull complete 2022-12-01T10:08:22.7090260Z fedc0e1c02b7: Pull complete 2022-12-01T10:08:22.8295317Z d1d5291b2ab5: Pull complete 2022-12-01T10:08:25.5574582Z a0121219eb14: Pull complete 2022-12-01T10:08:25.7188740Z a9478f2204c1: Pull complete 2022-12-01T10:08:25.8267579Z b7010c1141c8: Pull complete 2022-12-01T10:08:26.0222097Z a086f1c91375: Pull complete 2022-12-01T10:08:26.1491354Z bdf918939707: Pull complete 2022-12-01T10:08:26.3774517Z bcd5197bc3b1: Pull complete 2022-12-01T10:08:30.7903749Z 1906a674f3bf: Pull complete 2022-12-01T10:08:30.9263755Z 878938f22c13: Pull complete 2022-12-01T10:08:31.1286464Z e39e0e87bf58: Pull complete 2022-12-01T10:08:31.3850478Z 31e492142d52: Pull complete 2022-12-01T10:08:31.6191063Z 7d95e9c9554c: Pull complete 2022-12-01T10:08:31.8356788Z 359bcad2724f: Pull complete 2022-12-01T10:08:32.0568125Z 591511195ab4: Pull complete 2022-12-01T10:08:32.1979535Z 673937d42288: Pull complete 2022-12-01T10:08:32.2971328Z 0b48564513b3: Pull complete 2022-12-01T10:08:32.4005801Z 1abf1e69304b: Pull complete 2022-12-01T10:08:32.4927039Z 9200027c6378: Pull complete 2022-12-01T10:08:32.5619191Z b6597c9262be: Pull complete 2022-12-01T10:08:32.6526571Z 085aceb64709: Pull complete 2022-12-01T10:08:32.7446910Z d59524f39d0b: Pull complete 2022-12-01T10:08:32.8175614Z 38599e0ca649: Pull complete 2022-12-01T10:08:32.9023748Z 5c0717d34800: Pull complete 2022-12-01T10:08:33.0062819Z 100cd65220ba: Pull complete 2022-12-01T10:08:33.3129341Z ec93b1c62a59: Pull complete 2022-12-01T10:08:33.4231957Z 072e3272ffd9: Pull complete 2022-12-01T10:08:33.6161351Z 1530f151c058: Pull complete 2022-12-01T10:08:37.5625804Z 198945b82845: Pull complete 2022-12-01T10:08:37.6850477Z 99763bc3448a: Pull complete 2022-12-01T10:08:37.7785414Z cec809ad8b3c: Pull complete 2022-12-01T10:08:37.8539829Z 7079cc239529: Pull complete 2022-12-01T10:08:37.9441153Z 92d94c0f43b4: Pull complete 2022-12-01T10:08:38.0415617Z 1d22be7de2b9: Pull complete 2022-12-01T10:08:39.5789694Z d19273ae79e7: Pull complete 2022-12-01T10:08:39.6784457Z Digest: sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T10:08:39.7121588Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:39.7342714Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:08:39.7401976Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-12-01T10:08:39.7402397Z python3 -m pip install psutil==5.9.1 2022-12-01T10:08:39.7402744Z python3 -m pip install pynvml==11.4.1 2022-12-01T10:08:39.7403061Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-12-01T10:08:39.7403442Z echo "::set-output name=monitor-script-pid::${!}" 2022-12-01T10:08:39.7414721Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:08:39.7415000Z env: 2022-12-01T10:08:39.7444469Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:39.7444755Z ##[endgroup] 2022-12-01T10:08:43.1638750Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:43.2094914Z Requirement already satisfied: psutil==5.9.1 in /home/ec2-user/.local/lib/python3.7/site-packages (5.9.1) 2022-12-01T10:08:43.6693644Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:08:43.6865674Z Requirement already satisfied: pynvml==11.4.1 in /home/ec2-user/.local/lib/python3.7/site-packages (11.4.1) 2022-12-01T10:08:43.8829080Z ##[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:08:43.8871665Z Prepare all required actions 2022-12-01T10:08:43.8871965Z Getting action download info 2022-12-01T10:08:44.0935728Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-12-01T10:08:44.2592966Z Download action repository 'actions/download-artifact@v2' (SHA:f023be2c48cc18debc3bacd34cb396e0295e2869) 2022-12-01T10:08:44.3920504Z ##[group]Run ./.github/actions/download-build-artifacts 2022-12-01T10:08:44.3920769Z with: 2022-12-01T10:08:44.3921009Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:44.3921237Z env: 2022-12-01T10:08:44.3921452Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:44.3921685Z ##[endgroup] 2022-12-01T10:08:44.4079548Z ##[group]Run seemethere/download-artifact-s3@v4 2022-12-01T10:08:44.4079809Z with: 2022-12-01T10:08:44.4080036Z name: linux-focal-py3.7-clang7-asan 2022-12-01T10:08:44.4080302Z s3-bucket: gha-artifacts 2022-12-01T10:08:44.4080540Z region: us-east-1 2022-12-01T10:08:44.4080771Z env: 2022-12-01T10:08:44.4080987Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:08:44.4081209Z ##[endgroup] 2022-12-01T10:08:44.8189236Z Found 1 objects with prefix pytorch/pytorch/3591403534/linux-focal-py3.7-clang7-asan/ 2022-12-01T10:08:44.8189751Z Starting download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8301415Z Finished download (1/1): /home/ec2-user/actions-runner/_work/pytorch/pytorch/artifacts.zip 2022-12-01T10:09:03.8301709Z 2022-12-01T10:09:03.8306494Z ##[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:09:03.8307772Z Artifact download has finished successfully 2022-12-01T10:09:03.8430387Z ##[group]Run unzip -o artifacts.zip 2022-12-01T10:09:03.8430673Z unzip -o artifacts.zip 2022-12-01T10:09:03.8442403Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:03.8442661Z env: 2022-12-01T10:09:03.8442893Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:03.8443133Z ##[endgroup] 2022-12-01T10:09:03.8753717Z Archive: artifacts.zip 2022-12-01T10:09:03.8754947Z creating: dist/ 2022-12-01T10:09:06.0931017Z inflating: dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:08.0375423Z inflating: dist/torch-1.13.0a0+gitc13d400.tar.gz 2022-12-01T10:09:08.0375874Z creating: build/lib/ 2022-12-01T10:09:08.0377920Z inflating: build/lib/libclog.a 2022-12-01T10:09:08.0555737Z inflating: build/lib/libgtest.a 2022-12-01T10:09:08.0577039Z inflating: build/lib/libpthreadpool.a 2022-12-01T10:09:08.0834066Z inflating: build/lib/libbenchmark.a 2022-12-01T10:09:08.1009768Z inflating: build/lib/libprotobuf-lite.a 2022-12-01T10:09:08.1027395Z inflating: build/lib/libittnotify.a 2022-12-01T10:09:08.1091767Z inflating: build/lib/libfmt.a 2022-12-01T10:09:08.1202079Z inflating: build/lib/libtensorpipe_uv.a 2022-12-01T10:09:08.1522478Z inflating: build/lib/libgloo.a 2022-12-01T10:09:08.1869509Z inflating: build/lib/libasmjit.a 2022-12-01T10:09:08.1870731Z inflating: build/lib/libfoxi_loader.a 2022-12-01T10:09:08.1872647Z inflating: build/lib/libtorch_global_deps.so 2022-12-01T10:09:08.2775482Z inflating: build/lib/libprotobuf.a 2022-12-01T10:09:08.3010482Z inflating: build/lib/libc10.so 2022-12-01T10:09:08.3037581Z inflating: build/lib/libcpuinfo.a 2022-12-01T10:09:08.3062612Z inflating: build/lib/libcpuinfo_internals.a 2022-12-01T10:09:08.3071001Z inflating: build/lib/libnnpack_reference_layers.a 2022-12-01T10:09:08.3119362Z inflating: build/lib/libgmock.a 2022-12-01T10:09:08.3120942Z inflating: build/lib/libgtest_main.a 2022-12-01T10:09:08.3122497Z inflating: build/lib/libbenchmark_main.a 2022-12-01T10:09:08.4226912Z inflating: build/lib/libprotoc.a 2022-12-01T10:09:08.6056219Z inflating: build/lib/libtensorpipe.a 2022-12-01T10:09:08.6115952Z inflating: build/lib/libqnnpack.a 2022-12-01T10:09:08.6218658Z inflating: build/lib/libpytorch_qnnpack.a 2022-12-01T10:09:09.3873353Z inflating: build/lib/libfbgemm.a 2022-12-01T10:09:09.3874578Z inflating: build/lib/libgmock_main.a 2022-12-01T10:09:09.4759121Z inflating: build/lib/libkineto.a 2022-12-01T10:09:09.5407545Z inflating: build/lib/libXNNPACK.a 2022-12-01T10:09:09.5611469Z inflating: build/lib/libcaffe2_protos.a 2022-12-01T10:09:09.5825372Z inflating: build/lib/libonnx_proto.a 2022-12-01T10:09:09.8056329Z inflating: build/lib/libonnx.a 2022-12-01T10:09:09.8091652Z inflating: build/lib/libnnpack.a 2022-12-01T10:09:15.6499664Z inflating: build/lib/libtorch_cpu.so 2022-12-01T10:09:15.6500493Z inflating: build/lib/libtorch.so 2022-12-01T10:09:15.6690543Z inflating: build/lib/libtorchbind_test.so 2022-12-01T10:09:15.6770549Z inflating: build/lib/libjitbackend_test.so 2022-12-01T10:09:15.6873835Z inflating: build/lib/libbackend_with_compiler.so 2022-12-01T10:09:15.6884160Z inflating: build/lib/libshm.so 2022-12-01T10:09:16.4033035Z inflating: build/lib/libtorch_python.so 2022-12-01T10:09:16.4181680Z inflating: build/lib/libnnapi_backend.so 2022-12-01T10:09:16.4182110Z creating: build/bin/ 2022-12-01T10:09:16.4323516Z inflating: build/bin/c10_CompileTimeFunctionPointer_test 2022-12-01T10:09:16.4471864Z inflating: build/bin/c10_DeviceGuard_test 2022-12-01T10:09:16.4615533Z inflating: build/bin/c10_Device_test 2022-12-01T10:09:16.4781537Z inflating: build/bin/c10_DispatchKeySet_test 2022-12-01T10:09:16.4921268Z inflating: build/bin/c10_StreamGuard_test 2022-12-01T10:09:16.5064589Z inflating: build/bin/c10_SymInt_test 2022-12-01T10:09:16.5216279Z inflating: build/bin/c10_InlineDeviceGuard_test 2022-12-01T10:09:16.5371407Z inflating: build/bin/c10_SizesAndStrides_test 2022-12-01T10:09:16.5529455Z inflating: build/bin/c10_InlineStreamGuard_test 2022-12-01T10:09:16.5668961Z inflating: build/bin/c10_Array_test 2022-12-01T10:09:16.5816224Z inflating: build/bin/c10_Bitset_test 2022-12-01T10:09:16.5960514Z inflating: build/bin/c10_C++17_test 2022-12-01T10:09:16.6100017Z inflating: build/bin/c10_ConstexprCrc_test 2022-12-01T10:09:16.6241510Z inflating: build/bin/c10_DeadlockDetection_test 2022-12-01T10:09:16.6383410Z inflating: build/bin/c10_Half_test 2022-12-01T10:09:16.6540456Z inflating: build/bin/c10_LeftRight_test 2022-12-01T10:09:16.6723563Z inflating: build/bin/c10_Metaprogramming_test 2022-12-01T10:09:16.6866107Z inflating: build/bin/c10_Synchronized_test 2022-12-01T10:09:16.7018964Z inflating: build/bin/c10_ThreadLocal_test 2022-12-01T10:09:16.7396132Z inflating: build/bin/c10_SmallVectorTest 2022-12-01T10:09:16.7542313Z inflating: build/bin/c10_TypeIndex_test 2022-12-01T10:09:16.7687953Z inflating: build/bin/c10_TypeList_test 2022-12-01T10:09:16.7827420Z inflating: build/bin/c10_TypeTraits_test 2022-12-01T10:09:16.7976011Z inflating: build/bin/c10_accumulate_test 2022-12-01T10:09:16.8131412Z inflating: build/bin/c10_bfloat16_test 2022-12-01T10:09:16.8284475Z inflating: build/bin/c10_complex_math_test 2022-12-01T10:09:16.8439323Z inflating: build/bin/c10_complex_test 2022-12-01T10:09:16.8725272Z inflating: build/bin/c10_either_test 2022-12-01T10:09:16.8874915Z inflating: build/bin/c10_flags_test 2022-12-01T10:09:16.9023853Z inflating: build/bin/c10_exception_test 2022-12-01T10:09:16.9359979Z inflating: build/bin/c10_intrusive_ptr_test 2022-12-01T10:09:16.9503023Z inflating: build/bin/c10_irange_test 2022-12-01T10:09:16.9660931Z inflating: build/bin/c10_logging_test 2022-12-01T10:09:16.9878755Z inflating: build/bin/c10_optional_test 2022-12-01T10:09:17.0033293Z inflating: build/bin/c10_registry_test 2022-12-01T10:09:17.0219042Z inflating: build/bin/c10_ordered_preserving_dict_test 2022-12-01T10:09:17.0380432Z inflating: build/bin/c10_string_view_test 2022-12-01T10:09:17.0525379Z inflating: build/bin/c10_tempfile_test 2022-12-01T10:09:17.0677542Z inflating: build/bin/c10_typeid_test 2022-12-01T10:09:17.0844512Z inflating: build/bin/c10_intrusive_ptr_benchmark 2022-12-01T10:09:17.1932532Z inflating: build/bin/protoc-3.13.0.0 2022-12-01T10:09:17.3019143Z inflating: build/bin/protoc 2022-12-01T10:09:17.4151655Z inflating: build/bin/vec_test_all_types_DEFAULT 2022-12-01T10:09:17.5327122Z inflating: build/bin/vec_test_all_types_AVX2 2022-12-01T10:09:17.6499533Z inflating: build/bin/vec_test_all_types_AVX512 2022-12-01T10:09:17.6649325Z inflating: build/bin/FileStoreTest 2022-12-01T10:09:17.6818103Z inflating: build/bin/TCPStoreTest 2022-12-01T10:09:17.6968344Z inflating: build/bin/HashStoreTest 2022-12-01T10:09:17.7114993Z inflating: build/bin/Dimname_test 2022-12-01T10:09:17.7123842Z inflating: build/bin/example_allreduce 2022-12-01T10:09:17.7282646Z inflating: build/bin/NamedTensor_test 2022-12-01T10:09:17.7469337Z inflating: build/bin/MaybeOwned_test 2022-12-01T10:09:17.7663580Z inflating: build/bin/ProcessGroupGlooTest 2022-12-01T10:09:17.7852859Z inflating: build/bin/Dict_test 2022-12-01T10:09:17.8030390Z inflating: build/bin/apply_utils_test 2022-12-01T10:09:17.8196666Z inflating: build/bin/atest 2022-12-01T10:09:17.8371904Z inflating: build/bin/basic 2022-12-01T10:09:17.8522743Z inflating: build/bin/broadcast_test 2022-12-01T10:09:17.8680335Z inflating: build/bin/cpu_generator_test 2022-12-01T10:09:17.8832325Z inflating: build/bin/cpu_profiling_allocator_test 2022-12-01T10:09:17.9164271Z inflating: build/bin/cpu_rng_test 2022-12-01T10:09:17.9306336Z inflating: build/bin/dispatch_key_set_test 2022-12-01T10:09:17.9456445Z inflating: build/bin/half_test 2022-12-01T10:09:17.9630280Z inflating: build/bin/extension_backend_test 2022-12-01T10:09:17.9773335Z inflating: build/bin/dlconvertor_test 2022-12-01T10:09:18.0060043Z inflating: build/bin/ivalue_test 2022-12-01T10:09:18.0201691Z inflating: build/bin/lazy_tensor_test 2022-12-01T10:09:18.0353464Z inflating: build/bin/memory_format_test 2022-12-01T10:09:18.0502471Z inflating: build/bin/memory_overlapping_test 2022-12-01T10:09:18.0656647Z inflating: build/bin/mobile_memory_cleanup 2022-12-01T10:09:18.0816386Z inflating: build/bin/native_test 2022-12-01T10:09:18.0959125Z inflating: build/bin/operator_name_test 2022-12-01T10:09:18.1108765Z inflating: build/bin/math_kernel_test 2022-12-01T10:09:18.1252544Z inflating: build/bin/operators_test 2022-12-01T10:09:18.1401614Z inflating: build/bin/packedtensoraccessor_test 2022-12-01T10:09:18.1559254Z inflating: build/bin/quantized_test 2022-12-01T10:09:18.1755243Z inflating: build/bin/pow_test 2022-12-01T10:09:18.1896503Z inflating: build/bin/reduce_ops_test 2022-12-01T10:09:18.2041169Z inflating: build/bin/reportMemoryUsage_test 2022-12-01T10:09:18.2216238Z inflating: build/bin/scalar_tensor_test 2022-12-01T10:09:18.2383167Z inflating: build/bin/scalar_test 2022-12-01T10:09:18.2532756Z inflating: build/bin/stride_properties_test 2022-12-01T10:09:18.2766293Z inflating: build/bin/tensor_iterator_test 2022-12-01T10:09:18.2920684Z inflating: build/bin/test_parallel 2022-12-01T10:09:18.3069805Z inflating: build/bin/type_ptr_test 2022-12-01T10:09:18.3075602Z inflating: build/bin/thread_init_test 2022-12-01T10:09:18.3217588Z inflating: build/bin/variant_test 2022-12-01T10:09:18.3368014Z inflating: build/bin/undefined_tensor_test 2022-12-01T10:09:18.3546087Z inflating: build/bin/type_test 2022-12-01T10:09:18.3547986Z inflating: build/bin/verify_api_visibility 2022-12-01T10:09:18.3695696Z inflating: build/bin/weakref_test 2022-12-01T10:09:18.3892577Z inflating: build/bin/vmap_test 2022-12-01T10:09:18.4038167Z inflating: build/bin/wrapdim_test 2022-12-01T10:09:18.4282650Z inflating: build/bin/List_test 2022-12-01T10:09:18.4424006Z inflating: build/bin/xla_tensor_test 2022-12-01T10:09:18.4590835Z inflating: build/bin/IListRef_test 2022-12-01T10:09:18.4777217Z inflating: build/bin/KernelFunction_test 2022-12-01T10:09:18.5135247Z inflating: build/bin/kernel_function_legacy_test 2022-12-01T10:09:18.5445792Z inflating: build/bin/kernel_lambda_test 2022-12-01T10:09:18.5722669Z inflating: build/bin/kernel_function_test 2022-12-01T10:09:18.5897378Z inflating: build/bin/kernel_stackbased_test 2022-12-01T10:09:18.6284129Z inflating: build/bin/kernel_lambda_legacy_test 2022-12-01T10:09:18.6427523Z inflating: build/bin/CppSignature_test 2022-12-01T10:09:18.6708629Z inflating: build/bin/make_boxed_from_unboxed_functor_test 2022-12-01T10:09:18.6847639Z inflating: build/bin/op_allowlist_test 2022-12-01T10:09:18.6995552Z inflating: build/bin/inline_container_test 2022-12-01T10:09:18.7156662Z inflating: build/bin/backend_fallback_test 2022-12-01T10:09:18.8105385Z inflating: build/bin/op_registration_test 2022-12-01T10:09:18.8148047Z inflating: build/bin/tutorial_tensorexpr 2022-12-01T10:09:18.8305981Z inflating: build/bin/test_dist_autograd 2022-12-01T10:09:18.8311205Z inflating: build/bin/parallel_benchmark 2022-12-01T10:09:18.8527597Z inflating: build/bin/test_cpp_rpc 2022-12-01T10:09:18.8543048Z inflating: build/bin/torch_shm_manager 2022-12-01T10:09:19.0383458Z inflating: build/bin/test_tensorexpr 2022-12-01T10:09:19.1203783Z inflating: build/bin/test_lazy 2022-12-01T10:09:19.4375869Z inflating: build/bin/test_api 2022-12-01T10:09:19.6224982Z inflating: build/bin/test_jit 2022-12-01T10:09:19.6225655Z inflating: .pytorch-test-times.json 2022-12-01T10:09:19.6248351Z ##[group]Run df -H 2022-12-01T10:09:19.6248580Z df -H 2022-12-01T10:09:19.6259759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:09:19.6260009Z env: 2022-12-01T10:09:19.6260231Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.6260474Z ##[endgroup] 2022-12-01T10:09:19.6550727Z Filesystem Size Used Avail Use% Mounted on 2022-12-01T10:09:19.6551204Z devtmpfs 8.2G 0 8.2G 0% /dev 2022-12-01T10:09:19.6552374Z tmpfs 8.2G 16M 8.2G 1% /dev/shm 2022-12-01T10:09:19.6552713Z tmpfs 8.2G 431k 8.2G 1% /run 2022-12-01T10:09:19.6552985Z tmpfs 8.2G 0 8.2G 0% /sys/fs/cgroup 2022-12-01T10:09:19.6553249Z /dev/nvme0n1p1 162G 27G 135G 17% / 2022-12-01T10:09:19.6591010Z ##[group]Run .github/scripts/parse_ref.py 2022-12-01T10:09:19.6591288Z .github/scripts/parse_ref.py 2022-12-01T10:09:19.6601297Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.6601527Z env: 2022-12-01T10:09:19.6601735Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.6601981Z ##[endgroup] 2022-12-01T10:09:19.6775236Z ##[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:09:19.6836468Z ##[group]Run set -x 2022-12-01T10:09:19.6836775Z set -x 2022-12-01T10:09:19.6836988Z  2022-12-01T10:09:19.6837217Z if [[ $TEST_CONFIG == 'multigpu' ]]; then 2022-12-01T10:09:19.6837525Z  TEST_COMMAND=.jenkins/pytorch/multigpu-test.sh 2022-12-01T10:09:19.6837832Z elif [[ $BUILD_ENVIRONMENT == *onnx* ]]; then 2022-12-01T10:09:19.6838104Z  TEST_COMMAND=.jenkins/caffe2/test.sh 2022-12-01T10:09:19.6838351Z else 2022-12-01T10:09:19.6838601Z  TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.6838832Z fi 2022-12-01T10:09:19.6839034Z  2022-12-01T10:09:19.6839319Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-12-01T10:09:19.6839583Z  2022-12-01T10:09:19.6839843Z # sanitize the input commit message and PR body here: 2022-12-01T10:09:19.6840103Z # 2022-12-01T10:09:19.6840416Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-12-01T10:09:19.6840831Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-12-01T10:09:19.6841188Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-12-01T10:09:19.6841460Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-12-01T10:09:19.6841676Z  2022-12-01T10:09:19.6841981Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-12-01T10:09:19.6842301Z # wreak havoc internally 2022-12-01T10:09:19.6842565Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-12-01T10:09:19.6842852Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-12-01T10:09:19.6843090Z  2022-12-01T10:09:19.6843362Z # detached container should get cleaned up by teardown_ec2_linux 2022-12-01T10:09:19.6843689Z # TODO: Stop building test binaries as part of the build phase 2022-12-01T10:09:19.6844007Z # Used for GPU_FLAG since that doesn't play nice 2022-12-01T10:09:19.6844294Z # shellcheck disable=SC2086,SC2090 2022-12-01T10:09:19.6844545Z container_name=$(docker run \ 2022-12-01T10:09:19.6844792Z  ${GPU_FLAG:-} \ 2022-12-01T10:09:19.6845035Z  -e BUILD_ENVIRONMENT \ 2022-12-01T10:09:19.6845264Z  -e PR_NUMBER \ 2022-12-01T10:09:19.6845501Z  -e GITHUB_ACTIONS \ 2022-12-01T10:09:19.6845734Z  -e BASE_SHA \ 2022-12-01T10:09:19.6845960Z  -e BRANCH \ 2022-12-01T10:09:19.6846168Z  -e SHA1 \ 2022-12-01T10:09:19.6846398Z  -e AWS_DEFAULT_REGION \ 2022-12-01T10:09:19.6846700Z  -e IN_WHEEL_TEST \ 2022-12-01T10:09:19.6846921Z  -e SHARD_NUMBER \ 2022-12-01T10:09:19.6847158Z  -e TEST_CONFIG \ 2022-12-01T10:09:19.6847401Z  -e NUM_TEST_SHARDS \ 2022-12-01T10:09:19.6847620Z  -e PR_BODY \ 2022-12-01T10:09:19.6847859Z  -e COMMIT_MESSAGES \ 2022-12-01T10:09:19.6848119Z  -e PYTORCH_RETRY_TEST_CASES \ 2022-12-01T10:09:19.6848380Z  -e PYTORCH_OVERRIDE_FLAKY_SIGNAL \ 2022-12-01T10:09:19.6848638Z  -e PR_LABELS \ 2022-12-01T10:09:19.6848895Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2022-12-01T10:09:19.6849137Z  -e SCCACHE_BUCKET \ 2022-12-01T10:09:19.6849384Z  -e SCCACHE_S3_KEY_PREFIX \ 2022-12-01T10:09:19.6849624Z  -e XLA_CUDA \ 2022-12-01T10:09:19.6849874Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2022-12-01T10:09:19.6850154Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2022-12-01T10:09:19.6850435Z  --ulimit stack=10485760:83886080 \ 2022-12-01T10:09:19.6850709Z  --security-opt seccomp=unconfined \ 2022-12-01T10:09:19.6850962Z  --cap-add=SYS_PTRACE \ 2022-12-01T10:09:19.6851200Z  --ipc=host \ 2022-12-01T10:09:19.6851479Z  --shm-size="${SHM_SIZE}" \ 2022-12-01T10:09:19.6851700Z  --tty \ 2022-12-01T10:09:19.6851918Z  --detach \ 2022-12-01T10:09:19.6852160Z  --name="${container_name}" \ 2022-12-01T10:09:19.6852395Z  --user jenkins \ 2022-12-01T10:09:19.6852674Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2022-12-01T10:09:19.6853135Z  -w /var/lib/jenkins/workspace \ 2022-12-01T10:09:19.6853394Z  "${DOCKER_IMAGE}" 2022-12-01T10:09:19.6853602Z ) 2022-12-01T10:09:19.6853918Z docker exec -t "${container_name}" sh -c "pip install $(echo dist/*.whl)[opt-einsum] && ${TEST_COMMAND}" 2022-12-01T10:09:19.6863827Z shell: /usr/bin/bash -e {0} 2022-12-01T10:09:19.6864048Z env: 2022-12-01T10:09:19.6864270Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:09:19.6864558Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T10:09:19.6864817Z PR_NUMBER: 89997 2022-12-01T10:09:19.6865135Z BRANCH: pull/89997 2022-12-01T10:09:19.6865404Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:19.6865681Z BASE_SHA: ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:19.6865948Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:09:19.6866204Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:09:19.6866435Z TEST_CONFIG: default 2022-12-01T10:09:19.6866658Z SHARD_NUMBER: 5 2022-12-01T10:09:19.6866876Z NUM_TEST_SHARDS: 5 2022-12-01T10:09:19.6867578Z 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:09:19.6868304Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2022-12-01T10:09:19.6868577Z SCCACHE_S3_KEY_PREFIX: pull 2022-12-01T10:09:19.6868808Z SHM_SIZE: 1g 2022-12-01T10:09:19.6869194Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:19.6869553Z XLA_CUDA: 2022-12-01T10:09:19.6869856Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:19.6870158Z ##[endgroup] 2022-12-01T10:09:19.6892434Z + [[ default == \m\u\l\t\i\g\p\u ]] 2022-12-01T10:09:19.6893218Z + [[ linux-focal-py3.7-clang7-asan == *onnx* ]] 2022-12-01T10:09:19.6893729Z + TEST_COMMAND=.jenkins/pytorch/test.sh 2022-12-01T10:09:19.6896248Z ++ git cherry -v origin/master 2022-12-01T10:09:20.0662129Z + COMMIT_MESSAGES='+ 56508e29e6b1847e050462d818021a0389d0de99 Release 1.13, Install torch from test channel, Pin build… (#86290) 2022-12-01T10:09:20.0662650Z - f682048bf9475d324044e955d8d67464ee446c3a Fix for the binary upload (#86385) 2022-12-01T10:09:20.0663209Z + 95112ca043c37e38101e629c1f69663e911cc909 Fix binary builds for the release - unblock release (#86484) 2022-12-01T10:09:20.0663788Z - c38dbd0e1dd88cce783c8dce6cce1a97276b6bb9 Conditionally build the TestApp benchmark based on lite interpreter (#86314) (#86377) 2022-12-01T10:09:20.0664299Z - 50a9cd95baf29e136fdf5f027c6f4c4a7ccd5b9b Add version selector back to functorch docs (#86602) (#86689) 2022-12-01T10:09:20.0664797Z - 5be45fc4f1a86624fe5ce0e99a2a5558011ca69e [ROCm] set nvfuser default to disabled, keep CI (#86369) (#86725) 2022-12-01T10:09:20.0665582Z - f37023b03f3e92dadb247e89fd4e024eb4a0eb8a [MPS] Better error message for `slow_conv2d_forward` (#86844) 2022-12-01T10:09:20.0666328Z - 786431cd13d171965feeb17240cc7bf8dc509dba [DOC] Use type hints to show annotation in the docs (#86851) 2022-12-01T10:09:20.0666851Z - 03992a6fb3dbd371fe41d3cd95c6589b45a10f14 Make the data types of output and input consistenst for batchnorm (#86784) 2022-12-01T10:09:20.0667477Z + d9ddab5efa2224704e4b982e651589b31b1c1547 [1.13] Remove torch.vmap (#86333) 2022-12-01T10:09:20.0668297Z + 01042487e2d848d17351555ea73c61d38a60a7f9 [1.13] Release-only improvements to functorch docs (#86693) 2022-12-01T10:09:20.0668947Z - 71251e2521ac4b737af43d536dff359df256eadd ci: Just use regular checkout (#86824) (#86895) 2022-12-01T10:09:20.0669424Z + f65ac2ad20f8eab95a0d0fb93c3550afc2b86d91 [CI] Fix builder ref for release, linux only (#86904) 2022-12-01T10:09:20.0670320Z - 51c16f092ca8d7802decfd56d34ae99d1c0f335c [functorch] Add more details to the functorch install page (#86823) (#86903) 2022-12-01T10:09:20.0670965Z - 311b47b72c73509a82ed0b613a7c563e6628332b [quant] Move the order of x86 engine to avoid changing the default qengine (#86631) (#86726) 2022-12-01T10:09:20.0671395Z + 7e196948ca0c5ede7fa6e0831fda18135e6573a5 Add vmap support for slogdet; fix regression from functorch 0.2.1 (#86815) (#86902) 2022-12-01T10:09:20.0671919Z - aab841e89d850c9da9048a64541cfa78b222f1ff [ONNX] Support device().type() string comparison with constant (#86168) (#86921) 2022-12-01T10:09:20.0672415Z - de3fa48e38e5370d18748e131bd20db53390ea5c Install c10d headers with absolute path (#86257) (#86933) 2022-12-01T10:09:20.0672802Z + 366c59e2606368a6f2ee7165d58686d0d494dd92 Allow PrivateUse1 backends to not have Storage (#86557) (#86803) 2022-12-01T10:09:20.0673198Z + 492d572086a93a31fc8972d29726453ee1e46717 [functorch] fix cross (#86934) 2022-12-01T10:09:20.0674132Z - f89a762a8efcca77722071ec042a02742ec4537d Fix the performance issue that the for-loop before ExternallCall could not be parallelized. (#85056) (#86516) 2022-12-01T10:09:20.0675084Z - c40a04415c59edc45b2ceba682377b255f2091c7 Add error checking to flaky test bot platform parser (#86632) (#87201) 2022-12-01T10:09:20.0675661Z + eda8263f151a17d0d81d33e3f48fb2102daf4c14 [Release 1.13.0][DataPipe] Documentation and interface fix (#87140) 2022-12-01T10:09:20.0676044Z + d2325f3b6a17e54b5d48c68d82b74354dfd35f61 handle libomp update on circleci (#86979) (#87132) 2022-12-01T10:09:20.0676526Z - 7688e5eeabce25b67aa99280772d094b1c5f7091 [ONNX] Fix triu/tril export with diagonal input (#86843) (#86925) 2022-12-01T10:09:20.0677010Z - 1ebff1dcaf75d0305dc713eea104ddfa3ae6b588 [ONNX] Renable assert diagnostic test (#85999) (#86924) 2022-12-01T10:09:20.0677499Z - 1442f04f3bab3b0e0f22fbb68c8f328e17801c69 Enables lazy loading of cuda modules if not set by user (#86509) 2022-12-01T10:09:20.0677881Z + d324341922beb064057e12daae19199480885d5e Bug fix for torch._C._willEngineExecuteNode (#86672) 2022-12-01T10:09:20.0678395Z - 894bad72c9dfb946e9bdfebaf2db41473b3dd4fe [ONNX] Fix scalar_type_analysis metadata for copied constant (#86716) (#86923) 2022-12-01T10:09:20.0678899Z - ef6dd0d34d379604eec8db34dd58581b8b061249 [ONNX] Ignore print(Tensor) during tracing (#86223) (#87122) 2022-12-01T10:09:20.0679497Z - e6d8c1392c817636c15ad974dd160292cdc471bc [einsum] Fix opt_einsum defaults to be more reasonable (#86985) (#87144) 2022-12-01T10:09:20.0679923Z + 3af7c7fc98af441ca90ef38b262497b530a317fb [einsum] fix MPS regression and fix incorrect contraction order when path is None (#87261) 2022-12-01T10:09:20.0680430Z - 9e3df4920f75fa2aaf5bbe04ed302fc80008a8b9 Improve NestedTensor documentation (#85186) (#87337) 2022-12-01T10:09:20.0680922Z - 3ca59f4b8aff32fbad3fcd13b812b5335047b8ce Reenable aot tests on windows for cuda 11.7 and up (#87193) (#87307) 2022-12-01T10:09:20.0681388Z - 0948dbb3e7d6e5e99305b71423f7e9a45a6e5e14 Add torch.sparse overview section (#85265) (#87376) 2022-12-01T10:09:20.0681897Z - 1f80ac7fa72cacafbb4901109b465db05f91d818 [Docs] Update mm family ops and F.linear to note limited sparse support. (#86220) (#87379) 2022-12-01T10:09:20.0682424Z - 7342a3b0eac2e3ebf4d9b5ce1c3c73c4134c8751 Add prototype warning to MaskedTensor constructor (#87107) (#87380) 2022-12-01T10:09:20.0682898Z - aba5544affda233f8413b5fd74df1cdf7ed91c18 [maskedtensor] add docs (#84887) (#87381) 2022-12-01T10:09:20.0683401Z - 6e2cb22d74d1939e0aa5c00c665a58e8796bef31 [functorch][docs] Downgrade the warning about forward-mode AD coverage (#87383) (#87386) 2022-12-01T10:09:20.0683908Z + ca0ee922bc9440bfc86b332d69ee0559f748bc6e [release] Add warning to stateless.functional_call for deprecated behavior (#87079) 2022-12-01T10:09:20.0684428Z - d2ce4310bad94f2e30fd75cb14e175bcef7ba6fa Assert if padding mask type is unexpected (#87106) (#87384) 2022-12-01T10:09:20.0684943Z - 05cb998e11d109a55ddee0fb72c17aa07fa8104a [MPS] Do not dispatch empty job in `bitwise_not` (#87286) (#87427) 2022-12-01T10:09:20.0685387Z - 385022c76e4229a9393d63871225e0961e91c2db [ci] handle libomp upgrade on github (#87382) (#87408) 2022-12-01T10:09:20.0685835Z - 3ffddc0b2d5fc963463c98b518b0eb1f88788a74 [functorch] fix AOTAutograd tutorial (#87415) (#87434) 2022-12-01T10:09:20.0686209Z + 55c76baf579cb6593f87d1a23e9a49afeb55f15a [1.13] Fix functorch version docs (#87392) 2022-12-01T10:09:20.0686648Z - 59686b4c60289188436ac61576fd389821858fa5 [maskedtensor] fix docs formatting (#87387) (#87406) 2022-12-01T10:09:20.0687003Z + 0c0df0be7497112022804df03aeeb0fcbadc9243 Add `weights_only` option to `torch.load` (#87443) 2022-12-01T10:09:20.0687385Z + d253eb29d86af51ae17b950825ffdb5661b5af7f Avoid calling logging.basicConfig (#86959) (#87455) 2022-12-01T10:09:20.0697979Z - d3aecbd9bc58a42366abffa63748d73c872bd927 Delete torch::deploy from pytorch core (#85953) (#85953) (#87454) 2022-12-01T10:09:20.0698486Z - 51fa4fae41367a17f49ce648c7cdd6aa72f6e6ac Move PadNd from ATen/native to ATen (#87456) 2022-12-01T10:09:20.0698986Z - f6c42ae2c29ba788523149dbcc791bf14530f93d Reenable `isinstance` with `torch.distributed.ReduceOp` (#87303) (#87463) 2022-12-01T10:09:20.0699544Z - 6a8be2cb630ce79d654a707e5ea454d013acbda1 [ONNX] Reland: Update training state logic to support ScriptedModule (#86745) (#87457) 2022-12-01T10:09:20.0699962Z + 8569a44f38ff906103f40c6925dec366c7557943 [MPS] Revamp copy_to_mps_ implementation (#87475) 2022-12-01T10:09:20.0700451Z - fdb18da4cc3ee04c2423eb33b2780edc4cae64e0 Fix distributed issue by including distributed files (#87612) 2022-12-01T10:09:20.0700914Z - 341c377c0f595ff4e4a0fbdef21978c038b64b98 Add General Project Policies (#87385) (#87613) 2022-12-01T10:09:20.0701342Z - 4e1a4b150a4ccd5f401a4293a0336a9a8a1dad2d fix docs push (#87498) (#87628) 2022-12-01T10:09:20.0701796Z - 7c98e70d44abc7a1aead68b6ea6c8adc8c554db5 attempted fix for nvrtc with lovelace (#87611) (#87618) 2022-12-01T10:09:20.0702271Z - 74a9ca993bd79f8131829e9c946657fa9a1d05ef [JIT][Security] Do not blindly eval input string (#89189) (#89925) 2022-12-01T10:09:20.0702636Z + ae2fe4033cf3b17259b17f351020b988fa893f91 Update masked.rst (#89758) (#89923) 2022-12-01T10:09:20.0703076Z - c13d400bffe90e16b96520bbc8a41a6f0c9cd584 Use the Python frame safely in _pythonCallstack' 2022-12-01T10:09:20.0893566Z + 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:09:20.0900528Z + 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:09:20.0913326Z + 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:09:20.0943066Z + 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:09:20.0954723Z + 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:09:20.0957137Z + 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:09:20.0958281Z +++ nproc --ignore=2 2022-12-01T10:09:20.0960839Z ++ 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-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:09:33.3066423Z + container_name=1f3d7dea148c3c92fd09b24facc3a66e7ddf22fe7722f83b7a8eed411b646f36 2022-12-01T10:09:33.3070131Z ++ echo dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.3071727Z + docker exec -t 1f3d7dea148c3c92fd09b24facc3a66e7ddf22fe7722f83b7a8eed411b646f36 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:09:33.7127651Z Processing ./dist/torch-1.13.0a0+gitc13d400-cp37-cp37m-linux_x86_64.whl 2022-12-01T10:09:33.7867757Z 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:09:33.7879309Z 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:09:33.7945257Z 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:09:34.5699781Z Installing collected packages: torch 2022-12-01T10:09:46.0523371Z Successfully installed torch-1.13.0a0+gitc13d400 2022-12-01T10:09:46.3230219Z ++ python -c 'import site; print(site.getsitepackages()[0])' 2022-12-01T10:09:46.3386148Z + TORCH_INSTALL_DIR=/opt/conda/lib/python3.7/site-packages/torch 2022-12-01T10:09:46.3386800Z + TORCH_BIN_DIR=/opt/conda/lib/python3.7/site-packages/torch/bin 2022-12-01T10:09:46.3388258Z + TORCH_LIB_DIR=/opt/conda/lib/python3.7/site-packages/torch/lib 2022-12-01T10:09:46.3388690Z + TORCH_TEST_DIR=/opt/conda/lib/python3.7/site-packages/torch/test 2022-12-01T10:09:46.3389258Z + BUILD_DIR=build 2022-12-01T10:09:46.3409244Z + BUILD_RENAMED_DIR=build_renamed 2022-12-01T10:09:46.3409696Z + BUILD_BIN_DIR=build/bin 2022-12-01T10:09:46.3410077Z + export VALGRIND=ON 2022-12-01T10:09:46.3410378Z + VALGRIND=ON 2022-12-01T10:09:46.3410792Z + [[ linux-focal-py3.7-clang7-asan == *clang9* ]] 2022-12-01T10:09:46.3411288Z + [[ linux-focal-py3.7-clang7-asan != *bazel* ]] 2022-12-01T10:09:46.3411642Z ++ realpath build/custom_test_artifacts 2022-12-01T10:09:46.3629393Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=/var/lib/jenkins/workspace/build/custom_test_artifacts 2022-12-01T10:09:46.3631576Z ++ dirname .jenkins/pytorch/test.sh 2022-12-01T10:09:46.3808451Z + source .jenkins/pytorch/common.sh 2022-12-01T10:09:46.3811340Z +++ dirname .jenkins/pytorch/common.sh 2022-12-01T10:09:46.3816632Z ++ source .jenkins/pytorch/common_utils.sh 2022-12-01T10:09:46.3818295Z +++ declare -f -t trap_add 2022-12-01T10:09:46.3821365Z ++ set -ex 2022-12-01T10:09:46.3822164Z ++ [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:46.3822499Z ++ BUILD_TEST_LIBTORCH=0 2022-12-01T10:09:46.3822937Z ++ [[ default == *xla* ]] 2022-12-01T10:09:46.3823289Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:46.3823715Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-bionic* ]] 2022-12-01T10:09:46.3824093Z ++ [[ linux-focal-py3.7-clang7-asan == *linux-focal* ]] 2022-12-01T10:09:46.3824360Z ++ which conda 2022-12-01T10:09:46.3883132Z /opt/conda/bin/conda 2022-12-01T10:09:46.3883786Z ++ conda install -q -y cmake 2022-12-01T10:09:49.7659816Z Collecting package metadata (current_repodata.json): ...working... done 2022-12-01T10:09:50.6003270Z Solving environment: ...working... done 2022-12-01T10:09:50.6877070Z 2022-12-01T10:09:50.6877560Z ## Package Plan ## 2022-12-01T10:09:50.6877773Z 2022-12-01T10:09:50.6877924Z environment location: /opt/conda 2022-12-01T10:09:50.6878127Z 2022-12-01T10:09:50.6894514Z added / updated specs: 2022-12-01T10:09:50.6895000Z - cmake 2022-12-01T10:09:50.6895171Z 2022-12-01T10:09:50.6895179Z 2022-12-01T10:09:50.6895393Z The following packages will be downloaded: 2022-12-01T10:09:50.6895692Z 2022-12-01T10:09:50.6895885Z package | build 2022-12-01T10:09:50.6896237Z ---------------------------|----------------- 2022-12-01T10:09:50.6896595Z bzip2-1.0.8 | h7b6447c_0 78 KB 2022-12-01T10:09:50.6897029Z c-ares-1.18.1 | h7f8727e_0 114 KB 2022-12-01T10:09:50.6897593Z ca-certificates-2022.10.11 | h06a4308_0 124 KB 2022-12-01T10:09:50.6898073Z certifi-2022.9.24 | py37h06a4308_0 154 KB 2022-12-01T10:09:50.6898440Z cmake-3.22.1 | h1fce559_0 7.3 MB 2022-12-01T10:09:50.6898770Z expat-2.4.9 | h6a678d5_0 156 KB 2022-12-01T10:09:50.6899080Z krb5-1.19.2 | hac12032_0 1.2 MB 2022-12-01T10:09:50.6899553Z libcurl-7.84.0 | h91b91d3_0 337 KB 2022-12-01T10:09:50.6899887Z libedit-3.1.20210910 | h7f8727e_0 166 KB 2022-12-01T10:09:50.6900201Z libev-4.33 | h7f8727e_1 111 KB 2022-12-01T10:09:50.6900529Z libgcc-ng-11.2.0 | h1234567_1 5.3 MB 2022-12-01T10:09:50.6915394Z libgomp-11.2.0 | h1234567_1 474 KB 2022-12-01T10:09:50.6916052Z libnghttp2-1.46.0 | hce63b2e_0 680 KB 2022-12-01T10:09:50.6916714Z libssh2-1.10.0 | h8f2d780_0 274 KB 2022-12-01T10:09:50.6917398Z libstdcxx-ng-11.2.0 | h1234567_1 4.7 MB 2022-12-01T10:09:50.6918039Z libuv-1.40.0 | h7b6447c_0 736 KB 2022-12-01T10:09:50.6918672Z lz4-c-1.9.3 | h295c915_1 185 KB 2022-12-01T10:09:50.6919295Z openssl-1.1.1s | h7f8727e_0 3.6 MB 2022-12-01T10:09:50.6919911Z rhash-1.4.1 | h3c74f83_1 203 KB 2022-12-01T10:09:50.6920533Z zstd-1.5.2 | ha4553b6_0 488 KB 2022-12-01T10:09:50.6921082Z ------------------------------------------------------------ 2022-12-01T10:09:50.6921526Z Total: 26.3 MB 2022-12-01T10:09:50.6922707Z 2022-12-01T10:09:50.6922913Z The following NEW packages will be INSTALLED: 2022-12-01T10:09:50.6923180Z 2022-12-01T10:09:50.6923680Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h7b6447c_0 None 2022-12-01T10:09:50.6924371Z c-ares pkgs/main/linux-64::c-ares-1.18.1-h7f8727e_0 None 2022-12-01T10:09:50.6924975Z cmake pkgs/main/linux-64::cmake-3.22.1-h1fce559_0 None 2022-12-01T10:09:50.6925481Z expat pkgs/main/linux-64::expat-2.4.9-h6a678d5_0 None 2022-12-01T10:09:50.6926094Z krb5 pkgs/main/linux-64::krb5-1.19.2-hac12032_0 None 2022-12-01T10:09:50.6926743Z libcurl pkgs/main/linux-64::libcurl-7.84.0-h91b91d3_0 None 2022-12-01T10:09:50.6927471Z libedit pkgs/main/linux-64::libedit-3.1.20210910-h7f8727e_0 None 2022-12-01T10:09:50.6928076Z libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 None 2022-12-01T10:09:50.6928505Z libnghttp2 pkgs/main/linux-64::libnghttp2-1.46.0-hce63b2e_0 None 2022-12-01T10:09:50.6928944Z libssh2 pkgs/main/linux-64::libssh2-1.10.0-h8f2d780_0 None 2022-12-01T10:09:50.6929349Z libuv pkgs/main/linux-64::libuv-1.40.0-h7b6447c_0 None 2022-12-01T10:09:50.6929733Z lz4-c pkgs/main/linux-64::lz4-c-1.9.3-h295c915_1 None 2022-12-01T10:09:50.6930132Z rhash pkgs/main/linux-64::rhash-1.4.1-h3c74f83_1 None 2022-12-01T10:09:50.6930662Z zstd pkgs/main/linux-64::zstd-1.5.2-ha4553b6_0 None 2022-12-01T10:09:50.6930835Z 2022-12-01T10:09:50.6930945Z The following packages will be UPDATED: 2022-12-01T10:09:50.6931105Z 2022-12-01T10:09:50.6931340Z ca-certificates 2022.07.19-h06a4308_0 --> 2022.10.11-h06a4308_0 None 2022-12-01T10:09:50.6931744Z certifi 2022.9.14-py37h06a4308_0 --> 2022.9.24-py37h06a4308_0 None 2022-12-01T10:09:50.6932128Z libgcc-ng 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:50.6932489Z libgomp 9.3.0-h5101ec6_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:50.6932867Z libstdcxx-ng 9.3.0-hd4cf53a_17 --> 11.2.0-h1234567_1 None 2022-12-01T10:09:50.6933476Z openssl 1.1.1q-h7f8727e_0 --> 1.1.1s-h7f8727e_0 None 2022-12-01T10:09:50.6933734Z 2022-12-01T10:09:50.6933745Z 2022-12-01T10:09:51.7876734Z Preparing transaction: ...working... done 2022-12-01T10:09:52.2102294Z Verifying transaction: ...working... done 2022-12-01T10:09:52.9551761Z Executing transaction: ...working... done 2022-12-01T10:09:53.0466839Z Retrieving notices: ...working... done 2022-12-01T10:09:53.2173504Z ++ [[ linux-focal-py3.7-clang7-asan == *centos* ]] 2022-12-01T10:09:53.2173886Z + echo 'Environment variables' 2022-12-01T10:09:53.2174123Z Environment variables 2022-12-01T10:09:53.2174345Z + env 2022-12-01T10:09:53.2218461Z INSTALLED_DB=yes 2022-12-01T10:09:53.2219131Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:09:53.2219712Z BUILD_ENVIRONMENT=linux-focal-py3.7-clang7-asan 2022-12-01T10:09:53.2220143Z PYTORCH_OVERRIDE_FLAKY_SIGNAL=1 2022-12-01T10:09:53.2220489Z HOSTNAME=1f3d7dea148c 2022-12-01T10:09:53.2221203Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_4915f7a5-a1c6-47ba-a3e8-4fb84cdb2167 2022-12-01T10:09:53.2221721Z GITHUB_ACTION=__self 2022-12-01T10:09:53.2222025Z GITHUB_RUN_NUMBER=69319 2022-12-01T10:09:53.2222357Z TEST_CONFIG=default 2022-12-01T10:09:53.2222804Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2022-12-01T10:09:53.2223298Z GITHUB_TRIGGERING_ACTOR=charlie-wt 2022-12-01T10:09:53.2223662Z GITHUB_REF_TYPE=branch 2022-12-01T10:09:53.2224002Z TORCH_CUDA_ARCH_LIST=Maxwell 2022-12-01T10:09:53.2224427Z BASE_SHA=ae2fe4033cf3b17259b17f351020b988fa893f91 2022-12-01T10:09:53.2224791Z XLA_CUDA= 2022-12-01T10:09:53.2225966Z *** 2022-12-01T10:09:53.2226275Z CARGO_NET_GIT_FETCH_WITH_CLI=true 2022-12-01T10:09:53.2226515Z GITHUB_ACTIONS=true 2022-12-01T10:09:53.2226763Z SHA1=c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:53.2227056Z GITHUB_SHA=cdc064133ad5e5a46a756ee9218659e8f252e950 2022-12-01T10:09:53.2227309Z UCC_HOME=/usr 2022-12-01T10:09:53.2227526Z GITHUB_REF=refs/pull/89997/merge 2022-12-01T10:09:53.2227762Z SHARD_NUMBER=5 2022-12-01T10:09:53.2227991Z GITHUB_REF_PROTECTED=false 2022-12-01T10:09:53.2228217Z HOME=/var/lib/jenkins 2022-12-01T10:09:53.2228481Z GITHUB_API_URL=https://api.github.com 2022-12-01T10:09:53.2228734Z INSTALLED_THRIFT= 2022-12-01T10:09:53.2228934Z UCX_COMMIT= 2022-12-01T10:09:53.2229158Z SCCACHE_S3_KEY_PREFIX=pull 2022-12-01T10:09:53.2229389Z NUM_TEST_SHARDS=5 2022-12-01T10:09:53.2229625Z UCX_HOME=/usr 2022-12-01T10:09:53.2230123Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_4915f7a5-a1c6-47ba-a3e8-4fb84cdb2167 2022-12-01T10:09:53.2230467Z PYTORCH_RETRY_TEST_CASES=1 2022-12-01T10:09:53.2230907Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_4915f7a5-a1c6-47ba-a3e8-4fb84cdb2167 2022-12-01T10:09:53.2231373Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2022-12-01T10:09:53.2231689Z GITHUB_EVENT_NAME=pull_request 2022-12-01T10:09:53.2231928Z GITHUB_RUN_ID=3591403534 2022-12-01T10:09:53.2232374Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_4915f7a5-a1c6-47ba-a3e8-4fb84cdb2167 2022-12-01T10:09:53.2232890Z GITHUB_ACTOR=charlie-wt 2022-12-01T10:09:53.2233121Z PR_NUMBER=89997 2022-12-01T10:09:53.2233383Z DESIRED_CUDA= 2022-12-01T10:09:53.2233630Z GITHUB_RUN_ATTEMPT=1 2022-12-01T10:09:53.2233852Z VALGRIND=ON 2022-12-01T10:09:53.2234127Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2022-12-01T10:09:53.2234376Z TERM=xterm 2022-12-01T10:09:53.2234589Z INSTALLED_VISION=yes 2022-12-01T10:09:53.2234814Z BRANCH=pull/89997 2022-12-01T10:09:53.2235036Z OPENSSL_ROOT_DIR=/opt/openssl 2022-12-01T10:09:53.2235276Z CUDA_PATH=/usr/local/cuda 2022-12-01T10:09:53.2235691Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2022-12-01T10:09:53.2236020Z GITHUB_SERVER_URL=https://github.com 2022-12-01T10:09:53.2236262Z UCC_COMMIT= 2022-12-01T10:09:53.2236479Z INSTALLED_ANDROID= 2022-12-01T10:09:53.2236678Z SHLVL=1 2022-12-01T10:09:53.2236877Z MAX_JOBS=6 2022-12-01T10:09:53.2249850Z 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:09:53.2256268Z GITHUB_REF_NAME=89997/merge 2022-12-01T10:09:53.2256666Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2022-12-01T10:09:53.2256980Z GITHUB_JOB=test 2022-12-01T10:09:53.2257226Z GITHUB_REPOSITORY=pytorch/pytorch 2022-12-01T10:09:53.2257464Z GITHUB_RETENTION_DAYS=90 2022-12-01T10:09:53.2257706Z OPENSSL_DIR=/opt/openssl 2022-12-01T10:09:53.2257949Z GITHUB_ACTION_REPOSITORY= 2022-12-01T10:09:53.2258447Z 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:09:53.2258830Z GITHUB_BASE_REF=release/1.13 2022-12-01T10:09:53.2259055Z CI=true 2022-12-01T10:09:53.2259280Z GITHUB_REPOSITORY_OWNER=pytorch 2022-12-01T10:09:53.2259512Z INSTALLED_PROTOBUF=yes 2022-12-01T10:09:53.2259815Z GITHUB_HEAD_REF=release/1.13-callstack 2022-12-01T10:09:53.2260150Z GITHUB_ACTION_REF= 2022-12-01T10:09:53.2260467Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2022-12-01T10:09:53.2260749Z GITHUB_WORKFLOW=pull 2022-12-01T10:09:53.2260996Z DEBIAN_FRONTEND=noninteractive 2022-12-01T10:09:53.2261450Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_4915f7a5-a1c6-47ba-a3e8-4fb84cdb2167 2022-12-01T10:09:53.2262576Z 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:09:53.2263239Z _=/usr/bin/env 2022-12-01T10:09:53.2263501Z + echo 'Testing pytorch' 2022-12-01T10:09:53.2263825Z Testing pytorch 2022-12-01T10:09:53.2264077Z + export LANG=C.UTF-8 2022-12-01T10:09:53.2264311Z + LANG=C.UTF-8 2022-12-01T10:09:53.2311944Z + PR_NUMBER=89997 2022-12-01T10:09:53.2312315Z + [[ default == \d\e\f\a\u\l\t ]] 2022-12-01T10:09:53.2312732Z + export CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:53.2313125Z + CUDA_VISIBLE_DEVICES=0 2022-12-01T10:09:53.2313658Z + export HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:53.2314017Z + HIP_VISIBLE_DEVICES=0 2022-12-01T10:09:53.2314351Z + [[ default == \d\i\s\t\r\i\b\u\t\e\d ]] 2022-12-01T10:09:53.2314674Z + [[ default == \s\l\o\w ]] 2022-12-01T10:09:53.2315217Z + [[ linux-focal-py3.7-clang7-asan == *slow-gradcheck* ]] 2022-12-01T10:09:53.2315738Z + [[ linux-focal-py3.7-clang7-asan == *cuda* ]] 2022-12-01T10:09:53.2316093Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:53.2316552Z + [[ linux-focal-py3.7-clang7-asan == *cuda11* ]] 2022-12-01T10:09:53.2316869Z + [[ default == *crossref* ]] 2022-12-01T10:09:53.2317157Z + [[ default == *dynamo* ]] 2022-12-01T10:09:53.2317501Z + [[ -n 89997 ]] 2022-12-01T10:09:53.2317790Z + [[ -z '' ]] 2022-12-01T10:09:53.2318104Z + export PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:53.2318433Z + PYTORCH_TEST_SKIP_CUDA_MEM_LEAK_CHECK=1 2022-12-01T10:09:53.2318775Z + [[ linux-focal-py3.7-clang7-asan == *rocm* ]] 2022-12-01T10:09:53.2319127Z + [[ linux-focal-py3.7-clang7-asan != *-bazel-* ]] 2022-12-01T10:09:53.2319418Z + pip_install --user ninja 2022-12-01T10:09:53.2319730Z + pip install --progress-bar off --user ninja 2022-12-01T10:09:53.6407657Z Collecting ninja 2022-12-01T10:09:53.6565612Z Downloading ninja-1.11.1-py2.py3-none-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (145 kB) 2022-12-01T10:09:54.3666321Z Installing collected packages: ninja 2022-12-01T10:09:54.3759662Z  WARNING: The script ninja is installed in '/var/lib/jenkins/.local/bin' which is not on PATH. 2022-12-01T10:09:54.3760221Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2022-12-01T10:09:54.3819159Z Successfully installed ninja-1.11.1 2022-12-01T10:09:54.4409012Z + 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:09:54.4409798Z + 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:09:54.4410617Z + [[ linux-focal-py3.7-clang7-asan == *asan* ]] 2022-12-01T10:09:54.4411160Z + export ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:54.4411610Z + ASAN_OPTIONS=detect_leaks=0:symbolize=1:detect_stack_use_after_return=1:strict_init_order=true:detect_odr_violation=0 2022-12-01T10:09:54.4412014Z + export UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:54.4412408Z + UBSAN_OPTIONS=print_stacktrace=1:suppressions=/var/lib/jenkins/workspace/ubsan.supp 2022-12-01T10:09:54.4412937Z + export PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:54.4413623Z + PYTORCH_TEST_WITH_ASAN=1 2022-12-01T10:09:54.4413982Z + export PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:54.4414367Z + PYTORCH_TEST_WITH_UBSAN=1 2022-12-01T10:09:54.4414939Z + export ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:54.4415390Z + ASAN_SYMBOLIZER_PATH=/usr/lib/llvm-7/bin/llvm-symbolizer 2022-12-01T10:09:54.4415715Z + export TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:54.4416040Z + TORCH_USE_RTLD_GLOBAL=1 2022-12-01T10:09:54.4416688Z + export LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:54.4417137Z + LD_PRELOAD=/usr/lib/llvm-7/lib/clang/7.0.1/lib/linux/libclang_rt.asan-x86_64.so 2022-12-01T10:09:54.4417447Z + ulimit -s 81920 2022-12-01T10:09:54.4417649Z + cd test 2022-12-01T10:09:54.4418002Z + python -c 'import torch; print(torch.__version__, torch.version.git_version)' 2022-12-01T10:09:57.3782627Z 1.13.0a0+gitc13d400 c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:09:57.7778915Z + echo 'The next three invocations are expected to crash; if they don'\''t that means ASAN/UBSAN is misconfigured' 2022-12-01T10:09:57.7780048Z The next three invocations are expected to crash; if they don't that means ASAN/UBSAN is misconfigured 2022-12-01T10:09:57.7780494Z + cd test 2022-12-01T10:09:57.7780986Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:09:57.7781372Z + set +e 2022-12-01T10:09:57.7781872Z + python -c 'import torch; torch._C._crash_if_csrc_asan(3)' 2022-12-01T10:10:00.6500370Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:00.9925361Z #0 0x7fd25bdc3da7 in THPModule_crashIfCsrcASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34da7) 2022-12-01T10:10:01.0557171Z #1 0x560c2ce3b5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:01.0557852Z #2 0x560c2ce71b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:01.0558342Z #3 0x560c2ce71b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:01.0558845Z #4 0x560c2ceb9701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:01.0559818Z #5 0x560c2ce0ae84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:01.0560544Z #6 0x560c2ce0ae84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:01.0561210Z #7 0x560c2ce0c272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:01.0561883Z #8 0x560c2ce0c272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:01.0562556Z #9 0x560c2cf19c81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:01.0563239Z #10 0x560c2cf24c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:01.0563961Z #11 0x560c2cf24ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:01.0564937Z #12 0x560c2cf24dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:01.0565622Z #13 0x560c2cf24dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:01.0566264Z #14 0x560c2cf24dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:01.0567210Z #15 0x560c2cf2518b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:01.0591953Z #16 0x7fd2644bb082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:01.0592404Z #17 0x560c2ceca039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:01.0592639Z 2022-12-01T10:10:01.0593077Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:169:3 in 2022-12-01T10:10:01.1092209Z + retcode=1 2022-12-01T10:10:01.1092621Z + set -e 2022-12-01T10:10:01.1092899Z + return 1 2022-12-01T10:10:01.1097340Z + cd test 2022-12-01T10:10:01.1098031Z + get_exit_code python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:01.1098405Z + set +e 2022-12-01T10:10:01.1098727Z + python -c 'import torch; torch._C._crash_if_csrc_ubsan(0)' 2022-12-01T10:10:03.9681989Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18: runtime error: division by zero 2022-12-01T10:10:04.1070418Z #0 0x7f37d3b9cff5 in THPModule_crashIfCsrcUBSAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b34ff5) 2022-12-01T10:10:04.1664094Z #1 0x55bf4b66c5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:04.1664837Z #2 0x55bf4b6a2b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:04.1665385Z #3 0x55bf4b6a2b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:04.1665990Z #4 0x55bf4b6ea701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:04.1666744Z #5 0x55bf4b63be84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:04.1667284Z #6 0x55bf4b63be84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:04.1668297Z #7 0x55bf4b63d272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:04.1669011Z #8 0x55bf4b63d272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:04.1669618Z #9 0x55bf4b74ac81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:04.1671192Z #10 0x55bf4b755c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:04.1672511Z #11 0x55bf4b755ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:04.1673033Z #12 0x55bf4b755dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:04.1673583Z #13 0x55bf4b755dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:04.1674038Z #14 0x55bf4b755dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:04.1674583Z #15 0x55bf4b75618b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:04.1688924Z #16 0x7f37dc295082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:04.1689348Z #17 0x55bf4b6fb039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:04.1689541Z 2022-12-01T10:10:04.1690101Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/torch/csrc/Module.cpp:181:18 in 2022-12-01T10:10:04.2103757Z + retcode=1 2022-12-01T10:10:04.2104248Z + set -e 2022-12-01T10:10:04.2104479Z + return 1 2022-12-01T10:10:04.2107433Z + cd test 2022-12-01T10:10:04.2108281Z + get_exit_code python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:04.2108665Z + set +e 2022-12-01T10:10:04.2109143Z + python -c 'import torch; torch._C._crash_if_aten_asan(3)' 2022-12-01T10:10:07.0776592Z /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3: runtime error: index 3 out of bounds for type 'volatile char [3]' 2022-12-01T10:10:07.7298741Z #0 0x7ff79478c904 in at::_crash_if_asan(int) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_cpu.so+0xd7ee904) 2022-12-01T10:10:07.7888246Z #1 0x7ff7bf5e712b in THPModule_crashIfATenASAN(_object*, _object*) (/opt/conda/lib/python3.7/site-packages/torch/lib/libtorch_python.so+0x2b3512b) 2022-12-01T10:10:07.8478442Z #2 0x55985697c5dc in _PyMethodDef_RawFastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:647 2022-12-01T10:10:07.8479071Z #3 0x5598569b2b3f in _PyCFunction_FastCallKeywords /home/builder/tkoch/workspace/python_1648536129212/work/Objects/call.c:732 2022-12-01T10:10:07.8479716Z #4 0x5598569b2b3f in call_function /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:4568 2022-12-01T10:10:07.8481055Z #5 0x5598569fa701 in _PyEval_EvalFrameDefault /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3093 2022-12-01T10:10:07.8481598Z #6 0x55985694be84 in PyEval_EvalFrameEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:547 2022-12-01T10:10:07.8482085Z #7 0x55985694be84 in _PyEval_EvalCodeWithName /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3930 2022-12-01T10:10:07.8482794Z #8 0x55985694d272 in PyEval_EvalCodeEx /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:3959 2022-12-01T10:10:07.8483370Z #9 0x55985694d272 in PyEval_EvalCode /home/builder/tkoch/workspace/python_1648536129212/work/Python/ceval.c:524 2022-12-01T10:10:07.8484008Z #10 0x559856a5ac81 in run_mod /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:1037 2022-12-01T10:10:07.8484914Z #11 0x559856a65c69 in PyRun_StringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:961 2022-12-01T10:10:07.8485811Z #12 0x559856a65ccb in PyRun_SimpleStringFlags /home/builder/tkoch/workspace/python_1648536129212/work/Python/pythonrun.c:455 2022-12-01T10:10:07.8487387Z #13 0x559856a65dc8 in pymain_run_command /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:420 2022-12-01T10:10:07.8487979Z #14 0x559856a65dc8 in pymain_run_python /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:2907 2022-12-01T10:10:07.8488437Z #15 0x559856a65dc8 in pymain_main /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3460 2022-12-01T10:10:07.8488896Z #16 0x559856a6618b in _Py_UnixMain /home/builder/tkoch/workspace/python_1648536129212/work/Modules/main.c:3495 2022-12-01T10:10:07.8503889Z #17 0x7ff7c7ce2082 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x24082) 2022-12-01T10:10:07.8504321Z #18 0x559856a0b039 in _start (/opt/conda/bin/python3.7+0x1d8039) 2022-12-01T10:10:07.8504502Z 2022-12-01T10:10:07.8504824Z SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/aten/src/ATen/Utils.cpp:20:3 in 2022-12-01T10:10:07.8903600Z + retcode=1 2022-12-01T10:10:07.8903953Z + set -e 2022-12-01T10:10:07.8904168Z + return 1 2022-12-01T10:10:07.8906544Z + [[ default == \n\o\g\p\u\_\N\O\_\A\V\X\2 ]] 2022-12-01T10:10:07.8906877Z + [[ default == \n\o\g\p\u\_\A\V\X\5\1\2 ]] 2022-12-01T10:10:07.8910264Z + [[ linux-focal-py3.7-clang7-asan == *tbb* ]] 2022-12-01T10:10:07.8922602Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:07.8922976Z + [[ linux-focal-py3.7-clang7-asan == *-bazel-* ]] 2022-12-01T10:10:07.8925575Z + cd test 2022-12-01T10:10:07.8925980Z + python -c 'import torch; print(torch.__config__.show())' 2022-12-01T10:10:10.7819113Z PyTorch built with: 2022-12-01T10:10:10.7819698Z - GCC 4.2 2022-12-01T10:10:10.7820408Z - C++ Version: 201402 2022-12-01T10:10:10.7820805Z - clang 7.0.1 2022-12-01T10:10:10.7821233Z - Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:10.7821646Z - LAPACK is enabled (usually provided by MKL) 2022-12-01T10:10:10.7821943Z - NNPACK is enabled 2022-12-01T10:10:10.7822216Z - CPU capability usage: AVX2 2022-12-01T10:10:10.7825361Z - Build settings: BLAS_INFO=mkl, BUILD_TYPE=Release, CXX_COMPILER=/opt/cache/bin/clang++, CXX_FLAGS=-fsanitize=undefined -fsanitize=address -fno-sanitize-recover=all -fsanitize-address-use-after-scope -shared-libasan -Wno-deprecated -fvisibility-inlines-hidden -fsanitize=address -fPIE -DUSE_PTHREADPOOL -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 -Wvla-extension -Wno-range-loop-analysis -Wno-pass-failed -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -Wconstant-conversion -Wno-invalid-partial-specialization -Wno-typedef-redefinition -Wno-unused-private-field -Wno-inconsistent-missing-override -Wno-c++14-extensions -Wno-constexpr-not-const -Wno-missing-braces -Wunused-lambda-capture -Wunused-local-typedef -Qunused-arguments -fcolor-diagnostics -fdiagnostics-color=always -fno-math-errno -fno-trapping-math -Werror=format, LAPACK_INFO=mkl, PERF_WITH_AVX=1, PERF_WITH_AVX2=1, PERF_WITH_AVX512=1, TORCH_VERSION=1.13.0, USE_CUDA=0, USE_CUDNN=OFF, USE_EXCEPTION_PTR=1, USE_GFLAGS=OFF, USE_GLOG=OFF, USE_MKL=ON, USE_MKLDNN=0, USE_MPI=OFF, USE_NCCL=OFF, USE_NNPACK=ON, USE_OPENMP=OFF, USE_ROCM=OFF, 2022-12-01T10:10:10.7827633Z 2022-12-01T10:10:11.1805645Z + cd test 2022-12-01T10:10:11.1806303Z + python -c 'import torch; print(torch.__config__.parallel_info())' 2022-12-01T10:10:14.1018355Z ATen/Parallel: 2022-12-01T10:10:14.1018806Z at::get_num_threads() : 4 2022-12-01T10:10:14.1019230Z at::get_num_interop_threads() : 4 2022-12-01T10:10:14.1019535Z OpenMP not found 2022-12-01T10:10:14.1020085Z Intel(R) oneAPI Math Kernel Library Version 2022.0-Product Build 20211112 for Intel(R) 64 architecture applications 2022-12-01T10:10:14.1020473Z mkl_get_max_threads() : 1 2022-12-01T10:10:14.1020775Z MKLDNN not found 2022-12-01T10:10:14.1021182Z std::thread::hardware_concurrency() : 8 2022-12-01T10:10:14.1021585Z Environment variables: 2022-12-01T10:10:14.1021815Z OMP_NUM_THREADS : [not set] 2022-12-01T10:10:14.1022064Z MKL_NUM_THREADS : [not set] 2022-12-01T10:10:14.1022326Z ATen parallel backend: native thread pool 2022-12-01T10:10:14.1022475Z 2022-12-01T10:10:14.5101390Z + [[ default == *backward* ]] 2022-12-01T10:10:14.5101815Z + [[ default == *xla* ]] 2022-12-01T10:10:14.5102200Z + [[ default == \j\i\t\_\l\e\g\a\c\y ]] 2022-12-01T10:10:14.5102740Z + [[ linux-focal-py3.7-clang7-asan == *libtorch* ]] 2022-12-01T10:10:14.5103027Z + [[ default == distributed ]] 2022-12-01T10:10:14.5103253Z + [[ default == *dynamo* ]] 2022-12-01T10:10:14.5103493Z + [[ default == *dynamo* ]] 2022-12-01T10:10:14.5103713Z + [[ 5 == 1 ]] 2022-12-01T10:10:14.5103942Z + [[ 5 == 2 ]] 2022-12-01T10:10:14.5104217Z + [[ 5 -gt 2 ]] 2022-12-01T10:10:14.5104475Z + install_torchdynamo 2022-12-01T10:10:14.5104686Z + local commit 2022-12-01T10:10:14.5105102Z ++ get_pinned_commit torchdynamo 2022-12-01T10:10:14.5105384Z ++ cat .github/ci_commit_pins/torchdynamo.txt 2022-12-01T10:10:14.5187908Z + commit=6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:14.5188553Z + pip_install --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:14.5189162Z + pip install --progress-bar off --user git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:14.9950148Z Collecting git+https://github.com/pytorch/torchdynamo.git@6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:14.9957322Z Cloning https://github.com/pytorch/torchdynamo.git (to revision 6ead5cae0d1234aa64db06fe230ef56e12ec76fe) to /tmp/pip-req-build-y6ct1luz 2022-12-01T10:10:15.0390154Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/torchdynamo.git /tmp/pip-req-build-y6ct1luz 2022-12-01T10:10:16.2006610Z Running command git rev-parse -q --verify 'sha^6ead5cae0d1234aa64db06fe230ef56e12ec76fe' 2022-12-01T10:10:16.2104772Z Running command git fetch -q https://github.com/pytorch/torchdynamo.git 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:16.7438851Z Running command git checkout -q 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:17.3046159Z Resolved https://github.com/pytorch/torchdynamo.git to commit 6ead5cae0d1234aa64db06fe230ef56e12ec76fe 2022-12-01T10:10:21.2836564Z Preparing metadata (setup.py) ... [?25l- done 2022-12-01T10:10:21.2918744Z [?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:10:21.2923354Z Requirement already satisfied: numpy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.18.5) 2022-12-01T10:10:21.3452398Z Collecting tabulate 2022-12-01T10:10:21.3692496Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2022-12-01T10:10:21.3783455Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (6.0) 2022-12-01T10:10:21.3787316Z Requirement already satisfied: sympy in /opt/conda/lib/python3.7/site-packages (from torchdynamo==1.13.0.dev0) (1.10.1) 2022-12-01T10:10:21.3827966Z 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:10:21.3862352Z 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:10:21.3982863Z Building wheels for collected packages: torchdynamo 2022-12-01T10:10:29.7816524Z Building wheel for torchdynamo (setup.py) ... [?25l- \ | / - done 2022-12-01T10:10:29.7915223Z [?25h Created wheel for torchdynamo: filename=torchdynamo-1.13.0.dev0-cp37-cp37m-linux_x86_64.whl size=2898239 sha256=e704f4e663825ad6b985b7e94a6092120197e5de519f9b3b790d8b314f2e4fab 2022-12-01T10:10:29.7917565Z Stored in directory: /var/lib/jenkins/.cache/pip/wheels/be/04/a5/adc64d091c88f64465d8ee6f21d5717177ec59bba7342b9732 2022-12-01T10:10:29.7947077Z Successfully built torchdynamo 2022-12-01T10:10:30.6795935Z Installing collected packages: tabulate, torchdynamo 2022-12-01T10:10:31.0726351Z Successfully installed tabulate-0.9.0 torchdynamo-1.13.0.dev0 2022-12-01T10:10:31.1860289Z + test_python_shard 5 2022-12-01T10:10:31.1860669Z + [[ -z 5 ]] 2022-12-01T10:10:31.1861096Z + python test/run_test.py --exclude-jit-executor --exclude-distributed-tests --shard 5 5 --verbose 2022-12-01T10:10:34.5384636Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:34.6965973Z Ignoring disabled issues: [] 2022-12-01T10:10:34.7439061Z Found test time stats from artifacts 2022-12-01T10:10:34.7473025Z Selected tests: 2022-12-01T10:10:34.7473425Z test_ops 2022-12-01T10:10:34.7473703Z test_fx 2022-12-01T10:10:34.7473979Z test_cpp_extensions_jit 2022-12-01T10:10:34.7474720Z distributions/test_distributions 2022-12-01T10:10:34.7475163Z test_cpp_api_parity 2022-12-01T10:10:34.7475471Z test_indexing 2022-12-01T10:10:34.7475683Z test_prims 2022-12-01T10:10:34.7475897Z lazy/test_bindings 2022-12-01T10:10:34.7476125Z test_cuda_primary_ctx 2022-12-01T10:10:34.7476339Z test_hub 2022-12-01T10:10:34.7476532Z test_unary_ufuncs 2022-12-01T10:10:34.7476748Z test_dataloader 2022-12-01T10:10:34.7476965Z test_serialization 2022-12-01T10:10:34.7477318Z test_testing 2022-12-01T10:10:34.7477526Z test_masked 2022-12-01T10:10:34.7477737Z test_view_ops 2022-12-01T10:10:34.7477943Z lazy/test_ts_opinfo 2022-12-01T10:10:34.7478163Z nn/test_embedding 2022-12-01T10:10:34.7478378Z test_stateless 2022-12-01T10:10:34.7478579Z test_maskedtensor 2022-12-01T10:10:34.7478804Z test_nestedtensor 2022-12-01T10:10:34.7479019Z test_shape_ops 2022-12-01T10:10:34.7479217Z test_model_dump 2022-12-01T10:10:34.7479451Z profiler/test_profiler_tree 2022-12-01T10:10:34.7479697Z test_tensorexpr_pybind 2022-12-01T10:10:35.8751762Z Prioritized test from test file changes. 2022-12-01T10:10:35.8752224Z reordering tests for PR: 2022-12-01T10:10:35.8753691Z prioritized: ['test_ops', 'test_fx', 'test_cpp_extensions_jit', 'distributions/test_distributions', 'test_indexing', 'test_prims', 'test_dataloader', 'test_serialization', 'test_testing', 'test_view_ops', 'lazy/test_ts_opinfo', 'nn/test_embedding', 'test_stateless', 'test_nestedtensor', 'test_shape_ops', 'profiler/test_profiler_tree'] 2022-12-01T10:10:35.8754571Z the rest: ['test_cpp_api_parity', 'lazy/test_bindings', 'test_cuda_primary_ctx', 'test_hub', 'test_unary_ufuncs', 'test_masked', 'test_maskedtensor', 'test_model_dump', 'test_tensorexpr_pybind'] 2022-12-01T10:10:35.8754864Z 2022-12-01T10:10:35.8755485Z 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:10:35.9033658Z 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:10:35.9511997Z parallel (file granularity) tests: 2022-12-01T10:10:35.9512397Z test_dataloader 2022-12-01T10:10:35.9512785Z test_serialization 2022-12-01T10:10:35.9513052Z test_testing 2022-12-01T10:10:35.9513308Z test_view_ops 2022-12-01T10:10:35.9513525Z lazy/test_ts_opinfo 2022-12-01T10:10:35.9513745Z nn/test_embedding 2022-12-01T10:10:35.9514031Z test_stateless 2022-12-01T10:10:35.9514245Z test_nestedtensor 2022-12-01T10:10:35.9514463Z test_shape_ops 2022-12-01T10:10:35.9514681Z profiler/test_profiler_tree 2022-12-01T10:10:35.9514916Z lazy/test_bindings 2022-12-01T10:10:35.9515123Z test_hub 2022-12-01T10:10:35.9515322Z test_unary_ufuncs 2022-12-01T10:10:35.9515532Z test_masked 2022-12-01T10:10:35.9515741Z test_maskedtensor 2022-12-01T10:10:35.9515941Z test_model_dump 2022-12-01T10:10:35.9516165Z test_tensorexpr_pybind 2022-12-01T10:10:35.9516408Z serial (file granularity) tests: 2022-12-01T10:10:35.9516623Z test_ops 2022-12-01T10:10:35.9516821Z test_fx 2022-12-01T10:10:35.9517035Z test_cpp_extensions_jit 2022-12-01T10:10:35.9517270Z distributions/test_distributions 2022-12-01T10:10:35.9517502Z test_indexing 2022-12-01T10:10:35.9517707Z test_prims 2022-12-01T10:10:35.9517908Z test_cpp_api_parity 2022-12-01T10:10:35.9518131Z test_cuda_primary_ctx 2022-12-01T10:10:39.3900451Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:39.4713084Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:10:39.4888015Z Ignoring disabled issues: [] 2022-12-01T10:10:39.5085588Z Running test_dataloader ... [2022-12-01 10:10:39.508271] 2022-12-01T10:10:39.5087633Z Executing ['/opt/conda/bin/python', '-bb', 'test_dataloader.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:39.508537] 2022-12-01T10:10:39.5534417Z Ignoring disabled issues: [] 2022-12-01T10:10:39.5733870Z Running test_serialization ... [2022-12-01 10:10:39.573072] 2022-12-01T10:10:39.5735924Z Executing ['/opt/conda/bin/python', '-bb', 'test_serialization.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:10:39.573369] 2022-12-01T10:12:18.0981791Z 2022-12-01T10:12:18.0982350Z Expand the folded group to see the log file of test_serialization 2022-12-01T10:12:18.1019102Z ##[group]PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_7gass9wa) 2022-12-01T10:12:18.1019948Z Test results will be stored in test-reports/python-unittest/test_serialization 2022-12-01T10:12:18.1020157Z 2022-12-01T10:12:18.1020253Z Running tests... 2022-12-01T10:12:18.1020607Z ---------------------------------------------------------------------- 2022-12-01T10:12:18.1021006Z test_serialization_new_format_old_format_compat_cpu (__main__.TestBothSerializationCPU) ... ok (1.092s) 2022-12-01T10:12:18.1021446Z test_serialization_new_format_old_format_compat_safe_cpu (__main__.TestBothSerializationCPU) ... ok (0.999s) 2022-12-01T10:12:18.1093888Z test_load_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1094386Z test_load_nonexistent_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1095015Z test_load_python2_unicode_module (__main__.TestOldSerialization) ... ok (0.085s) 2022-12-01T10:12:18.1095548Z test_load_unicode_error_msg (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1096068Z test_save_different_dtype_error (__main__.TestOldSerialization) ... ok (0.005s) 2022-12-01T10:12:18.1096448Z test_save_different_dtype_unallocated (__main__.TestOldSerialization) ... ok (0.316s) 2022-12-01T10:12:18.1096810Z test_serialization (__main__.TestOldSerialization) ... ok (0.044s) 2022-12-01T10:12:18.1097502Z test_serialization_backwards_compat (__main__.TestOldSerialization) ... ok (0.042s) 2022-12-01T10:12:18.1098128Z test_serialization_backwards_compat_safe (__main__.TestOldSerialization) ... ok (0.023s) 2022-12-01T10:12:18.1098748Z test_serialization_container (__main__.TestOldSerialization) ... ok (0.010s) 2022-12-01T10:12:18.1099363Z test_serialization_container_filelike (__main__.TestOldSerialization) ... ok (0.008s) 2022-12-01T10:12:18.1099872Z test_serialization_dill (__main__.TestOldSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:12:18.1100327Z test_serialization_dill_version_not_supported (__main__.TestOldSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:12:18.1100740Z test_serialization_fake_zip (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1101106Z test_serialization_filelike (__main__.TestOldSerialization) ... ok (0.022s) 2022-12-01T10:12:18.1101469Z test_serialization_filelike_api_requirements (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1101856Z test_serialization_filelike_missing_attrs (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1102233Z test_serialization_filelike_stress (__main__.TestOldSerialization) ... ok (0.811s) 2022-12-01T10:12:18.1102606Z test_serialization_filelike_uses_readinto (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1102956Z test_serialization_gzip (__main__.TestOldSerialization) ... ok (0.025s) 2022-12-01T10:12:18.1103911Z test_serialization_map_location (__main__.TestOldSerialization) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/81685 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:12:18.1104577Z test_serialization_offset (__main__.TestOldSerialization) ... ok (21.658s) 2022-12-01T10:12:18.1105045Z test_serialization_offset_filelike_weights_only_False (__main__.TestOldSerialization) ... ok (20.779s) 2022-12-01T10:12:18.1105687Z test_serialization_offset_filelike_weights_only_True (__main__.TestOldSerialization) ... ok (20.787s) 2022-12-01T10:12:18.1106304Z test_serialization_offset_gzip (__main__.TestOldSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1106833Z test_serialization_safe (__main__.TestOldSerialization) ... ok (0.046s) 2022-12-01T10:12:18.1107377Z test_serialization_save_warnings (__main__.TestOldSerialization) ... ok (0.004s) 2022-12-01T10:12:18.1107775Z test_serialization_sparse (__main__.TestOldSerialization) ... ok (0.043s) 2022-12-01T10:12:18.1108624Z test_serialization_sparse_csr_invalid (__main__.TestOldSerialization) ... test_serialization.py:339: 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:12:18.1109609Z x = x.to_sparse_csr() 2022-12-01T10:12:18.1109933Z ok (0.021s) 2022-12-01T10:12:18.1110379Z test_serialization_sparse_invalid (__main__.TestOldSerialization) ... ok (0.062s) 2022-12-01T10:12:18.1110982Z test_serialization_sparse_safe (__main__.TestOldSerialization) ... ok (0.047s) 2022-12-01T10:12:18.1111512Z test_serialization_storage_slice (__main__.TestOldSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1112084Z test_serialization_zipfile_utils (__main__.TestOldSerialization) ... ok (0.007s) 2022-12-01T10:12:18.1112663Z test_serialize_device (__main__.TestOldSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1113220Z test_load_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1113556Z test_load_nonexistent_device (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1114006Z test_load_python2_unicode_module (__main__.TestSerialization) ... ok (0.004s) 2022-12-01T10:12:18.1114630Z test_load_unicode_error_msg (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1115130Z test_meta_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.007s) 2022-12-01T10:12:18.1115507Z test_meta_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1115886Z test_pathlike_serialization_weights_only_False (__main__.TestSerialization) ... ok (0.023s) 2022-12-01T10:12:18.1116257Z test_pathlike_serialization_weights_only_True (__main__.TestSerialization) ... ok (0.023s) 2022-12-01T10:12:18.1116618Z test_save_different_dtype_error (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1116977Z test_save_different_dtype_unallocated (__main__.TestSerialization) ... ok (0.368s) 2022-12-01T10:12:18.1117306Z test_serialization (__main__.TestSerialization) ... ok (0.047s) 2022-12-01T10:12:18.1117640Z test_serialization_2gb_file (__main__.TestSerialization) ... ok (24.330s) 2022-12-01T10:12:18.1117994Z test_serialization_backwards_compat (__main__.TestSerialization) ... ok (0.047s) 2022-12-01T10:12:18.1118360Z test_serialization_backwards_compat_safe (__main__.TestSerialization) ... ok (0.032s) 2022-12-01T10:12:18.1118745Z test_serialization_dill (__main__.TestSerialization) ... skip: "dill" not found or not correct version (0.001s) 2022-12-01T10:12:18.1119187Z test_serialization_dill_version_not_supported (__main__.TestSerialization) ... skip: "dill" not found or is correct version (0.001s) 2022-12-01T10:12:18.1119645Z test_serialization_fake_zip (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1119991Z test_serialization_filelike (__main__.TestSerialization) ... ok (0.021s) 2022-12-01T10:12:18.1120338Z test_serialization_filelike_api_requirements (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1120717Z test_serialization_filelike_missing_attrs (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1121083Z test_serialization_filelike_stress (__main__.TestSerialization) ... ok (1.129s) 2022-12-01T10:12:18.1121435Z test_serialization_filelike_uses_readinto (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1121785Z test_serialization_gzip (__main__.TestSerialization) ... ok (0.057s) 2022-12-01T10:12:18.1122126Z test_serialization_map_location (__main__.TestSerialization) ... ok (0.035s) 2022-12-01T10:12:18.1122476Z test_serialization_offset_gzip (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1122802Z test_serialization_safe (__main__.TestSerialization) ... ok (0.043s) 2022-12-01T10:12:18.1123145Z test_serialization_save_warnings (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1123549Z test_serialization_sparse (__main__.TestSerialization) ... ok (0.042s) 2022-12-01T10:12:18.1123888Z test_serialization_sparse_csr_invalid (__main__.TestSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1124251Z test_serialization_sparse_invalid (__main__.TestSerialization) ... ok (0.008s) 2022-12-01T10:12:18.1124600Z test_serialization_sparse_safe (__main__.TestSerialization) ... ok (0.044s) 2022-12-01T10:12:18.1124946Z test_serialization_storage_slice (__main__.TestSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1125770Z test_serialization_zipfile_actually_jit (__main__.TestSerialization) ... /opt/conda/lib/python3.7/site-packages/torch/serialization.py:781: UserWarning: 'torch.load' received a zip file that looks like a TorchScript archive dispatching to 'torch.jit.load' (call 'torch.jit.load' directly to silence this warning) 2022-12-01T10:12:18.1126376Z " silence this warning)", UserWarning) 2022-12-01T10:12:18.1126617Z ok (0.163s) 2022-12-01T10:12:18.1126888Z test_serialization_zipfile_utils (__main__.TestSerialization) ... ok (0.007s) 2022-12-01T10:12:18.1127258Z test_serialization_zipfile_weights_only_False (__main__.TestSerialization) ... ok (0.049s) 2022-12-01T10:12:18.1127674Z test_serialization_zipfile_weights_only_True (__main__.TestSerialization) ... ok (0.050s) 2022-12-01T10:12:18.1128027Z test_serialize_device (__main__.TestSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1128350Z test_weights_only_assert (__main__.TestSerialization) ... Hello World! 2022-12-01T10:12:18.1128620Z ok (0.002s) 2022-12-01T10:12:18.1128929Z test_cloned_deepcopy_requires_grad_False (__main__.TestSubclassSerialization) ... ok (0.004s) 2022-12-01T10:12:18.1129318Z test_cloned_deepcopy_requires_grad_True (__main__.TestSubclassSerialization) ... ok (0.001s) 2022-12-01T10:12:18.1129709Z test_empty_class_serialization (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1130087Z test_tensor_subclass_deepcopy (__main__.TestSubclassSerialization) ... ok (0.005s) 2022-12-01T10:12:18.1130478Z test_tensor_subclass_getstate_overwrite (__main__.TestSubclassSerialization) ... ok (0.003s) 2022-12-01T10:12:18.1130863Z test_tensor_subclass_wrapper_serialization (__main__.TestSubclassSerialization) ... ok (0.002s) 2022-12-01T10:12:18.1131083Z 2022-12-01T10:12:18.1131316Z ---------------------------------------------------------------------- 2022-12-01T10:12:18.1131600Z Ran 80 tests in 93.540s 2022-12-01T10:12:18.1131734Z 2022-12-01T10:12:18.1131815Z OK (skipped=5) 2022-12-01T10:12:18.1131943Z 2022-12-01T10:12:18.1132049Z Generating XML reports... 2022-12-01T10:12:18.1132537Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201101043.xml 2022-12-01T10:12:18.1133306Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201101043.xml 2022-12-01T10:12:18.1133879Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201101043.xml 2022-12-01T10:12:18.1134472Z Generated XML report: test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201101043.xml 2022-12-01T10:12:18.1134747Z 2022-12-01T10:12:18.1135104Z ##[endgroup] 2022-12-01T10:12:18.1135532Z FINISHED PRINTING LOG FILE of test_serialization (/var/lib/jenkins/workspace/test/test-reports/test_serialization_7gass9wa) 2022-12-01T10:12:18.1135779Z 2022-12-01T10:12:22.2580879Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:22.3591423Z Ignoring disabled issues: [] 2022-12-01T10:12:22.4197878Z Running test_testing ... [2022-12-01 10:12:22.419401] 2022-12-01T10:12:22.4199227Z Executing ['/opt/conda/bin/python', '-bb', 'test_testing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:12:22.419698] 2022-12-01T10:12:46.5702858Z 2022-12-01T10:12:46.5703356Z Expand the folded group to see the log file of test_dataloader 2022-12-01T10:12:46.5706317Z ##[group]PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_t522whb0) 2022-12-01T10:12:46.5707167Z Test results will be stored in test-reports/python-unittest/test_dataloader 2022-12-01T10:12:46.5714395Z 2022-12-01T10:12:46.5714611Z Running tests... 2022-12-01T10:12:46.5715233Z ---------------------------------------------------------------------- 2022-12-01T10:12:46.5716604Z test_shuffler_iterdatapipe (__main__.IntegrationTestDataLoaderDataPipe) 2022-12-01T10:12:46.5717696Z Verify ``IterDataPipe.shuffle`` is controlled by ``DataLoader`` ... /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5718640Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5719444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5720057Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5720845Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5721448Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5722444Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5723081Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5723880Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5724462Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5725240Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5725863Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5726662Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5727255Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5728014Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5728655Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5729457Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5729991Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5730770Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5731380Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5732159Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5732535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5733238Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5733644Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5734112Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5734487Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5734957Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5735347Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5735806Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5736291Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5736761Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5737151Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5737611Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5737986Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5738454Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5738823Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5739293Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5739668Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5740141Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5740557Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5741032Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5741402Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5741903Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5742462Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5743191Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5743765Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5744529Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5745169Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5745915Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5746527Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5747300Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5747927Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5748714Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5749306Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5750065Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5750694Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5751494Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5752058Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5752928Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5753571Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5754336Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5754941Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5755733Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5756489Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5757277Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5757888Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5758685Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5759338Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5760132Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5760741Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5761552Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5762195Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5763007Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5763673Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5764472Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5765097Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5765900Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5766517Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5767290Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5767922Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5768715Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5769323Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5770093Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5770716Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5771517Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5772135Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5772919Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5773728Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5774537Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5775128Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5775880Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5776497Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5777251Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5777832Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5778496Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5778895Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5779468Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5779845Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5780320Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5780708Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5781165Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5781535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5782002Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5782389Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5782849Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5783219Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5783730Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5784107Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5784578Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5784948Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5785418Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5785790Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5786257Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5786630Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5787091Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5787479Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5787952Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5788321Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5788778Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5789161Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5789633Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5790004Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5790456Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5790845Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5791313Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5791667Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5792129Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5792514Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5793075Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5793430Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5793939Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5794324Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5794786Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5795155Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5795621Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5796007Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5796466Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5796834Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5797300Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5797683Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5798165Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5798535Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5799004Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5799374Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5799842Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5800212Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5800679Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5801050Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5801518Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5801888Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5802336Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5802722Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5803190Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5803556Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5804010Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5804395Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5804864Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5805231Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5805680Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5806066Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5806537Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5806890Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5807352Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5807763Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5808228Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5808579Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5809049Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5809432Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5809886Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5810254Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5810718Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5811095Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5811570Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5811937Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5812418Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5812802Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5813424Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:122: UserWarning: loaded 62 slow tests 2022-12-01T10:12:46.5813795Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-12-01T10:12:46.5814246Z /opt/conda/lib/python3.7/site-packages/torch/testing/_internal/common_utils.py:126: UserWarning: loaded 421 disabled tests 2022-12-01T10:12:46.5814630Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-12-01T10:12:46.5814904Z ok (122.698s) 2022-12-01T10:12:46.5815161Z test_add_dataset (__main__.TestConcatDataset) ... ok (0.008s) 2022-12-01T10:12:46.5815498Z test_concat_raises_index_error (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:12:46.5815848Z test_concat_two_non_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:12:46.5816194Z test_concat_two_non_singletons_with_empty (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:12:46.5816550Z test_concat_two_singletons (__main__.TestConcatDataset) ... ok (0.001s) 2022-12-01T10:12:46.5816889Z test_iterable_dataset_err (__main__.TestConcatDataset) ... ok (0.002s) 2022-12-01T10:12:46.5817775Z test_conv_after_fork (__main__.TestConvAfterFork) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/75492 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:12:46.5818457Z test_custom_batch_pin (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5818823Z test_custom_batch_pin_worker (__main__.TestCustomPinFn) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5819271Z test_batch_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5819791Z test_builtin_collection_conversion (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5820317Z test_bulk_loading_nobatch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5820833Z test_chain_iterable_style_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5821409Z test_default_collate_bad_numpy_types (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5821946Z test_default_collate_bad_sequence_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5822467Z test_default_collate_dtype (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5822987Z test_default_collate_mapping_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5823504Z test_default_collate_numpy_memmap (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5824039Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5824617Z test_default_collate_sequence_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5825147Z test_default_collate_shared_tensor (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5825671Z test_default_convert_mapping_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5826194Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5826730Z test_default_convert_sequence_keep_type (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5827264Z test_distributed_sampler_invalid_rank (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5827800Z test_duplicating_data_with_drop_last (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5828284Z test_error (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5828766Z test_error_in_init (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5829252Z test_error_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5829758Z test_excessive_thread_creation_warning (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5830264Z test_fd_limit_exceeded (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5830760Z test_get_worker_info (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5831248Z test_growing_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5831749Z test_invalid_assign_after_init (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5832266Z test_invalid_ctor_args_combinations (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-12-01T10:12:46.5832886Z test_iterable_style_dataset (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.006s) 2022-12-01T10:12:46.5833408Z test_iterabledataset_len (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5833920Z test_large_sampler_indices (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5834409Z test_len (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5834895Z test_multi_epochs_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5835415Z test_multiple_dataloaders (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5835962Z test_multiprocessing_contexts (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5836489Z test_multiprocessing_iterdatapipe (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5836985Z test_no_segfault (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5837458Z test_numpy (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5837939Z test_numpy_gen_state (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.004s) 2022-12-01T10:12:46.5838429Z test_numpy_scalars (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5838812Z test_partial_workers (__main__.TestDataLoader) 2022-12-01T10:12:46.5839212Z Check that workers exit even if the iterator is not exhausted. ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5839604Z test_proper_exit (__main__.TestDataLoader) 2022-12-01T10:12:46.5840087Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.006s) 2022-12-01T10:12:46.5840669Z test_random_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-12-01T10:12:46.5841170Z test_random_sampler_len_with_replacement (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5841709Z test_random_sampler_len_without_replacement (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5842214Z test_sampler (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5842706Z test_sampler_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-12-01T10:12:46.5843192Z test_segfault (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5843682Z test_seqential_batch_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5844230Z test_seqential_batch_workers_prefetch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5844743Z test_sequential_batch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5845231Z test_sequential_nonbatch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5845735Z test_sequential_pin_memory (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5846238Z test_sequential_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5846726Z test_shuffle (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5847233Z test_shuffle_batch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5847713Z test_shuffle_batch_none (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5848213Z test_shuffle_batch_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5848726Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5849234Z test_shuffle_pin_memory (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5849729Z test_shuffle_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5850262Z test_shuffle_workers (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5850740Z test_timeout (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5851222Z test_typing (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5851692Z test_worker_init_fn (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5852180Z test_worker_seed (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5852687Z test_worker_seed_reproducibility (__main__.TestDataLoader) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5853247Z test_basics (__main__.TestDataLoader2) ... skip: no dill (0.001s) 2022-12-01T10:12:46.5854118Z test_shuffle (__main__.TestDataLoader2) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/74390 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:12:46.5854733Z test_basic_mapdatapipe_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:12:46.5855120Z test_basic_threading (__main__.TestDataLoader2_EventLoop) ... skip: no dill (0.001s) 2022-12-01T10:12:46.5855649Z test_batch_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5856232Z test_builtin_collection_conversion (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5856802Z test_bulk_loading_nobatch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5857385Z test_chain_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5857961Z test_dataset_not_reset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5858550Z test_default_collate_bad_numpy_types (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5859203Z test_default_collate_bad_sequence_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5859781Z test_default_collate_dtype (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5860372Z test_default_collate_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5860960Z test_default_collate_numpy_memmap (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5861568Z test_default_collate_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5862158Z test_default_collate_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5862752Z test_default_collate_shared_tensor (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5863346Z test_default_convert_mapping_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5863953Z test_default_convert_sequence_dont_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5864566Z test_default_convert_sequence_keep_type (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5865154Z test_distributed_sampler_invalid_rank (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5865752Z test_duplicating_data_with_drop_last (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5866326Z test_early_exit (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5866898Z test_error (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5867446Z test_error_in_init (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5867987Z test_error_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5868566Z test_excessive_thread_creation_warning (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5869148Z test_fd_limit_exceeded (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5869708Z test_get_worker_info (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5870286Z test_growing_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5870855Z test_invalid_assign_after_init (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5871439Z test_invalid_ctor_args_combinations (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.003s) 2022-12-01T10:12:46.5872020Z test_iterable_style_dataset (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.006s) 2022-12-01T10:12:46.5872595Z test_iterabledataset_len (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5873240Z test_large_sampler_indices (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5873802Z test_len (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5874369Z test_multi_epochs_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5874954Z test_multiple_dataloaders (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5875533Z test_multiprocessing_contexts (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5876173Z test_multiprocessing_iterdatapipe (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5876738Z test_no_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5877283Z test_numpy (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5877833Z test_numpy_gen_state (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.004s) 2022-12-01T10:12:46.5878391Z test_numpy_scalars (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5878864Z test_partial_workers (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:12:46.5879316Z Check that workers exit even if the iterator is not exhausted. ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5879753Z test_proper_exit (__main__.TestDataLoaderPersistentWorkers) 2022-12-01T10:12:46.5880270Z There might be ConnectionResetError or leaked semaphore warning (due to dirty process exit), but they are all safe to ignore ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.011s) 2022-12-01T10:12:46.5880876Z test_random_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-12-01T10:12:46.5881458Z test_random_sampler_len_with_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5882091Z test_random_sampler_len_without_replacement (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5882670Z test_sampler (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5883237Z test_sampler_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.002s) 2022-12-01T10:12:46.5883790Z test_segfault (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5884353Z test_seqential_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5884941Z test_seqential_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5885521Z test_sequential_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5886086Z test_sequential_nonbatch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5886645Z test_sequential_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5887214Z test_sequential_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5887773Z test_shuffle (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5888327Z test_shuffle_batch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5888877Z test_shuffle_batch_none (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5889442Z test_shuffle_batch_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5890024Z test_shuffle_batch_workers_prefetch (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5890627Z test_shuffle_pin_memory (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5891201Z test_shuffle_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5891763Z test_shuffle_workers (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5892311Z test_timeout (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5892860Z test_typing (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5893891Z test_worker_init_fn (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5894719Z test_worker_seed (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.000s) 2022-12-01T10:12:46.5895530Z test_worker_seed_reproducibility (__main__.TestDataLoaderPersistentWorkers) ... skip: DataLoader tests hang in ASAN, see: https://github.com/pytorch/pytorch/issues/66223 (0.001s) 2022-12-01T10:12:46.5896201Z test_incomplete_fractional_splits (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:12:46.5896730Z test_lengths_must_equal_dataset_size (__main__.TestDatasetRandomSplit) ... ok (0.001s) 2022-12-01T10:12:46.5897231Z test_slicing_of_subset_of_dataset (__main__.TestDatasetRandomSplit) ... ok (0.008s) 2022-12-01T10:12:46.5897744Z test_slicing_of_subset_of_subset (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-12-01T10:12:46.5898259Z test_splits_are_mutually_exclusive (__main__.TestDatasetRandomSplit) ... ok (0.002s) 2022-12-01T10:12:46.5898756Z test_splits_generator (__main__.TestDatasetRandomSplit) ... ok (0.004s) 2022-12-01T10:12:46.5899149Z test_splits_have_correct_size (__main__.TestDatasetRandomSplit) ... ok (0.003s) 2022-12-01T10:12:46.5899498Z test_splits_indexing_type (__main__.TestDatasetRandomSplit) 2022-12-01T10:12:46.5899813Z Indices generated by random_split ... ok (0.004s) 2022-12-01T10:12:46.5900130Z test_splits_reproducibility (__main__.TestDatasetRandomSplit) ... ok (0.011s) 2022-12-01T10:12:46.5900498Z test_pin_memory (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5900871Z test_pin_memory_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5901258Z test_pin_memory_with_only_device (__main__.TestDictDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5901608Z test_sequential_batch (__main__.TestDictDataLoader) ... ok (0.062s) 2022-12-01T10:12:46.5902041Z test_ind_worker_queue (__main__.TestIndividualWorkerQueue) ... skip: Flaky with ASAN, see https://github.com/pytorch/pytorch/issues/65727 (0.001s) 2022-12-01T10:12:46.5902487Z test_dataloader_with_namedtuple (__main__.TestNamedTupleDataLoader) ... ok (0.005s) 2022-12-01T10:12:46.5902833Z test_set_affinity_in_worker_init (__main__.TestSetAffinity) ... ok (0.088s) 2022-12-01T10:12:46.5903199Z test_shuffle_pin_memory (__main__.TestStringDataLoader) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:12:46.5903545Z test_getitem (__main__.TestTensorDataset) ... ok (0.029s) 2022-12-01T10:12:46.5903854Z test_getitem_1d (__main__.TestTensorDataset) ... ok (0.015s) 2022-12-01T10:12:46.5904143Z test_len (__main__.TestTensorDataset) ... ok (0.002s) 2022-12-01T10:12:46.5904446Z test_many_tensors (__main__.TestTensorDataset) ... ok (0.016s) 2022-12-01T10:12:46.5904824Z test_single_tensor (__main__.TestTensorDataset) ... ok (0.004s) 2022-12-01T10:12:46.5905002Z 2022-12-01T10:12:46.5905248Z ---------------------------------------------------------------------- 2022-12-01T10:12:46.5905537Z Ran 168 tests in 123.114s 2022-12-01T10:12:46.5905676Z 2022-12-01T10:12:46.5905776Z OK (skipped=144) 2022-12-01T10:12:46.5905909Z 2022-12-01T10:12:46.5906016Z Generating XML reports... 2022-12-01T10:12:46.5906523Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201101042.xml 2022-12-01T10:12:46.5907140Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201101042.xml 2022-12-01T10:12:46.5907718Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201101042.xml 2022-12-01T10:12:46.5908275Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201101042.xml 2022-12-01T10:12:46.5908865Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201101042.xml 2022-12-01T10:12:46.5909431Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201101042.xml 2022-12-01T10:12:46.5910012Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201101042.xml 2022-12-01T10:12:46.5910551Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201101042.xml 2022-12-01T10:12:46.5911097Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201101042.xml 2022-12-01T10:12:46.5911728Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201101042.xml 2022-12-01T10:12:46.5912334Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201101042.xml 2022-12-01T10:12:46.5913082Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201101042.xml 2022-12-01T10:12:46.5913751Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201101042.xml 2022-12-01T10:12:46.5914400Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201101042.xml 2022-12-01T10:12:46.5915047Z Generated XML report: test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201101042.xml 2022-12-01T10:12:46.5915335Z 2022-12-01T10:12:46.5915803Z ##[endgroup] 2022-12-01T10:12:46.5916252Z FINISHED PRINTING LOG FILE of test_dataloader (/var/lib/jenkins/workspace/test/test-reports/test_dataloader_t522whb0) 2022-12-01T10:12:46.5916530Z 2022-12-01T10:12:50.6478555Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:50.7491058Z Ignoring disabled issues: [] 2022-12-01T10:12:50.7690976Z Running test_view_ops ... [2022-12-01 10:12:50.768735] 2022-12-01T10:12:50.7692245Z Executing ['/opt/conda/bin/python', '-bb', 'test_view_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:12:50.769008] 2022-12-01T10:12:56.7044824Z 2022-12-01T10:12:56.7045699Z Expand the folded group to see the log file of test_testing 2022-12-01T10:12:56.7047387Z ##[group]PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_tiwwgd0i) 2022-12-01T10:12:56.7048095Z Test results will be stored in test-reports/python-unittest/test_testing 2022-12-01T10:12:56.7048352Z 2022-12-01T10:12:56.7048591Z Running tests... 2022-12-01T10:12:56.7049063Z ---------------------------------------------------------------------- 2022-12-01T10:12:56.7049454Z test_bool (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:12:56.7049922Z test_default_tolerance_selection_mismatching_dtypes (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:12:56.7134239Z test_docstring_examples (__main__.TestAssertClose) ... ok (0.076s) 2022-12-01T10:12:56.7134842Z test_matching (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7135145Z test_matching_atol (__main__.TestAssertClose) ... ok (0.009s) 2022-12-01T10:12:56.7135458Z test_matching_conjugate_bit (__main__.TestAssertClose) ... ok (0.013s) 2022-12-01T10:12:56.7135811Z test_matching_nan (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:12:56.7136143Z test_matching_nan_with_equal_nan (__main__.TestAssertClose) ... ok (0.004s) 2022-12-01T10:12:56.7136459Z test_matching_rtol (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7136765Z test_meta (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:12:56.7137072Z test_mismatching_dtype (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7137411Z test_mismatching_dtype_no_check (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7138067Z 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:12:56.7138664Z sparse_csr = strided.to_sparse_csr() 2022-12-01T10:12:56.7138960Z ok (0.005s) 2022-12-01T10:12:56.7139244Z test_mismatching_layout_no_check (__main__.TestAssertClose) ... ok (0.025s) 2022-12-01T10:12:56.7139566Z test_mismatching_shape (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7139887Z test_mismatching_stride (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:12:56.7140210Z test_mismatching_stride_no_check (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7140522Z test_mismatching_types (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7143185Z test_mismatching_types_subclasses (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:12:56.7143844Z test_mismatching_types_type_equality (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7144434Z test_mismatching_values (__main__.TestAssertClose) ... ok (0.003s) 2022-12-01T10:12:56.7144973Z test_mismatching_values_atol (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7145533Z test_mismatching_values_rtol (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7146100Z test_none (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:12:56.7146591Z test_none_mismatch (__main__.TestAssertClose) ... ok (0.002s) 2022-12-01T10:12:56.7147074Z test_numpy (__main__.TestAssertClose) ... ok (0.006s) 2022-12-01T10:12:56.7147552Z test_only_atol (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:12:56.7148040Z test_only_rtol (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:12:56.7148528Z test_scalar (__main__.TestAssertClose) ... ok (0.007s) 2022-12-01T10:12:56.7149058Z test_unexpected_error_compare (__main__.TestAssertClose) ... ok (0.015s) 2022-12-01T10:12:56.7149635Z test_unexpected_error_originate (__main__.TestAssertClose) ... ok (0.001s) 2022-12-01T10:12:56.7150258Z test_unknown_layout (__main__.TestAssertClose) ... skip: MKLDNN is not available. (0.001s) 2022-12-01T10:12:56.7150821Z test_unknown_type (__main__.TestAssertClose) ... ok (0.010s) 2022-12-01T10:12:56.7151384Z test_mapping_mismatching_keys (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:12:56.7152031Z test_mapping_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.002s) 2022-12-01T10:12:56.7152786Z test_sequence_mismatching_len (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:12:56.7153441Z test_sequence_mismatching_values_msg (__main__.TestAssertCloseContainer) ... ok (0.001s) 2022-12-01T10:12:56.7154052Z test_abs_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-12-01T10:12:56.7154655Z test_abs_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:12:56.7155240Z test_atol (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-12-01T10:12:56.7156000Z test_identifier_scalars (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:12:56.7156632Z test_identifier_tensor_likes (__main__.TestAssertCloseErrorMessage) ... ok (0.037s) 2022-12-01T10:12:56.7157266Z test_mismatched_elements (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-12-01T10:12:56.7157882Z test_msg_callable (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:12:56.7158451Z test_msg_str (__main__.TestAssertCloseErrorMessage) ... ok (0.003s) 2022-12-01T10:12:56.7159027Z test_not_close (__main__.TestAssertCloseErrorMessage) ... ok (0.027s) 2022-12-01T10:12:56.7159607Z test_not_equal (__main__.TestAssertCloseErrorMessage) ... ok (0.008s) 2022-12-01T10:12:56.7160168Z test_rel_diff (__main__.TestAssertCloseErrorMessage) ... ok (0.009s) 2022-12-01T10:12:56.7160755Z test_rel_diff_scalar (__main__.TestAssertCloseErrorMessage) ... ok (0.002s) 2022-12-01T10:12:56.7161332Z test_rtol (__main__.TestAssertCloseErrorMessage) ... ok (0.011s) 2022-12-01T10:12:56.7161910Z test_zero_div_zero (__main__.TestAssertCloseErrorMessage) ... ok (0.010s) 2022-12-01T10:12:56.7162504Z test_matching_per_channel (__main__.TestAssertCloseQuantized) ... ok (0.015s) 2022-12-01T10:12:56.7163193Z test_matching_per_tensor (__main__.TestAssertCloseQuantized) ... ok (0.009s) 2022-12-01T10:12:56.7163811Z test_mismatching_is_quantized (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:12:56.7164419Z test_mismatching_qscheme (__main__.TestAssertCloseQuantized) ... ok (0.002s) 2022-12-01T10:12:56.7165006Z test_matching (__main__.TestAssertCloseSparseBSC) ... ok (0.007s) 2022-12-01T10:12:56.7165612Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.009s) 2022-12-01T10:12:56.7166244Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.010s) 2022-12-01T10:12:56.7166874Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSC) ... ok (0.011s) 2022-12-01T10:12:56.7167462Z test_matching (__main__.TestAssertCloseSparseBSR) ... ok (0.005s) 2022-12-01T10:12:56.7168053Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.010s) 2022-12-01T10:12:56.7168673Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.009s) 2022-12-01T10:12:56.7169307Z test_mismatching_values_msg (__main__.TestAssertCloseSparseBSR) ... ok (0.011s) 2022-12-01T10:12:56.7169911Z test_matching_coalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.011s) 2022-12-01T10:12:56.7170505Z test_matching_uncoalesced (__main__.TestAssertCloseSparseCOO) ... ok (0.004s) 2022-12-01T10:12:56.7171137Z test_mismatching_indices_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.010s) 2022-12-01T10:12:56.7171756Z test_mismatching_nnz (__main__.TestAssertCloseSparseCOO) ... ok (0.003s) 2022-12-01T10:12:56.7172374Z test_mismatching_sparse_dims (__main__.TestAssertCloseSparseCOO) ... ok (0.010s) 2022-12-01T10:12:56.7173177Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCOO) ... ok (0.010s) 2022-12-01T10:12:56.7173800Z test_matching (__main__.TestAssertCloseSparseCSC) ... ok (0.005s) 2022-12-01T10:12:56.7174427Z test_mismatching_ccol_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.009s) 2022-12-01T10:12:56.7175087Z test_mismatching_row_indices_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.009s) 2022-12-01T10:12:56.7175732Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSC) ... ok (0.010s) 2022-12-01T10:12:56.7176339Z test_matching (__main__.TestAssertCloseSparseCSR) ... ok (0.005s) 2022-12-01T10:12:56.7176957Z test_mismatching_col_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.010s) 2022-12-01T10:12:56.7177619Z test_mismatching_crow_indices_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.009s) 2022-12-01T10:12:56.7178276Z test_mismatching_values_msg (__main__.TestAssertCloseSparseCSR) ... ok (0.010s) 2022-12-01T10:12:56.7178881Z test_filtering_env_var (__main__.TestFrameworkUtils) ... ok (16.635s) 2022-12-01T10:12:56.7179563Z test_circular_dependencies (__main__.TestImports) 2022-12-01T10:12:56.7180722Z Checks that all modules inside torch can be imported ... 2022-12-01 10:12:47,063 - torch.distributed.nn.jit.instantiator - INFO - Created a temporary directory at /tmp/tmpr944eagh 2022-12-01T10:12:56.7181872Z 2022-12-01 10:12:47,064 - torch.distributed.nn.jit.instantiator - INFO - Writing /tmp/tmpr944eagh/_remote_module_non_scriptable.py 2022-12-01T10:12:56.7182653Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:12:56.7183056Z ok (5.972s) 2022-12-01T10:12:56.7183634Z test_no_warning_on_import (__main__.TestImports) ... test_testing.py:1816: DeprecationWarning: Please use assertEqual instead. 2022-12-01T10:12:56.7184219Z self.assertEquals(out, "") 2022-12-01T10:12:56.7184576Z ok (3.440s) 2022-12-01T10:12:56.7184969Z test_sample_input (__main__.TestOpInfos) ... ok (0.003s) 2022-12-01T10:12:56.7185488Z test_sample_input_metadata (__main__.TestOpInfos) ... ok (0.002s) 2022-12-01T10:12:56.7186046Z test_default_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:12:56.7186655Z test_modules_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7187442Z test_multiple_handling_of_same_param_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7188067Z test_name_fn (__main__.TestTestParametrization) ... ok (0.003s) 2022-12-01T10:12:56.7188654Z test_ops_decorator_misuse_error (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7189294Z test_subtest_expected_failure_x_1 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7190051Z test_subtest_expected_failure_x_2 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7190729Z test_subtest_expected_failure_x_3 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7191333Z test_subtest_names (__main__.TestTestParametrization) ... ok (0.002s) 2022-12-01T10:12:56.7191994Z test_two_things_subtest_expected_failure_x_1_y_4 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7192801Z test_two_things_subtest_expected_failure_x_1_y_5 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7193550Z test_two_things_subtest_expected_failure_x_1_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7194260Z test_two_things_subtest_expected_failure_x_2_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7194920Z test_two_things_subtest_expected_failure_x_2_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7195637Z test_two_things_subtest_expected_failure_x_2_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7196355Z test_two_things_subtest_expected_failure_x_3_y_4 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7197024Z test_two_things_subtest_expected_failure_x_3_y_5 (__main__.TestTestParametrization) ... ok (0.001s) 2022-12-01T10:12:56.7197741Z test_two_things_subtest_expected_failure_x_3_y_6 (__main__.TestTestParametrization) ... expected failure (0.001s) 2022-12-01T10:12:56.7198472Z test_default_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:12:56.7199233Z test_dtypes_composition_invalid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:12:56.7199993Z test_dtypes_composition_valid_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:12:56.7200783Z test_multiple_handling_of_same_param_error_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:12:56.7201525Z test_name_fn_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:12:56.7202247Z test_ops_composition_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.699s) 2022-12-01T10:12:56.7203105Z test_subtest_expected_failure_x_1_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7203914Z test_subtest_expected_failure_x_2_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7204745Z test_subtest_expected_failure_x_3_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7205493Z test_subtest_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:12:56.7206275Z test_two_things_subtest_expected_failure_x_1_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7207152Z test_two_things_subtest_expected_failure_x_1_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7208049Z test_two_things_subtest_expected_failure_x_1_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7208878Z test_two_things_subtest_expected_failure_x_2_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7209703Z test_two_things_subtest_expected_failure_x_2_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7210616Z test_two_things_subtest_expected_failure_x_2_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7211465Z test_two_things_subtest_expected_failure_x_3_y_4_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7212280Z test_two_things_subtest_expected_failure_x_3_y_5_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:12:56.7213253Z test_two_things_subtest_expected_failure_x_3_y_6_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... expected failure (0.001s) 2022-12-01T10:12:56.7214065Z test_unparametrized_names_cpu (__main__.TestTestParametrizationDeviceTypeCPU) ... ok (0.002s) 2022-12-01T10:12:56.7214745Z test_assertEqual_longMessage_cpu (__main__.TestTestingCPU) ... ok (0.002s) 2022-12-01T10:12:56.7215316Z test_assertEqual_numpy_cpu_bool (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:12:56.7215917Z test_assertEqual_numpy_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.013s) 2022-12-01T10:12:56.7216528Z test_assertEqual_numpy_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.009s) 2022-12-01T10:12:56.7217117Z test_assertEqual_numpy_cpu_float16 (__main__.TestTestingCPU) ... ok (0.010s) 2022-12-01T10:12:56.7217693Z test_assertEqual_numpy_cpu_float32 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:12:56.7218259Z test_assertEqual_numpy_cpu_float64 (__main__.TestTestingCPU) ... ok (0.007s) 2022-12-01T10:12:56.7218832Z test_assertEqual_numpy_cpu_int16 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:12:56.7219385Z test_assertEqual_numpy_cpu_int32 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:12:56.7219959Z test_assertEqual_numpy_cpu_int64 (__main__.TestTestingCPU) ... ok (0.005s) 2022-12-01T10:12:56.7220440Z test_assertEqual_numpy_cpu_int8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:12:56.7220826Z test_assertEqual_numpy_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.006s) 2022-12-01T10:12:56.7221340Z test_cuda_assert_should_not_stop_common_distributed_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:56.7221917Z test_cuda_assert_should_stop_common_device_type_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:56.7222481Z test_cuda_assert_should_stop_common_utils_test_suite_cpu (__main__.TestTestingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:12:56.7222969Z test_get_supported_dtypes_cpu (__main__.TestTestingCPU) ... ok (0.239s) 2022-12-01T10:12:56.7223447Z test_isclose_atol_rtol_greater_than_zero_cpu_bool (__main__.TestTestingCPU) ... ok (0.025s) 2022-12-01T10:12:56.7223950Z test_isclose_atol_rtol_greater_than_zero_cpu_float16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7224577Z test_isclose_atol_rtol_greater_than_zero_cpu_float32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7225048Z test_isclose_atol_rtol_greater_than_zero_cpu_float64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7225524Z test_isclose_atol_rtol_greater_than_zero_cpu_int16 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7226014Z test_isclose_atol_rtol_greater_than_zero_cpu_int32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7226482Z test_isclose_atol_rtol_greater_than_zero_cpu_int64 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7226947Z test_isclose_atol_rtol_greater_than_zero_cpu_int8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7227433Z test_isclose_atol_rtol_greater_than_zero_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7227873Z test_isclose_bool_cpu (__main__.TestTestingCPU) ... ok (0.003s) 2022-12-01T10:12:56.7228286Z test_isclose_complex_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.023s) 2022-12-01T10:12:56.7228729Z test_isclose_complex_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.050s) 2022-12-01T10:12:56.7229198Z test_isclose_equality_shortcut_cpu (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7229744Z test_isclose_float_cpu_float16 (__main__.TestTestingCPU) ... ok (0.011s) 2022-12-01T10:12:56.7230169Z test_isclose_float_cpu_float32 (__main__.TestTestingCPU) ... ok (0.009s) 2022-12-01T10:12:56.7230599Z test_isclose_float_cpu_float64 (__main__.TestTestingCPU) ... ok (0.008s) 2022-12-01T10:12:56.7231011Z test_isclose_integer_cpu_int16 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:12:56.7231414Z test_isclose_integer_cpu_int32 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:12:56.7231840Z test_isclose_integer_cpu_int64 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:12:56.7232266Z test_isclose_integer_cpu_int8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:12:56.7232759Z test_isclose_integer_cpu_uint8 (__main__.TestTestingCPU) ... ok (0.004s) 2022-12-01T10:12:56.7233238Z test_isclose_nan_equality_shortcut_cpu_complex128 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7233737Z test_isclose_nan_equality_shortcut_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7234233Z test_isclose_nan_equality_shortcut_cpu_float16 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7234682Z test_isclose_nan_equality_shortcut_cpu_float32 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7235161Z test_isclose_nan_equality_shortcut_cpu_float64 (__main__.TestTestingCPU) ... ok (0.001s) 2022-12-01T10:12:56.7236332Z 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:12:56.7237136Z result = torch.complex(real, imag) 2022-12-01T10:12:56.7237439Z ok (0.002s) 2022-12-01T10:12:56.7237772Z test_make_tensor_cpu_bool (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:12:56.7238212Z test_make_tensor_cpu_complex64 (__main__.TestTestingCPU) ... ok (0.015s) 2022-12-01T10:12:56.7238659Z test_make_tensor_cpu_float32 (__main__.TestTestingCPU) ... ok (0.016s) 2022-12-01T10:12:56.7239071Z test_make_tensor_cpu_int64 (__main__.TestTestingCPU) ... ok (0.010s) 2022-12-01T10:12:56.7239301Z 2022-12-01T10:12:56.7239628Z ---------------------------------------------------------------------- 2022-12-01T10:12:56.7239995Z Ran 167 tests in 28.100s 2022-12-01T10:12:56.7240170Z 2022-12-01T10:12:56.7240318Z OK (skipped=4, expected failures=12) 2022-12-01T10:12:56.7240501Z 2022-12-01T10:12:56.7240635Z Generating XML reports... 2022-12-01T10:12:56.7241240Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201101227.xml 2022-12-01T10:12:56.7242154Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201101227.xml 2022-12-01T10:12:56.7242969Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201101227.xml 2022-12-01T10:12:56.7243756Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201101227.xml 2022-12-01T10:12:56.7244495Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201101227.xml 2022-12-01T10:12:56.7245303Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201101227.xml 2022-12-01T10:12:56.7246128Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201101227.xml 2022-12-01T10:12:56.7246951Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201101227.xml 2022-12-01T10:12:56.7247750Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201101227.xml 2022-12-01T10:12:56.7248519Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201101227.xml 2022-12-01T10:12:56.7249279Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestImports-20221201101227.xml 2022-12-01T10:12:56.7249976Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201101227.xml 2022-12-01T10:12:56.7250724Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201101227.xml 2022-12-01T10:12:56.7251565Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201101227.xml 2022-12-01T10:12:56.7252363Z Generated XML report: test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201101227.xml 2022-12-01T10:12:56.7252690Z 2022-12-01T10:12:56.7253290Z ##[endgroup] 2022-12-01T10:12:56.7253872Z FINISHED PRINTING LOG FILE of test_testing (/var/lib/jenkins/workspace/test/test-reports/test_testing_tiwwgd0i) 2022-12-01T10:12:56.7254183Z 2022-12-01T10:13:00.7597996Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:00.8612433Z Ignoring disabled issues: [] 2022-12-01T10:13:00.8814240Z Running lazy/test_ts_opinfo ... [2022-12-01 10:13:00.881090] 2022-12-01T10:13:00.8816390Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_ts_opinfo.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:00.881396] 2022-12-01T10:13:19.8115029Z 2022-12-01T10:13:19.8115517Z Expand the folded group to see the log file of lazy/test_ts_opinfo 2022-12-01T10:13:19.8116470Z ##[group]PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_2f_zid2e) 2022-12-01T10:13:19.8119662Z Test results will be stored in test-reports/python-unittest/lazy.test_ts_opinfo 2022-12-01T10:13:19.8120019Z 2022-12-01T10:13:19.8120197Z Running tests... 2022-12-01T10:13:19.8120769Z ---------------------------------------------------------------------- 2022-12-01T10:13:19.8121309Z test_nonzero_dynamic (__main__.TestLazyDynamicOps) ... ok (2.171s) 2022-12-01T10:13:19.8122016Z test_correctness_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-12-01T10:13:19.8122574Z test_correctness_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.137s) 2022-12-01T10:13:19.8123124Z test_correctness_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.213s) 2022-12-01T10:13:19.8123687Z test_correctness_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.139s) 2022-12-01T10:13:19.8124226Z test_correctness_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-12-01T10:13:19.8124834Z test_correctness_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:13:19.8125435Z test_correctness_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.098s) 2022-12-01T10:13:19.8126308Z test_correctness_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.080s) 2022-12-01T10:13:19.8126945Z test_correctness_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.112s) 2022-12-01T10:13:19.8127556Z test_correctness_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8128158Z test_correctness_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.070s) 2022-12-01T10:13:19.8128776Z test_correctness_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.050s) 2022-12-01T10:13:19.8129404Z test_correctness_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-12-01T10:13:19.8130031Z test_correctness_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.355s) 2022-12-01T10:13:19.8130659Z test_correctness_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:13:19.8131275Z test_correctness_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:13:19.8131910Z test_correctness_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.168s) 2022-12-01T10:13:19.8132574Z test_correctness_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.110s) 2022-12-01T10:13:19.8133571Z test_correctness_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.107s) 2022-12-01T10:13:19.8134254Z test_correctness_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:13:19.8134969Z test_correctness_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:13:19.8135665Z test_correctness_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:13:19.8136284Z test_correctness_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-12-01T10:13:19.8136884Z test_correctness_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-12-01T10:13:19.8137503Z test_correctness_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:13:19.8138125Z test_correctness_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8138739Z test_correctness_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-12-01T10:13:19.8139333Z test_correctness_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:13:19.8139923Z test_correctness_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:13:19.8140518Z test_correctness_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.066s) 2022-12-01T10:13:19.8141112Z test_correctness_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-12-01T10:13:19.8141709Z test_correctness_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-12-01T10:13:19.8142326Z test_correctness_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.144s) 2022-12-01T10:13:19.8142942Z test_correctness_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:13:19.8143555Z test_correctness_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:13:19.8144190Z test_correctness_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.068s) 2022-12-01T10:13:19.8144856Z test_correctness_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8145542Z test_correctness_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8146169Z test_correctness_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.098s) 2022-12-01T10:13:19.8146789Z test_correctness_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.163s) 2022-12-01T10:13:19.8147414Z test_correctness_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:13:19.8148051Z test_correctness_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8148730Z test_correctness_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8149510Z test_correctness_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.095s) 2022-12-01T10:13:19.8150130Z test_correctness_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8150715Z test_correctness_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:13:19.8151309Z test_correctness_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:13:19.8151936Z test_correctness_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:13:19.8152652Z test_correctness_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.082s) 2022-12-01T10:13:19.8153320Z test_correctness_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-12-01T10:13:19.8153942Z test_correctness_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:13:19.8154542Z test_correctness_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:13:19.8155198Z test_correctness_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:13:19.8155939Z test_correctness_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.209s) 2022-12-01T10:13:19.8156560Z test_correctness_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:13:19.8157170Z test_correctness_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.018s) 2022-12-01T10:13:19.8157795Z test_correctness_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-12-01T10:13:19.8158427Z test_correctness_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:13:19.8159062Z test_correctness_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:13:19.8159667Z test_correctness_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.247s) 2022-12-01T10:13:19.8160287Z test_correctness_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:13:19.8160908Z test_correctness_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.195s) 2022-12-01T10:13:19.8161538Z test_correctness_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-12-01T10:13:19.8162164Z test_correctness_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8162781Z test_correctness_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8163413Z test_correctness_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.153s) 2022-12-01T10:13:19.8164018Z test_correctness_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-12-01T10:13:19.8164618Z test_correctness_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:19.8165231Z test_correctness_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.079s) 2022-12-01T10:13:19.8165819Z test_correctness_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.054s) 2022-12-01T10:13:19.8166415Z test_correctness_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-12-01T10:13:19.8167009Z test_correctness_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.087s) 2022-12-01T10:13:19.8167614Z test_correctness_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8168202Z test_correctness_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-12-01T10:13:19.8168804Z test_correctness_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8169404Z test_correctness_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.044s) 2022-12-01T10:13:19.8169991Z test_correctness_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.043s) 2022-12-01T10:13:19.8170601Z test_correctness_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8171236Z test_correctness_with_reusing_ir_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8171993Z test_correctness_with_reusing_ir_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.080s) 2022-12-01T10:13:19.8172662Z test_correctness_with_reusing_ir_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.163s) 2022-12-01T10:13:19.8173473Z test_correctness_with_reusing_ir_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-12-01T10:13:19.8174173Z test_correctness_with_reusing_ir_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:13:19.8174921Z test_correctness_with_reusing_ir_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:13:19.8175642Z test_correctness_with_reusing_ir_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:13:19.8176348Z test_correctness_with_reusing_ir_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.056s) 2022-12-01T10:13:19.8177059Z test_correctness_with_reusing_ir_block_diag_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.080s) 2022-12-01T10:13:19.8177712Z test_correctness_with_reusing_ir_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:13:19.8178474Z test_correctness_with_reusing_ir_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.064s) 2022-12-01T10:13:19.8179142Z test_correctness_with_reusing_ir_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:19.8179820Z test_correctness_with_reusing_ir_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.037s) 2022-12-01T10:13:19.8180512Z test_correctness_with_reusing_ir_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.347s) 2022-12-01T10:13:19.8181195Z test_correctness_with_reusing_ir_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8181875Z test_correctness_with_reusing_ir_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.019s) 2022-12-01T10:13:19.8182585Z test_correctness_with_reusing_ir_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.138s) 2022-12-01T10:13:19.8183301Z test_correctness_with_reusing_ir_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:13:19.8184028Z test_correctness_with_reusing_ir_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-12-01T10:13:19.8184757Z test_correctness_with_reusing_ir_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.060s) 2022-12-01T10:13:19.8185529Z test_correctness_with_reusing_ir_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:13:19.8186249Z test_correctness_with_reusing_ir_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.076s) 2022-12-01T10:13:19.8186913Z test_correctness_with_reusing_ir_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8187583Z test_correctness_with_reusing_ir_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:13:19.8188251Z test_correctness_with_reusing_ir_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8188915Z test_correctness_with_reusing_ir_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8189586Z test_correctness_with_reusing_ir_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.081s) 2022-12-01T10:13:19.8190259Z test_correctness_with_reusing_ir_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:13:19.8190891Z test_correctness_with_reusing_ir_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:13:19.8191524Z test_correctness_with_reusing_ir_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:13:19.8192198Z test_correctness_with_reusing_ir_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8192953Z test_correctness_with_reusing_ir_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8193735Z test_correctness_with_reusing_ir_logsumexp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.065s) 2022-12-01T10:13:19.8194417Z test_correctness_with_reusing_ir_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:13:19.8195102Z test_correctness_with_reusing_ir_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-12-01T10:13:19.8195786Z test_correctness_with_reusing_ir_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.061s) 2022-12-01T10:13:19.8196499Z test_correctness_with_reusing_ir_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:13:19.8197244Z test_correctness_with_reusing_ir_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8197961Z test_correctness_with_reusing_ir_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.090s) 2022-12-01T10:13:19.8198625Z test_correctness_with_reusing_ir_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.084s) 2022-12-01T10:13:19.8199321Z test_correctness_with_reusing_ir_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:13:19.8200103Z test_correctness_with_reusing_ir_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8200838Z test_correctness_with_reusing_ir_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.014s) 2022-12-01T10:13:19.8201531Z test_correctness_with_reusing_ir_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.109s) 2022-12-01T10:13:19.8202199Z test_correctness_with_reusing_ir_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:19.8202869Z test_correctness_with_reusing_ir_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:13:19.8203507Z test_correctness_with_reusing_ir_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:19.8204197Z test_correctness_with_reusing_ir_narrow_copy_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.034s) 2022-12-01T10:13:19.8204911Z test_correctness_with_reusing_ir_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.136s) 2022-12-01T10:13:19.8205652Z test_correctness_with_reusing_ir_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.150s) 2022-12-01T10:13:19.8206325Z test_correctness_with_reusing_ir_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.062s) 2022-12-01T10:13:19.8206993Z test_correctness_with_reusing_ir_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8207711Z test_correctness_with_reusing_ir_new_empty_strided_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:13:19.8208432Z test_correctness_with_reusing_ir_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.180s) 2022-12-01T10:13:19.8209093Z test_correctness_with_reusing_ir_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.020s) 2022-12-01T10:13:19.8209773Z test_correctness_with_reusing_ir_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.027s) 2022-12-01T10:13:19.8210464Z test_correctness_with_reusing_ir_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:13:19.8211144Z test_correctness_with_reusing_ir_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8211830Z test_correctness_with_reusing_ir_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.059s) 2022-12-01T10:13:19.8212507Z test_correctness_with_reusing_ir_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.206s) 2022-12-01T10:13:19.8213301Z test_correctness_with_reusing_ir_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8213963Z test_correctness_with_reusing_ir_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.155s) 2022-12-01T10:13:19.8214664Z test_correctness_with_reusing_ir_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.069s) 2022-12-01T10:13:19.8215469Z test_correctness_with_reusing_ir_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8216142Z test_correctness_with_reusing_ir_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8216834Z test_correctness_with_reusing_ir_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.160s) 2022-12-01T10:13:19.8217530Z test_correctness_with_reusing_ir_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.156s) 2022-12-01T10:13:19.8218196Z test_correctness_with_reusing_ir_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8218875Z test_correctness_with_reusing_ir_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.057s) 2022-12-01T10:13:19.8219525Z test_correctness_with_reusing_ir_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.049s) 2022-12-01T10:13:19.8220189Z test_correctness_with_reusing_ir_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.092s) 2022-12-01T10:13:19.8220855Z test_correctness_with_reusing_ir_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.074s) 2022-12-01T10:13:19.8221504Z test_correctness_with_reusing_ir_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8222251Z test_correctness_with_reusing_ir_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.051s) 2022-12-01T10:13:19.8222928Z test_correctness_with_reusing_ir_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8223596Z test_correctness_with_reusing_ir_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.043s) 2022-12-01T10:13:19.8224249Z test_correctness_with_reusing_ir_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.045s) 2022-12-01T10:13:19.8224919Z test_correctness_with_reusing_ir_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8225572Z test_dispatched_to_lazy_abs_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8226195Z test_dispatched_to_lazy_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.022s) 2022-12-01T10:13:19.8226842Z test_dispatched_to_lazy_addcdiv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.120s) 2022-12-01T10:13:19.8227498Z test_dispatched_to_lazy_addcmul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.145s) 2022-12-01T10:13:19.8228144Z test_dispatched_to_lazy_addmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.021s) 2022-12-01T10:13:19.8228799Z test_dispatched_to_lazy_addmm_decomposed_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.033s) 2022-12-01T10:13:19.8229505Z test_dispatched_to_lazy_arange_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.014s) 2022-12-01T10:13:19.8230210Z test_dispatched_to_lazy_as_strided_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.031s) 2022-12-01T10:13:19.8230883Z test_dispatched_to_lazy_baddbmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-12-01T10:13:19.8231519Z test_dispatched_to_lazy_bernoulli_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.043s) 2022-12-01T10:13:19.8232164Z test_dispatched_to_lazy_bmm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:19.8232866Z test_dispatched_to_lazy_cat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8233492Z test_dispatched_to_lazy_clamp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8234173Z test_dispatched_to_lazy_clamp_min_cpu_float32 (__main__.TestLazyOpInfoCPU) ... expected failure (0.021s) 2022-12-01T10:13:19.8234873Z test_dispatched_to_lazy_constant_pad_nd_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.041s) 2022-12-01T10:13:19.8235520Z test_dispatched_to_lazy_cos_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8236132Z test_dispatched_to_lazy_cumsum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:13:19.8236800Z test_dispatched_to_lazy_diagonal_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:13:19.8237557Z test_dispatched_to_lazy_div_floor_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-12-01T10:13:19.8238244Z test_dispatched_to_lazy_div_no_rounding_mode_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-12-01T10:13:19.8238937Z test_dispatched_to_lazy_div_trunc_rounding_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-12-01T10:13:19.8239682Z test_dispatched_to_lazy_empty_cpu_float32 (__main__.TestLazyOpInfoCPU) ... skip: Expected: empty is not comparable (0.002s) 2022-12-01T10:13:19.8240396Z test_dispatched_to_lazy_eq_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8241012Z test_dispatched_to_lazy_exp_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:13:19.8241640Z test_dispatched_to_lazy_flip_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:13:19.8242276Z test_dispatched_to_lazy_floor_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8242917Z test_dispatched_to_lazy_frac_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:13:19.8243529Z test_dispatched_to_lazy_gather_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.045s) 2022-12-01T10:13:19.8244227Z test_dispatched_to_lazy_ge_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8244855Z test_dispatched_to_lazy_gt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:13:19.8245441Z test_dispatched_to_lazy_le_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8246059Z test_dispatched_to_lazy_log2_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8246692Z test_dispatched_to_lazy_log_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.009s) 2022-12-01T10:13:19.8247310Z test_dispatched_to_lazy_lt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8247929Z test_dispatched_to_lazy_masked_fill_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8248588Z test_dispatched_to_lazy_max_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8249267Z test_dispatched_to_lazy_max_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8249957Z test_dispatched_to_lazy_max_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:13:19.8250609Z test_dispatched_to_lazy_maximum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8251237Z test_dispatched_to_lazy_mean_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.010s) 2022-12-01T10:13:19.8251886Z test_dispatched_to_lazy_min_binary_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8252536Z test_dispatched_to_lazy_min_reduction_no_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8253353Z test_dispatched_to_lazy_min_reduction_with_dim_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8254022Z test_dispatched_to_lazy_minimum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.017s) 2022-12-01T10:13:19.8254643Z test_dispatched_to_lazy_mm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8255255Z test_dispatched_to_lazy_mul_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8255859Z test_dispatched_to_lazy_mv_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8256513Z test_dispatched_to_lazy_native_batch_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.042s) 2022-12-01T10:13:19.8257193Z test_dispatched_to_lazy_native_layer_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.030s) 2022-12-01T10:13:19.8257848Z test_dispatched_to_lazy_ne_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.016s) 2022-12-01T10:13:19.8258473Z test_dispatched_to_lazy_neg_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:13:19.8259254Z test_dispatched_to_lazy_norm_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.038s) 2022-12-01T10:13:19.8259879Z test_dispatched_to_lazy_norm_fro_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:13:19.8260535Z test_dispatched_to_lazy_norm_inf_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8261180Z test_dispatched_to_lazy_norm_nuc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.008s) 2022-12-01T10:13:19.8261815Z test_dispatched_to_lazy_pow_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.032s) 2022-12-01T10:13:19.8262446Z test_dispatched_to_lazy_reciprocal_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:13:19.8263106Z test_dispatched_to_lazy_remainder_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-12-01T10:13:19.8263762Z test_dispatched_to_lazy_repeat_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.073s) 2022-12-01T10:13:19.8264382Z test_dispatched_to_lazy_rsqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:13:19.8265050Z test_dispatched_to_lazy_scatter_add_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.101s) 2022-12-01T10:13:19.8265722Z test_dispatched_to_lazy_select_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.015s) 2022-12-01T10:13:19.8266532Z test_dispatched_to_lazy_sgn_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.036s) 2022-12-01T10:13:19.8267162Z test_dispatched_to_lazy_sigmoid_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.006s) 2022-12-01T10:13:19.8267826Z test_dispatched_to_lazy_slice_scatter_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.028s) 2022-12-01T10:13:19.8268491Z test_dispatched_to_lazy_sort_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.063s) 2022-12-01T10:13:19.8269121Z test_dispatched_to_lazy_sqrt_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.007s) 2022-12-01T10:13:19.8269738Z test_dispatched_to_lazy_stack_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8270388Z test_dispatched_to_lazy_std_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.024s) 2022-12-01T10:13:19.8271003Z test_dispatched_to_lazy_sub_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.035s) 2022-12-01T10:13:19.8271623Z test_dispatched_to_lazy_sum_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.012s) 2022-12-01T10:13:19.8272257Z test_dispatched_to_lazy_tanh_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:13:19.8272966Z test_dispatched_to_lazy_topk_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.029s) 2022-12-01T10:13:19.8273611Z test_dispatched_to_lazy_trace_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.004s) 2022-12-01T10:13:19.8274218Z test_dispatched_to_lazy_tril_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.011s) 2022-12-01T10:13:19.8274848Z test_dispatched_to_lazy_triu_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.013s) 2022-12-01T10:13:19.8275479Z test_dispatched_to_lazy_trunc_cpu_float32 (__main__.TestLazyOpInfoCPU) ... ok (0.005s) 2022-12-01T10:13:19.8276187Z testConvolutionBackward (__main__.TestLazyTensor) ... skip: Disable until autograd supports symints (0.002s) 2022-12-01T10:13:19.8276812Z test_tensor_ctr (__main__.TestLazyTensor) ... ok (0.006s) 2022-12-01T10:13:19.8277362Z test_view_mark_step_preserved (__main__.TestLazyTensor) ... ok (0.009s) 2022-12-01T10:13:19.8277675Z 2022-12-01T10:13:19.8278137Z ---------------------------------------------------------------------- 2022-12-01T10:13:19.8278595Z Ran 237 tests in 13.723s 2022-12-01T10:13:19.8278818Z 2022-12-01T10:13:19.8279008Z OK (skipped=8, expected failures=2) 2022-12-01T10:13:19.8279263Z 2022-12-01T10:13:19.8279431Z Generating XML reports... 2022-12-01T10:13:19.8280255Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201101305.xml 2022-12-01T10:13:19.8281284Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201101305.xml 2022-12-01T10:13:19.8282345Z Generated XML report: test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201101305.xml 2022-12-01T10:13:19.8282790Z 2022-12-01T10:13:19.8283400Z ##[endgroup] 2022-12-01T10:13:19.8284144Z FINISHED PRINTING LOG FILE of lazy/test_ts_opinfo (/var/lib/jenkins/workspace/test/test-reports/lazy-test_ts_opinfo_2f_zid2e) 2022-12-01T10:13:19.8284581Z 2022-12-01T10:13:23.9405219Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:24.0445860Z Ignoring disabled issues: [] 2022-12-01T10:13:24.0648139Z Running nn/test_embedding ... [2022-12-01 10:13:24.064502] 2022-12-01T10:13:24.0650169Z Executing ['/opt/conda/bin/python', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:24.064792] 2022-12-01T10:13:41.0515213Z 2022-12-01T10:13:41.0515997Z Expand the folded group to see the log file of test_view_ops 2022-12-01T10:13:41.0517117Z ##[group]PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_leprq9kl) 2022-12-01T10:13:41.0535420Z Test results will be stored in test-reports/python-unittest/test_view_ops 2022-12-01T10:13:41.0535851Z 2022-12-01T10:13:41.0535971Z Running tests... 2022-12-01T10:13:41.0536518Z ---------------------------------------------------------------------- 2022-12-01T10:13:41.0538339Z test_T_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1298: UserWarning: The use of `x.T` on tensors of dimension other than 2 to reverse their shape is deprecated and it will throw an error in a future release. Consider `x.mT` to transpose batches of matrices or `x.permute(*torch.arange(x.ndim - 1, -1, -1))` to reverse the dimensions of a tensor. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/TensorShape.cpp:3281.) 2022-12-01T10:13:41.0539380Z t1 = a.T 2022-12-01T10:13:41.0539657Z ok (0.009s) 2022-12-01T10:13:41.0539942Z test_atleast_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (2.106s) 2022-12-01T10:13:41.0540291Z test_atleast_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (1.989s) 2022-12-01T10:13:41.0540642Z test_atleast_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (1.600s) 2022-12-01T10:13:41.0540970Z test_atleast_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (1.617s) 2022-12-01T10:13:41.0541307Z test_atleast_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (1.426s) 2022-12-01T10:13:41.0541637Z test_atleast_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.403s) 2022-12-01T10:13:41.0541958Z test_atleast_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.402s) 2022-12-01T10:13:41.0542286Z test_atleast_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.296s) 2022-12-01T10:13:41.0542614Z test_atleast_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.379s) 2022-12-01T10:13:41.0542932Z test_atleast_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.430s) 2022-12-01T10:13:41.0543267Z test_atleast_gradient_cpu (__main__.TestOldViewOpsCPU) ... ok (0.428s) 2022-12-01T10:13:41.0543604Z test_big_transpose_cpu (__main__.TestOldViewOpsCPU) ... ok (0.107s) 2022-12-01T10:13:41.0543943Z test_broadcast_shapes_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-12-01T10:13:41.0544281Z test_broadcast_tensors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0545478Z test_broadcast_to_cpu_bool (__main__.TestOldViewOpsCPU) ... /opt/conda/lib/python3.7/site-packages/torch/testing/_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp:205.) 2022-12-01T10:13:41.0546245Z return torch.as_tensor(tensor_like) 2022-12-01T10:13:41.0546484Z ok (0.098s) 2022-12-01T10:13:41.0546759Z test_broadcast_to_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.092s) 2022-12-01T10:13:41.0547184Z test_broadcast_to_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.092s) 2022-12-01T10:13:41.0547535Z test_broadcast_to_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.093s) 2022-12-01T10:13:41.0547886Z test_broadcast_to_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.086s) 2022-12-01T10:13:41.0548216Z test_broadcast_to_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.084s) 2022-12-01T10:13:41.0548558Z test_broadcast_to_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-12-01T10:13:41.0548899Z test_broadcast_to_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-12-01T10:13:41.0549225Z test_broadcast_to_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.072s) 2022-12-01T10:13:41.0549567Z test_broadcast_to_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-12-01T10:13:41.0549907Z test_broadcast_to_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.074s) 2022-12-01T10:13:41.0550235Z test_chunk_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-12-01T10:13:41.0550559Z test_conj_neg_view_numpy_error_cpu (__main__.TestOldViewOpsCPU) ... ok (0.047s) 2022-12-01T10:13:41.0550899Z test_contiguous_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0551710Z test_crow_col_indices_cpu (__main__.TestOldViewOpsCPU) ... test_view_ops.py:1830: UserWarning: Sparse CSR tensor support is in beta state. If you miss a functionality in the sparse tensor support, please submit a feature request to https://github.com/pytorch/pytorch/issues. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/SparseCsrTensorImpl.cpp:56.) 2022-12-01T10:13:41.0552353Z t = torch.sparse_csr_tensor(crow_indices, col_indices, values, size=(2, 2)) 2022-12-01T10:13:41.0552685Z ok (0.002s) 2022-12-01T10:13:41.0552962Z test_empty_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:13:41.0553293Z test_expand_cpu (__main__.TestOldViewOpsCPU) ... ok (0.020s) 2022-12-01T10:13:41.0553602Z test_flatten_cpu (__main__.TestOldViewOpsCPU) ... ok (0.039s) 2022-12-01T10:13:41.0553941Z test_memory_format_resize__cpu (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0554291Z test_memory_format_resize_as_cpu (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:13:41.0554613Z test_narrow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0554939Z test_narrow_tensor_cpu (__main__.TestOldViewOpsCPU) ... ok (0.017s) 2022-12-01T10:13:41.0555274Z test_python_types_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0555597Z test_ravel_cpu (__main__.TestOldViewOpsCPU) ... ok (0.013s) 2022-12-01T10:13:41.0555900Z test_reshape_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:13:41.0556245Z test_reshape_view_semantics_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0556612Z test_reshape_view_semantics_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0556971Z test_reshape_view_semantics_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0557352Z test_reshape_view_semantics_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0557719Z test_reshape_view_semantics_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0558088Z test_reshape_view_semantics_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0558436Z test_reshape_view_semantics_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.006s) 2022-12-01T10:13:41.0558800Z test_reshape_view_semantics_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0559161Z test_reshape_view_semantics_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0559509Z test_reshape_view_semantics_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0559866Z test_reshape_view_semantics_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0560263Z test_reshape_view_semantics_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0560625Z test_resize_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0560981Z test_resize_as_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0561350Z test_resize_as_preserves_strides_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0561700Z test_resize_overflow_cpu (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0562009Z test_split_cpu (__main__.TestOldViewOpsCPU) ... ok (0.007s) 2022-12-01T10:13:41.0562318Z test_t_cpu (__main__.TestOldViewOpsCPU) ... ok (0.031s) 2022-12-01T10:13:41.0562641Z test_tensor_split_errors_cpu (__main__.TestOldViewOpsCPU) ... ok (0.069s) 2022-12-01T10:13:41.0562992Z test_tensor_split_indices_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.406s) 2022-12-01T10:13:41.0563339Z test_tensor_split_indices_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.684s) 2022-12-01T10:13:41.0563711Z test_tensor_split_indices_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.754s) 2022-12-01T10:13:41.0564072Z test_tensor_split_indices_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.615s) 2022-12-01T10:13:41.0564444Z test_tensor_split_indices_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.665s) 2022-12-01T10:13:41.0564806Z test_tensor_split_indices_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.581s) 2022-12-01T10:13:41.0565165Z test_tensor_split_indices_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.403s) 2022-12-01T10:13:41.0565520Z test_tensor_split_indices_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.359s) 2022-12-01T10:13:41.0565862Z test_tensor_split_indices_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.317s) 2022-12-01T10:13:41.0566213Z test_tensor_split_indices_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.373s) 2022-12-01T10:13:41.0566566Z test_tensor_split_indices_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.351s) 2022-12-01T10:13:41.0566912Z test_tensor_split_sections_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (1.188s) 2022-12-01T10:13:41.0567280Z test_tensor_split_sections_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (2.326s) 2022-12-01T10:13:41.0567648Z test_tensor_split_sections_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (2.540s) 2022-12-01T10:13:41.0568014Z test_tensor_split_sections_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (2.133s) 2022-12-01T10:13:41.0568360Z test_tensor_split_sections_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (2.127s) 2022-12-01T10:13:41.0568719Z test_tensor_split_sections_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (2.002s) 2022-12-01T10:13:41.0569073Z test_tensor_split_sections_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (1.182s) 2022-12-01T10:13:41.0569420Z test_tensor_split_sections_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (1.227s) 2022-12-01T10:13:41.0569776Z test_tensor_split_sections_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (1.012s) 2022-12-01T10:13:41.0570132Z test_tensor_split_sections_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (1.171s) 2022-12-01T10:13:41.0570487Z test_tensor_split_sections_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (1.158s) 2022-12-01T10:13:41.0570835Z test_transpose_invalid_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.071s) 2022-12-01T10:13:41.0571359Z test_transpose_invalid_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.070s) 2022-12-01T10:13:41.0571716Z test_transpose_invalid_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.069s) 2022-12-01T10:13:41.0572075Z test_transpose_vs_numpy_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.218s) 2022-12-01T10:13:41.0572422Z test_transpose_vs_numpy_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.173s) 2022-12-01T10:13:41.0572777Z test_transpose_vs_numpy_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.048s) 2022-12-01T10:13:41.0573334Z test_transposes_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:13:41.0573743Z test_transposes_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0574094Z test_transposes_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:13:41.0574441Z test_transposes_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.015s) 2022-12-01T10:13:41.0574794Z test_transposes_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:13:41.0575128Z test_transposes_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.011s) 2022-12-01T10:13:41.0575471Z test_transposes_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.010s) 2022-12-01T10:13:41.0575806Z test_transposes_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0576129Z test_transposes_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0576463Z test_transposes_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0576801Z test_transposes_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0577124Z test_transposes_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0577474Z test_transposes_errors_cpu_bfloat16 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-12-01T10:13:41.0577867Z test_transposes_errors_cpu_bool (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0578227Z test_transposes_errors_cpu_complex128 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-12-01T10:13:41.0578576Z test_transposes_errors_cpu_complex64 (__main__.TestOldViewOpsCPU) ... ok (0.026s) 2022-12-01T10:13:41.0578937Z test_transposes_errors_cpu_float16 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-12-01T10:13:41.0579290Z test_transposes_errors_cpu_float32 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-12-01T10:13:41.0579629Z test_transposes_errors_cpu_float64 (__main__.TestOldViewOpsCPU) ... ok (0.025s) 2022-12-01T10:13:41.0579979Z test_transposes_errors_cpu_int16 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0580331Z test_transposes_errors_cpu_int32 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0580676Z test_transposes_errors_cpu_int64 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0581013Z test_transposes_errors_cpu_int8 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0581362Z test_transposes_errors_cpu_uint8 (__main__.TestOldViewOpsCPU) ... ok (0.024s) 2022-12-01T10:13:41.0581700Z test_unsqueeze_cpu (__main__.TestOldViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0582030Z test_view_all_dtypes_and_devices_cpu (__main__.TestOldViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0582366Z test_view_cpu (__main__.TestOldViewOpsCPU) ... ok (0.108s) 2022-12-01T10:13:41.0582682Z test_view_empty_cpu (__main__.TestOldViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0582998Z test_T_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0583317Z test_advanced_indexing_assignment_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0583674Z test_advanced_indexing_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0584016Z test_as_strided_gradients_cpu (__main__.TestViewOpsCPU) ... ok (0.359s) 2022-12-01T10:13:41.0584343Z test_as_strided_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0584673Z test_as_strided_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0585011Z test_basic_indexing_ellipses_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0585363Z test_basic_indexing_newaxis_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0585696Z test_basic_indexing_slice_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0586097Z test_chunk_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:13:41.0586488Z test_conj_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0586820Z test_conj_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0587185Z test_conj_self_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0587514Z test_conj_self_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0587843Z test_conj_self_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0588152Z test_conj_self_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0588472Z test_conj_self_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0588793Z test_conj_self_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0589098Z test_conj_self_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0589416Z test_conj_self_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0589733Z test_conj_self_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0590056Z test_conj_view_with_shared_memory_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0590397Z test_contiguous_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0590724Z test_contiguous_self_cpu (__main__.TestViewOpsCPU) ... ok (0.001s) 2022-12-01T10:13:41.0591080Z test_diagonal_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0591394Z test_expand_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0591712Z test_expand_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0592032Z test_flatten_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0592339Z test_flatten_view_cpu (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:13:41.0592746Z test_imag_noncomplex_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0593097Z test_imag_noncomplex_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0593443Z test_imag_noncomplex_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0593773Z test_imag_noncomplex_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0594112Z test_imag_noncomplex_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0594450Z test_imag_noncomplex_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0594769Z test_imag_noncomplex_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0595105Z test_imag_noncomplex_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0595443Z test_imag_noncomplex_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0595768Z test_movedim_view_cpu (__main__.TestViewOpsCPU) ... ok (0.017s) 2022-12-01T10:13:41.0596071Z test_narrow_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0596385Z test_permute_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0596718Z test_real_imag_view_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:13:41.0597045Z test_real_imag_view_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.006s) 2022-12-01T10:13:41.0597380Z test_reshape_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0597704Z test_reshape_nonview_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0598014Z test_reshape_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0598330Z test_select_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0598671Z test_set_real_imag_cpu_complex128_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0599029Z test_set_real_imag_cpu_complex128_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0599371Z test_set_real_imag_cpu_complex128_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0599738Z test_set_real_imag_cpu_complex128_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0600094Z test_set_real_imag_cpu_complex128_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0600469Z test_set_real_imag_cpu_complex128_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0600820Z test_set_real_imag_cpu_complex128_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0601173Z test_set_real_imag_cpu_complex128_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0601522Z test_set_real_imag_cpu_complex128_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0601855Z test_set_real_imag_cpu_complex128_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0602203Z test_set_real_imag_cpu_complex128_int8 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0602557Z test_set_real_imag_cpu_complex128_uint8 (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0602894Z test_set_real_imag_cpu_complex64_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0603247Z test_set_real_imag_cpu_complex64_bool (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0603605Z test_set_real_imag_cpu_complex64_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0604034Z test_set_real_imag_cpu_complex64_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0604430Z test_set_real_imag_cpu_complex64_float16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0604786Z test_set_real_imag_cpu_complex64_float32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0605143Z test_set_real_imag_cpu_complex64_float64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0605478Z test_set_real_imag_cpu_complex64_int16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0605824Z test_set_real_imag_cpu_complex64_int32 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0606173Z test_set_real_imag_cpu_complex64_int64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0606523Z test_set_real_imag_cpu_complex64_int8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0606863Z test_set_real_imag_cpu_complex64_uint8 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0607263Z test_split_view_cpu (__main__.TestViewOpsCPU) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:13:41.0607655Z test_squeeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0607984Z test_squeeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0608292Z test_t_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0608607Z test_t_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0608933Z test_transpose_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0609251Z test_transpose_view_cpu (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0609568Z test_unbind_cpu (__main__.TestViewOpsCPU) ... ok (0.023s) 2022-12-01T10:13:41.0609878Z test_unbind_view_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0610181Z test_unfold_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0610512Z test_unsqueeze_inplace_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0610847Z test_unsqueeze_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0611171Z test_view_as_complex_cpu (__main__.TestViewOpsCPU) ... ok (0.062s) 2022-12-01T10:13:41.0611494Z test_view_as_real_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0612261Z test_view_as_real_cpu_complex32 (__main__.TestViewOpsCPU) ... test_view_ops.py:308: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/EmptyTensor.cpp:32.) 2022-12-01T10:13:41.0612770Z t = torch.randn(3, 4, dtype=dtype, device=device) 2022-12-01T10:13:41.0613142Z ok (0.005s) 2022-12-01T10:13:41.0613467Z test_view_as_real_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.005s) 2022-12-01T10:13:41.0613866Z test_view_as_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0614185Z test_view_copy_cpu (__main__.TestViewOpsCPU) ... ok (0.004s) 2022-12-01T10:13:41.0614503Z test_view_copy_out_cpu (__main__.TestViewOpsCPU) ... ok (0.010s) 2022-12-01T10:13:41.0614871Z test_view_dtype_new_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.378s) 2022-12-01T10:13:41.0615212Z test_view_dtype_new_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.491s) 2022-12-01T10:13:41.0615544Z test_view_dtype_new_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.371s) 2022-12-01T10:13:41.0615883Z test_view_dtype_new_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.399s) 2022-12-01T10:13:41.0616217Z test_view_dtype_new_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.406s) 2022-12-01T10:13:41.0616549Z test_view_dtype_new_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.362s) 2022-12-01T10:13:41.0616868Z test_view_dtype_new_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.391s) 2022-12-01T10:13:41.0617201Z test_view_dtype_new_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.398s) 2022-12-01T10:13:41.0617530Z test_view_dtype_new_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.360s) 2022-12-01T10:13:41.0617893Z test_view_dtype_new_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.378s) 2022-12-01T10:13:41.0618223Z test_view_dtype_new_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.424s) 2022-12-01T10:13:41.0618569Z test_view_dtype_upsize_errors_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.190s) 2022-12-01T10:13:41.0618927Z test_view_dtype_upsize_errors_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.278s) 2022-12-01T10:13:41.0619273Z test_view_dtype_upsize_errors_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0619634Z test_view_dtype_upsize_errors_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-12-01T10:13:41.0619997Z test_view_dtype_upsize_errors_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.197s) 2022-12-01T10:13:41.0620344Z test_view_dtype_upsize_errors_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.148s) 2022-12-01T10:13:41.0620703Z test_view_dtype_upsize_errors_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.034s) 2022-12-01T10:13:41.0621057Z test_view_dtype_upsize_errors_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.186s) 2022-12-01T10:13:41.0621410Z test_view_dtype_upsize_errors_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.125s) 2022-12-01T10:13:41.0621748Z test_view_dtype_upsize_errors_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.033s) 2022-12-01T10:13:41.0622099Z test_view_dtype_upsize_errors_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.278s) 2022-12-01T10:13:41.0622448Z test_view_dtype_upsize_errors_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.278s) 2022-12-01T10:13:41.0622783Z test_view_tensor_dsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0623131Z test_view_tensor_dsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0623480Z test_view_tensor_dsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0623831Z test_view_tensor_dsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0624167Z test_view_tensor_dsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0624509Z test_view_tensor_dsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0624847Z test_view_tensor_dsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0625177Z test_view_tensor_dsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0625511Z test_view_tensor_dsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0625846Z test_view_tensor_dsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0626184Z test_view_tensor_dsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0626510Z test_view_tensor_dsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0626886Z test_view_tensor_hsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0627231Z test_view_tensor_hsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0627566Z test_view_tensor_hsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0627920Z test_view_tensor_hsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0628269Z test_view_tensor_hsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0628611Z test_view_tensor_hsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0628935Z test_view_tensor_hsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0629273Z test_view_tensor_hsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0629608Z test_view_tensor_hsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0629931Z test_view_tensor_hsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0630272Z test_view_tensor_hsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0630638Z test_view_tensor_hsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0630980Z test_view_tensor_split_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0631301Z test_view_tensor_split_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0631644Z test_view_tensor_split_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0631991Z test_view_tensor_split_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0632321Z test_view_tensor_split_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0632728Z test_view_tensor_split_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0633067Z test_view_tensor_split_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0633394Z test_view_tensor_split_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0633733Z test_view_tensor_split_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0634070Z test_view_tensor_split_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0634403Z test_view_tensor_split_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0634726Z test_view_tensor_split_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0635070Z test_view_tensor_vsplit_cpu_bfloat16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0635413Z test_view_tensor_vsplit_cpu_bool (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0635742Z test_view_tensor_vsplit_cpu_complex128 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0636092Z test_view_tensor_vsplit_cpu_complex64 (__main__.TestViewOpsCPU) ... ok (0.003s) 2022-12-01T10:13:41.0636440Z test_view_tensor_vsplit_cpu_float16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0636780Z test_view_tensor_vsplit_cpu_float32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0637107Z test_view_tensor_vsplit_cpu_float64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0637444Z test_view_tensor_vsplit_cpu_int16 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0637782Z test_view_tensor_vsplit_cpu_int32 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0638106Z test_view_tensor_vsplit_cpu_int64 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0638441Z test_view_tensor_vsplit_cpu_int8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0638779Z test_view_tensor_vsplit_cpu_uint8 (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0639103Z test_view_view_cpu (__main__.TestViewOpsCPU) ... ok (0.002s) 2022-12-01T10:13:41.0639400Z test_T_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.452s) 2022-12-01T10:13:41.0639773Z test_advanced_indexing_assignment_lazy (__main__.TestViewOpsLAZY) ... ok (0.007s) 2022-12-01T10:13:41.0640153Z test_advanced_indexing_nonview_lazy (__main__.TestViewOpsLAZY) ... ok (0.020s) 2022-12-01T10:13:41.0640531Z test_as_strided_gradients_lazy (__main__.TestViewOpsLAZY) ... ok (0.163s) 2022-12-01T10:13:41.0640945Z test_as_strided_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-12-01T10:13:41.0641282Z test_as_strided_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.022s) 2022-12-01T10:13:41.0641629Z test_basic_indexing_ellipses_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.028s) 2022-12-01T10:13:41.0641973Z test_basic_indexing_newaxis_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.034s) 2022-12-01T10:13:41.0642323Z test_basic_indexing_slice_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.035s) 2022-12-01T10:13:41.0642730Z test_chunk_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:13:41.0643296Z test_conj_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0643882Z test_conj_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0644274Z test_conj_self_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0644603Z test_conj_self_lazy_float16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0644921Z test_conj_self_lazy_float32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0645248Z test_conj_self_lazy_float64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0645575Z test_conj_self_lazy_int16 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0645883Z test_conj_self_lazy_int32 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0646205Z test_conj_self_lazy_int64 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0646528Z test_conj_self_lazy_int8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0646852Z test_conj_self_lazy_uint8 (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0647332Z test_conj_view_with_shared_memory_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0647881Z test_contiguous_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0648262Z test_contiguous_self_lazy (__main__.TestViewOpsLAZY) ... ok (0.001s) 2022-12-01T10:13:41.0648593Z test_diagonal_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.045s) 2022-12-01T10:13:41.0648908Z test_expand_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.024s) 2022-12-01T10:13:41.0649376Z test_expand_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0649904Z test_flatten_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0650411Z test_flatten_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0650950Z test_imag_noncomplex_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0651490Z test_imag_noncomplex_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0652035Z test_imag_noncomplex_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0652555Z test_imag_noncomplex_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0653214Z test_imag_noncomplex_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0653815Z test_imag_noncomplex_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0654348Z test_imag_noncomplex_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0654866Z test_imag_noncomplex_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0655401Z test_imag_noncomplex_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0655781Z test_movedim_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.356s) 2022-12-01T10:13:41.0656104Z test_narrow_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.029s) 2022-12-01T10:13:41.0656411Z test_permute_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-12-01T10:13:41.0656896Z test_real_imag_view_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0657448Z test_real_imag_view_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0657823Z test_reshape_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.021s) 2022-12-01T10:13:41.0658340Z test_reshape_nonview_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0658724Z test_reshape_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.027s) 2022-12-01T10:13:41.0659045Z test_select_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.020s) 2022-12-01T10:13:41.0659529Z test_set_real_imag_lazy_complex128_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0660094Z test_set_real_imag_lazy_complex128_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0660658Z test_set_real_imag_lazy_complex128_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0661228Z test_set_real_imag_lazy_complex128_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0661780Z test_set_real_imag_lazy_complex128_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0662339Z test_set_real_imag_lazy_complex128_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0662887Z test_set_real_imag_lazy_complex128_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0663438Z test_set_real_imag_lazy_complex128_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0663976Z test_set_real_imag_lazy_complex128_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0664533Z test_set_real_imag_lazy_complex128_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0665205Z test_set_real_imag_lazy_complex128_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0665797Z test_set_real_imag_lazy_complex128_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0666338Z test_set_real_imag_lazy_complex64_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0666891Z test_set_real_imag_lazy_complex64_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0667452Z test_set_real_imag_lazy_complex64_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0668060Z test_set_real_imag_lazy_complex64_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0668604Z test_set_real_imag_lazy_complex64_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0669162Z test_set_real_imag_lazy_complex64_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0669723Z test_set_real_imag_lazy_complex64_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0670278Z test_set_real_imag_lazy_complex64_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0670814Z test_set_real_imag_lazy_complex64_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0671362Z test_set_real_imag_lazy_complex64_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0671912Z test_set_real_imag_lazy_complex64_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0672556Z test_set_real_imag_lazy_complex64_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0673003Z test_split_view_lazy (__main__.TestViewOpsLAZY) ... skip: See https://github.com/pytorch/pytorch/pull/32720 (0.001s) 2022-12-01T10:13:41.0673397Z test_squeeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.022s) 2022-12-01T10:13:41.0673731Z test_squeeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.020s) 2022-12-01T10:13:41.0674058Z test_t_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.024s) 2022-12-01T10:13:41.0674362Z test_t_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.021s) 2022-12-01T10:13:41.0674693Z test_transpose_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.069s) 2022-12-01T10:13:41.0675035Z test_transpose_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.053s) 2022-12-01T10:13:41.0675342Z test_unbind_lazy (__main__.TestViewOpsLAZY) ... ok (0.022s) 2022-12-01T10:13:41.0675811Z test_unbind_view_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0676184Z test_unfold_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.019s) 2022-12-01T10:13:41.0676510Z test_unsqueeze_inplace_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.027s) 2022-12-01T10:13:41.0676844Z test_unsqueeze_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.024s) 2022-12-01T10:13:41.0677319Z test_view_as_complex_lazy (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.003s) 2022-12-01T10:13:41.0677859Z test_view_as_real_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0678383Z test_view_as_real_lazy_complex32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0678927Z test_view_as_real_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0679308Z test_view_as_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.005s) 2022-12-01T10:13:41.0679629Z test_view_copy_lazy (__main__.TestViewOpsLAZY) ... ok (0.030s) 2022-12-01T10:13:41.0679938Z test_view_copy_out_lazy (__main__.TestViewOpsLAZY) ... ok (0.021s) 2022-12-01T10:13:41.0680418Z test_view_dtype_new_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0680964Z test_view_dtype_new_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0681497Z test_view_dtype_new_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0682035Z test_view_dtype_new_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0682609Z test_view_dtype_new_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0683146Z test_view_dtype_new_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0683653Z test_view_dtype_new_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0684180Z test_view_dtype_new_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0684698Z test_view_dtype_new_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0685235Z test_view_dtype_new_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.005s) 2022-12-01T10:13:41.0685746Z test_view_dtype_new_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.014s) 2022-12-01T10:13:41.0686297Z test_view_dtype_upsize_errors_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0686882Z test_view_dtype_upsize_errors_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0687456Z test_view_dtype_upsize_errors_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0688016Z test_view_dtype_upsize_errors_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0688580Z test_view_dtype_upsize_errors_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0689141Z test_view_dtype_upsize_errors_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0689701Z test_view_dtype_upsize_errors_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0690241Z test_view_dtype_upsize_errors_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0690797Z test_view_dtype_upsize_errors_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0691349Z test_view_dtype_upsize_errors_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0691901Z test_view_dtype_upsize_errors_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0692435Z test_view_dtype_upsize_errors_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.002s) 2022-12-01T10:13:41.0693089Z test_view_tensor_dsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0693680Z test_view_tensor_dsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0694234Z test_view_tensor_dsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0694773Z test_view_tensor_dsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0695324Z test_view_tensor_dsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0695864Z test_view_tensor_dsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0696464Z test_view_tensor_dsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0696996Z test_view_tensor_dsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0697548Z test_view_tensor_dsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0698087Z test_view_tensor_dsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0698627Z test_view_tensor_dsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0699147Z test_view_tensor_dsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0699693Z test_view_tensor_hsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0700242Z test_view_tensor_hsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0700841Z test_view_tensor_hsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0701384Z test_view_tensor_hsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0701932Z test_view_tensor_hsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0702475Z test_view_tensor_hsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0703016Z test_view_tensor_hsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0703544Z test_view_tensor_hsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0704094Z test_view_tensor_hsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0704631Z test_view_tensor_hsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0705166Z test_view_tensor_hsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0705685Z test_view_tensor_hsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0706293Z test_view_tensor_split_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0706840Z test_view_tensor_split_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0707389Z test_view_tensor_split_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0707930Z test_view_tensor_split_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0708484Z test_view_tensor_split_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0709022Z test_view_tensor_split_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0709554Z test_view_tensor_split_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0710080Z test_view_tensor_split_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0710698Z test_view_tensor_split_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0711600Z test_view_tensor_split_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0712142Z test_view_tensor_split_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0712723Z test_view_tensor_split_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0713272Z test_view_tensor_vsplit_lazy_bfloat16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0713845Z test_view_tensor_vsplit_lazy_bool (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0714719Z test_view_tensor_vsplit_lazy_complex128 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0715613Z test_view_tensor_vsplit_lazy_complex64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0716173Z test_view_tensor_vsplit_lazy_float16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0716777Z test_view_tensor_vsplit_lazy_float32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0717320Z test_view_tensor_vsplit_lazy_float64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0717845Z test_view_tensor_vsplit_lazy_int16 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0718383Z test_view_tensor_vsplit_lazy_int32 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0718924Z test_view_tensor_vsplit_lazy_int64 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0719465Z test_view_tensor_vsplit_lazy_int8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0719994Z test_view_tensor_vsplit_lazy_uint8 (__main__.TestViewOpsLAZY) ... skip: onlyNativeDeviceTypes: doesn't run on lazy (0.001s) 2022-12-01T10:13:41.0720381Z test_view_view_lazy (__main__.TestViewOpsLAZY) ... ok (0.006s) 2022-12-01T10:13:41.0720559Z 2022-12-01T10:13:41.0720785Z ---------------------------------------------------------------------- 2022-12-01T10:13:41.0721077Z Ran 439 tests in 46.166s 2022-12-01T10:13:41.0721204Z 2022-12-01T10:13:41.0721300Z OK (skipped=123) 2022-12-01T10:13:41.0721432Z 2022-12-01T10:13:41.0721539Z Generating XML reports... 2022-12-01T10:13:41.0721993Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201101254.xml 2022-12-01T10:13:41.0722531Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201101254.xml 2022-12-01T10:13:41.0723077Z Generated XML report: test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201101254.xml 2022-12-01T10:13:41.0723321Z 2022-12-01T10:13:41.0723687Z ##[endgroup] 2022-12-01T10:13:41.0724096Z FINISHED PRINTING LOG FILE of test_view_ops (/var/lib/jenkins/workspace/test/test-reports/test_view_ops_leprq9kl) 2022-12-01T10:13:41.0724334Z 2022-12-01T10:13:45.1765864Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:45.2774734Z Ignoring disabled issues: [] 2022-12-01T10:13:45.2978027Z Running test_stateless ... [2022-12-01 10:13:45.297526] 2022-12-01T10:13:45.2980335Z Executing ['/opt/conda/bin/python', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:45.297803] 2022-12-01T10:13:47.2700593Z 2022-12-01T10:13:47.2701613Z Expand the folded group to see the log file of nn/test_embedding 2022-12-01T10:13:47.2702827Z ##[group]PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_tjs5vs1p) 2022-12-01T10:13:47.2704133Z Test results will be stored in test-reports/python-unittest/nn.test_embedding 2022-12-01T10:13:47.2704439Z 2022-12-01T10:13:47.2704579Z Running tests... 2022-12-01T10:13:47.2705145Z ---------------------------------------------------------------------- 2022-12-01T10:13:47.2705706Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.027s) 2022-12-01T10:13:47.2706271Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:13:47.2706848Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.009s) 2022-12-01T10:13:47.2707391Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (0.036s) 2022-12-01T10:13:47.2707917Z test_embedding_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-12-01T10:13:47.2708474Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:13:47.2709072Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:13:47.2709637Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-12-01T10:13:47.2710297Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:13:47.2710899Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... skip: CUDA unavailable (0.001s) 2022-12-01T10:13:47.2711532Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:13:47.2712091Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:13:47.2712697Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:13:47.2713306Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-12-01T10:13:47.2713891Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-12-01T10:13:47.2714565Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:13:47.2715348Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2716144Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2716923Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:13:47.2717670Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2718452Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2719237Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2720005Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2720785Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2721564Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2722359Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2723145Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.009s) 2022-12-01T10:13:47.2723928Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.092s) 2022-12-01T10:13:47.2724839Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:13:47.2725606Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.094s) 2022-12-01T10:13:47.2726376Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.068s) 2022-12-01T10:13:47.2727130Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.080s) 2022-12-01T10:13:47.2727899Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.062s) 2022-12-01T10:13:47.2728676Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:13:47.2729440Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:13:47.2730315Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:13:47.2731104Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.065s) 2022-12-01T10:13:47.2731902Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.064s) 2022-12-01T10:13:47.2732681Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.061s) 2022-12-01T10:13:47.2733628Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.082s) 2022-12-01T10:13:47.2734411Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.075s) 2022-12-01T10:13:47.2735155Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.078s) 2022-12-01T10:13:47.2735924Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cpu_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:13:47.2736671Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.012s) 2022-12-01T10:13:47.2737428Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2738186Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2738948Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2739702Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2740464Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:13:47.2741210Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2741977Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2742707Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2743458Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2744356Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2745133Z test_EmbeddingBag_per_sample_weights_and_offsets_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:47.2745892Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.024s) 2022-12-01T10:13:47.2746637Z test_EmbeddingBag_per_sample_weights_failures_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:13:47.2747383Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:13:47.2748120Z test_EmbeddingBag_per_sample_weights_failures_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:13:47.2748794Z test_embedding_backward_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2749480Z test_embedding_bag_1D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (3.961s) 2022-12-01T10:13:47.2750148Z test_embedding_bag_1D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (3.879s) 2022-12-01T10:13:47.2750976Z test_embedding_bag_2D_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.297s) 2022-12-01T10:13:47.2751636Z test_embedding_bag_2D_padding_idx_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.315s) 2022-12-01T10:13:47.2752328Z test_embedding_bag_bfloat16_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2753148Z test_embedding_bag_bfloat16_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2753859Z test_embedding_bag_bfloat16_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2754571Z test_embedding_bag_bfloat16_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2755269Z test_embedding_bag_device_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.547s) 2022-12-01T10:13:47.2755941Z test_embedding_bag_device_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.569s) 2022-12-01T10:13:47.2756625Z test_embedding_bag_device_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.611s) 2022-12-01T10:13:47.2757274Z test_embedding_bag_device_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.577s) 2022-12-01T10:13:47.2757944Z test_embedding_bag_device_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.555s) 2022-12-01T10:13:47.2758614Z test_embedding_bag_device_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.660s) 2022-12-01T10:13:47.2759260Z test_embedding_bag_device_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.551s) 2022-12-01T10:13:47.2759910Z test_embedding_bag_device_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.582s) 2022-12-01T10:13:47.2760600Z test_embedding_bag_device_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.591s) 2022-12-01T10:13:47.2761270Z test_embedding_bag_device_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.592s) 2022-12-01T10:13:47.2761903Z test_embedding_bag_device_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.554s) 2022-12-01T10:13:47.2762568Z test_embedding_bag_device_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.689s) 2022-12-01T10:13:47.2763254Z test_embedding_bag_empty_input_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:47.2763936Z test_embedding_bag_empty_input_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:47.2764693Z test_embedding_bag_empty_input_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:47.2765369Z test_embedding_bag_empty_input_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:47.2766025Z test_embedding_bag_half_cpu_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.130s) 2022-12-01T10:13:47.2766671Z test_embedding_bag_half_cpu_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.131s) 2022-12-01T10:13:47.2767275Z test_embedding_bag_half_cpu_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.128s) 2022-12-01T10:13:47.2767917Z test_embedding_bag_half_cpu_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.130s) 2022-12-01T10:13:47.2768608Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:47.2769310Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2770017Z test_embedding_bag_non_contiguous_weight_cpu_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2770839Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2771576Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2772280Z test_embedding_bag_non_contiguous_weight_cpu_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2773118Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2773849Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2774580Z test_embedding_bag_non_contiguous_weight_cpu_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2775268Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2775994Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:47.2776703Z test_embedding_bag_non_contiguous_weight_cpu_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:47.2777439Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.047s) 2022-12-01T10:13:47.2778197Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2778974Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2779736Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2780507Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:13:47.2781257Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:13:47.2782027Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:13:47.2782801Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:13:47.2783591Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:47.2784478Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.070s) 2022-12-01T10:13:47.2785252Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:47.2785997Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:47.2786756Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2787535Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2788297Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2789082Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2789992Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:13:47.2790762Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:13:47.2791544Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:13:47.2792307Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.030s) 2022-12-01T10:13:47.2793156Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:47.2793929Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.058s) 2022-12-01T10:13:47.2794685Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:47.2795448Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cpu_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.058s) 2022-12-01T10:13:47.2796134Z test_embedding_dense_grad_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:13:47.2796781Z test_embedding_max_norm_backward_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.003s) 2022-12-01T10:13:47.2797474Z test_embedding_max_norm_device_cpu_float16 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2798200Z test_embedding_max_norm_device_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2798934Z test_embedding_max_norm_device_cpu_float64 (__main__.TestEmbeddingNNDeviceTypeCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:13:47.2799605Z test_embedding_max_norm_fwd_AD_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.261s) 2022-12-01T10:13:47.2800282Z test_embedding_padding_idx_cpu_float32 (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.033s) 2022-12-01T10:13:47.2800950Z test_embedding_scalar_weight_error_cpu (__main__.TestEmbeddingNNDeviceTypeCPU) ... ok (0.021s) 2022-12-01T10:13:47.2801305Z 2022-12-01T10:13:47.2801746Z ---------------------------------------------------------------------- 2022-12-01T10:13:47.2802179Z Ran 132 tests in 19.131s 2022-12-01T10:13:47.2802380Z 2022-12-01T10:13:47.2802516Z OK (skipped=8) 2022-12-01T10:13:47.2802711Z 2022-12-01T10:13:47.2802872Z Generating XML reports... 2022-12-01T10:13:47.2803629Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101327.xml 2022-12-01T10:13:47.2804765Z Generated XML report: test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101327.xml 2022-12-01T10:13:47.2805249Z 2022-12-01T10:13:47.2805731Z ##[endgroup] 2022-12-01T10:13:47.2806438Z FINISHED PRINTING LOG FILE of nn/test_embedding (/var/lib/jenkins/workspace/test/test-reports/nn-test_embedding_tjs5vs1p) 2022-12-01T10:13:47.2806826Z 2022-12-01T10:13:51.4259977Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:13:51.5251621Z Ignoring disabled issues: [] 2022-12-01T10:13:51.5455875Z Running test_nestedtensor ... [2022-12-01 10:13:51.545236] 2022-12-01T10:13:51.5458200Z Executing ['/opt/conda/bin/python', '-bb', 'test_nestedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:13:51.545593] 2022-12-01T10:13:58.7079026Z 2022-12-01T10:13:58.7079518Z Expand the folded group to see the log file of test_stateless 2022-12-01T10:13:58.7080509Z ##[group]PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_n7insqyo) 2022-12-01T10:13:58.7081340Z Test results will be stored in test-reports/python-unittest/test_stateless 2022-12-01T10:13:58.7081688Z 2022-12-01T10:13:58.7082739Z Running tests... 2022-12-01T10:13:58.7083565Z ---------------------------------------------------------------------- 2022-12-01T10:13:58.7084032Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (5.407s) 2022-12-01T10:13:58.7084492Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (3.383s) 2022-12-01T10:13:58.7085045Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.030s) 2022-12-01T10:13:58.7085560Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-12-01T10:13:58.7086214Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:13:58.7086752Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-12-01T10:13:58.7087190Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-12-01T10:13:58.7087578Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.408s) 2022-12-01T10:13:58.7087974Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (0.031s) 2022-12-01T10:13:58.7088428Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.021s) 2022-12-01T10:13:58.7088828Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.015s) 2022-12-01T10:13:58.7089196Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.027s) 2022-12-01T10:13:58.7089386Z 2022-12-01T10:13:58.7089613Z ---------------------------------------------------------------------- 2022-12-01T10:13:58.7089901Z Ran 12 tests in 9.338s 2022-12-01T10:13:58.7092210Z 2022-12-01T10:13:58.7092511Z OK (skipped=1) 2022-12-01T10:13:58.7092786Z 2022-12-01T10:13:58.7092966Z Generating XML reports... 2022-12-01T10:13:58.7093791Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201101348.xml 2022-12-01T10:13:58.7094415Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201101348.xml 2022-12-01T10:13:58.7095014Z Generated XML report: test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201101348.xml 2022-12-01T10:13:58.7095297Z 2022-12-01T10:13:58.7095627Z ##[endgroup] 2022-12-01T10:13:58.7096057Z FINISHED PRINTING LOG FILE of test_stateless (/var/lib/jenkins/workspace/test/test-reports/test_stateless_n7insqyo) 2022-12-01T10:13:58.7096281Z 2022-12-01T10:13:58.9896347Z 2022-12-01T10:13:58.9896963Z Expand the folded group to see the log file of test_nestedtensor 2022-12-01T10:13:58.9898172Z ##[group]PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_mcjocjw1) 2022-12-01T10:13:58.9899420Z Test results will be stored in test-reports/python-unittest/test_nestedtensor 2022-12-01T10:13:58.9899848Z 2022-12-01T10:13:58.9900019Z Running tests... 2022-12-01T10:13:58.9900683Z ---------------------------------------------------------------------- 2022-12-01T10:13:58.9902416Z 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:13:58.9903635Z nt = torch._nested_tensor_from_tensor_list(new_data, dtype, None, device, pin_memory) 2022-12-01T10:13:58.9904182Z ok (0.016s) 2022-12-01T10:13:58.9904685Z test_default_nested_tensor (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:13:58.9905289Z test_dim (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:13:58.9905877Z test_is_contiguous (__main__.TestNestedTensor) ... ok (0.007s) 2022-12-01T10:13:58.9906502Z test_nested_namespace (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:13:58.9907096Z test_nested_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:13:58.9907854Z test_nested_tensor_matching_dim (__main__.TestNestedTensor) ... ok (0.018s) 2022-12-01T10:13:58.9908476Z test_numel (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:13:58.9909044Z test_repr_string (__main__.TestNestedTensor) ... ok (0.006s) 2022-12-01T10:13:58.9909625Z test_size (__main__.TestNestedTensor) ... ok (0.005s) 2022-12-01T10:13:58.9910197Z test_size_dim (__main__.TestNestedTensor) ... ok (0.011s) 2022-12-01T10:13:58.9910746Z test_stride (__main__.TestNestedTensor) ... ok (0.004s) 2022-12-01T10:13:58.9911380Z test_to_padded_tensor_on_empty_tensor (__main__.TestNestedTensor) ... ok (0.001s) 2022-12-01T10:13:58.9912013Z test_unbind_0 (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:13:58.9912662Z test_unbind_1 (__main__.TestNestedTensor) ... ok (0.002s) 2022-12-01T10:13:58.9913220Z test_unbind_3 (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:13:58.9913793Z test_unbind_4 (__main__.TestNestedTensor) ... ok (0.003s) 2022-12-01T10:13:58.9914368Z test_unbind_dim (__main__.TestNestedTensor) ... ok (0.007s) 2022-12-01T10:13:58.9915051Z test_as_nested_tensor_propagates_gradients (__main__.TestNestedTensorAutograd) ... ok (0.006s) 2022-12-01T10:13:58.9915811Z test_backward_for_add_op (__main__.TestNestedTensorAutograd) ... ok (0.008s) 2022-12-01T10:13:58.9916515Z test_dropout_backward (__main__.TestNestedTensorAutograd) ... ok (0.024s) 2022-12-01T10:13:58.9917202Z test_indexing_backward (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-12-01T10:13:58.9917913Z test_nested_tensor_bmm_backward (__main__.TestNestedTensorAutograd) ... ok (0.010s) 2022-12-01T10:13:58.9920469Z test_nested_tensor_bmm_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.230s) 2022-12-01T10:13:58.9920979Z test_nested_tensor_from_list (__main__.TestNestedTensorAutograd) ... ok (0.012s) 2022-12-01T10:13:58.9921405Z test_nested_tensor_from_mask_and_to_padded (__main__.TestNestedTensorAutograd) ... ok (0.009s) 2022-12-01T10:13:58.9921938Z test_nested_tensor_from_padded (__main__.TestNestedTensorAutograd) ... ok (0.007s) 2022-12-01T10:13:58.9922689Z test_nested_tensor_from_padded_fused (__main__.TestNestedTensorAutograd) ... ok (0.011s) 2022-12-01T10:13:58.9923423Z test_nested_tensor_generates_leaf (__main__.TestNestedTensorAutograd) ... ok (0.004s) 2022-12-01T10:13:58.9924152Z test_nested_tensor_linear (__main__.TestNestedTensorAutograd) ... ok (0.041s) 2022-12-01T10:13:58.9924880Z test_nested_tensor_linear_backward (__main__.TestNestedTensorAutograd) ... ok (0.002s) 2022-12-01T10:13:58.9925614Z test_nested_tensor_matmul_backward (__main__.TestNestedTensorAutograd) ... ok (0.009s) 2022-12-01T10:13:58.9926369Z test_nested_tensor_matmul_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.419s) 2022-12-01T10:13:58.9927242Z test_nested_tensor_reshape_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:13:58.9929171Z 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:13:58.9930499Z f'Input #{idx} requires gradient and ' 2022-12-01T10:13:58.9931917Z /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:13:58.9933129Z f'Input #{idx} requires gradient and ' 2022-12-01T10:13:58.9933588Z ok (0.098s) 2022-12-01T10:13:58.9934145Z test_nested_tensor_softmax (__main__.TestNestedTensorAutograd) ... ok (0.014s) 2022-12-01T10:13:58.9934872Z test_nested_tensor_to_padded_tensor (__main__.TestNestedTensorAutograd) ... ok (0.005s) 2022-12-01T10:13:58.9935640Z test_nested_tensor_transpose_backward (__main__.TestNestedTensorAutograd) ... ok (0.003s) 2022-12-01T10:13:58.9936550Z test_nested_tensor_transpose_gradcheck (__main__.TestNestedTensorAutograd) ... ok (0.083s) 2022-12-01T10:13:58.9937344Z test_set_requires_grad_from_list (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:13:58.9938064Z test_set_requires_grad_from_mask (__main__.TestNestedTensorAutograd) ... ok (0.001s) 2022-12-01T10:13:58.9938849Z test_to_buffer_series_ops_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.014s) 2022-12-01T10:13:58.9939615Z test_unbind_flow_through (__main__.TestNestedTensorAutograd) ... ok (0.014s) 2022-12-01T10:13:58.9940324Z test_values_grad_with_broadcast (__main__.TestNestedTensorAutograd) ... ok (0.009s) 2022-12-01T10:13:58.9941070Z test_bmm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.105s) 2022-12-01T10:13:58.9941803Z test_bmm_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.114s) 2022-12-01T10:13:58.9942584Z test_bmm_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.011s) 2022-12-01T10:13:58.9943362Z test_bmm_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9944132Z test_clone_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.037s) 2022-12-01T10:13:58.9944867Z test_clone_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.015s) 2022-12-01T10:13:58.9945591Z test_detach_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:58.9946346Z test_detach_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9947094Z test_detach_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9947844Z test_device_checks_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.001s) 2022-12-01T10:13:58.9948576Z test_dropout_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.018s) 2022-12-01T10:13:58.9949335Z test_dropout_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.016s) 2022-12-01T10:13:58.9950134Z test_dropout_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9950944Z test_dropout_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9951727Z test_embedding_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9952546Z test_layer_norm_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.066s) 2022-12-01T10:13:58.9953310Z test_linear_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.046s) 2022-12-01T10:13:58.9954035Z test_linear_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:13:58.9954904Z test_linear_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:13:58.9975218Z test_linear_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:13:58.9975879Z test_matmul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.130s) 2022-12-01T10:13:58.9976513Z test_matmul_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.150s) 2022-12-01T10:13:58.9977210Z test_matmul_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9977833Z test_matmul_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.008s) 2022-12-01T10:13:58.9978440Z test_nested_tensor_add_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9979115Z test_nested_tensor_add_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9979817Z test_nested_tensor_add_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9980490Z test_nested_tensor_add_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9981315Z test_nested_tensor_indexing_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.095s) 2022-12-01T10:13:58.9981740Z test_nested_tensor_indexing_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:13:58.9982156Z test_nested_tensor_indexing_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.088s) 2022-12-01T10:13:58.9982575Z test_nested_tensor_indexing_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9983020Z test_nested_tensor_indexing_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9983455Z test_nested_tensor_indexing_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9983880Z test_nested_tensor_mul_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.023s) 2022-12-01T10:13:58.9984267Z test_nested_tensor_mul_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.022s) 2022-12-01T10:13:58.9984682Z test_nested_tensor_mul_in_place_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:13:58.9985101Z test_nested_tensor_mul_in_place_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.027s) 2022-12-01T10:13:58.9985516Z test_nested_tensor_sum_dim_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.055s) 2022-12-01T10:13:58.9985896Z test_reshape_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.032s) 2022-12-01T10:13:58.9986280Z test_reshape_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.031s) 2022-12-01T10:13:58.9986662Z test_reshape_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:13:58.9987065Z test_scaled_dot_product_attention_input_dim_3_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.059s) 2022-12-01T10:13:58.9987502Z test_scaled_dot_product_attention_input_dim_4_cpu (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.054s) 2022-12-01T10:13:58.9987910Z test_softmax_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.066s) 2022-12-01T10:13:58.9988290Z test_softmax_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.061s) 2022-12-01T10:13:58.9988675Z test_softmax_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9989085Z test_softmax_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9989493Z test_to_padded_tensor_dim2_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9989884Z test_to_padded_tensor_dim2_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9990291Z test_to_padded_tensor_dim2_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9990747Z test_to_padded_tensor_dim3_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:58.9991144Z test_to_padded_tensor_dim3_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9991530Z test_to_padded_tensor_dim3_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.007s) 2022-12-01T10:13:58.9991926Z test_to_padded_tensor_dim4_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.043s) 2022-12-01T10:13:58.9992344Z test_to_padded_tensor_dim4_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:13:58.9992806Z test_to_padded_tensor_dim4_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.042s) 2022-12-01T10:13:58.9993217Z test_to_padded_tensor_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.013s) 2022-12-01T10:13:58.9993652Z test_to_padded_tensor_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.014s) 2022-12-01T10:13:58.9994084Z test_to_padded_tensor_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.010s) 2022-12-01T10:13:58.9994543Z test_to_padded_tensor_output_size_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9994958Z test_to_padded_tensor_output_size_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9995375Z test_to_padded_tensor_simple_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9995787Z test_to_padded_tensor_simple_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:58.9996224Z test_to_then_from_padded_tensor_no_transform0213_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9996624Z test_transpose_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.044s) 2022-12-01T10:13:58.9997014Z test_transpose_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.073s) 2022-12-01T10:13:58.9997394Z test_transpose_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.045s) 2022-12-01T10:13:58.9997796Z test_transpose_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.006s) 2022-12-01T10:13:58.9998246Z test_transpose_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9998684Z test_transpose_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9999112Z test_unbind_noncontiguous_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9999512Z test_unbind_noncontiguous_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:58.9999911Z test_unbind_noncontiguous_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:59.0000308Z test_view_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.068s) 2022-12-01T10:13:59.0000681Z test_view_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:13:59.0001040Z test_view_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.067s) 2022-12-01T10:13:59.0001446Z test_view_inference_mode_interaction_cpu_float16 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.005s) 2022-12-01T10:13:59.0001882Z test_view_inference_mode_interaction_cpu_float32 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:59.0002297Z test_view_inference_mode_interaction_cpu_float64 (__main__.TestNestedTensorDeviceTypeCPU) ... ok (0.004s) 2022-12-01T10:13:59.0002523Z 2022-12-01T10:13:59.0002792Z ---------------------------------------------------------------------- 2022-12-01T10:13:59.0003081Z Ran 124 tests in 3.417s 2022-12-01T10:13:59.0003219Z 2022-12-01T10:13:59.0003303Z OK 2022-12-01T10:13:59.0003402Z 2022-12-01T10:13:59.0003541Z Generating XML reports... 2022-12-01T10:13:59.0004012Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101355.xml 2022-12-01T10:13:59.0004603Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101355.xml 2022-12-01T10:13:59.0005234Z Generated XML report: test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101355.xml 2022-12-01T10:13:59.0005508Z 2022-12-01T10:13:59.0005873Z ##[endgroup] 2022-12-01T10:13:59.0006310Z FINISHED PRINTING LOG FILE of test_nestedtensor (/var/lib/jenkins/workspace/test/test-reports/test_nestedtensor_mcjocjw1) 2022-12-01T10:13:59.0006556Z 2022-12-01T10:14:02.9133748Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:03.0131063Z Ignoring disabled issues: [] 2022-12-01T10:14:03.0338545Z Running test_shape_ops ... [2022-12-01 10:14:03.033437] 2022-12-01T10:14:03.0339644Z Executing ['/opt/conda/bin/python', '-bb', 'test_shape_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:03.033723] 2022-12-01T10:14:03.2207491Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:03.3027124Z Ignoring disabled issues: [] 2022-12-01T10:14:03.3233354Z Running profiler/test_profiler_tree ... [2022-12-01 10:14:03.322971] 2022-12-01T10:14:03.3235092Z Executing ['/opt/conda/bin/python', '-bb', 'profiler/test_profiler_tree.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:03.323273] 2022-12-01T10:14:07.5538800Z 2022-12-01T10:14:07.5539572Z Expand the folded group to see the log file of profiler/test_profiler_tree 2022-12-01T10:14:07.5540787Z ##[group]PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree__pnnoav7) 2022-12-01T10:14:07.5541805Z Test results will be stored in test-reports/python-unittest/profiler.test_profiler_tree 2022-12-01T10:14:07.5542210Z 2022-12-01T10:14:07.5542381Z Running tests... 2022-12-01T10:14:07.5542906Z ---------------------------------------------------------------------- 2022-12-01T10:14:07.5543843Z test_profiler_experimental_tree (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82499 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.276s) 2022-12-01T10:14:07.5544547Z test_profiler_experimental_tree_cuda (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.002s) 2022-12-01T10:14:07.5545033Z test_profiler_experimental_tree_cuda_detailed (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.003s) 2022-12-01T10:14:07.5545512Z test_profiler_experimental_tree_cuda_with_stream (__main__.TestProfilerTree) ... skip: https://github.com/pytorch/pytorch/issues/83606 (0.001s) 2022-12-01T10:14:07.5546494Z test_profiler_experimental_tree_with_memory (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/82501 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:14:07.5547686Z test_profiler_experimental_tree_with_memory_and_stack (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83228 for platform(s) linux. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.002s) 2022-12-01T10:14:07.5548889Z test_profiler_experimental_tree_with_record_function (__main__.TestProfilerTree) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/83246 for platform(s) linux, rocm. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-12-01T10:14:07.5549945Z test_profiler_experimental_tree_with_stack_and_modules (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5550510Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5550970Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5551443Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5551913Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5552382Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5552725Z ok (0.102s) 2022-12-01T10:14:07.5553327Z test_profiler_experimental_tree_with_stack_and_torch_dispatch (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5553887Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5554356Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5554809Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5555274Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5555739Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5556024Z ok (0.067s) 2022-12-01T10:14:07.5556554Z test_profiler_experimental_tree_with_stack_and_torch_function (__main__.TestProfilerTree) ... STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5557111Z STAGE:2022-12-01 10:14:06 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5557577Z STAGE:2022-12-01 10:14:07 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5558034Z STAGE:2022-12-01 10:14:07 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5558496Z STAGE:2022-12-01 10:14:07 1681:1681 ActivityProfilerController.cpp:294] Completed Stage: Warm Up 2022-12-01T10:14:07.5558957Z STAGE:2022-12-01 10:14:07 1681:1681 ActivityProfilerController.cpp:300] Completed Stage: Collection 2022-12-01T10:14:07.5559236Z ok (0.027s) 2022-12-01T10:14:07.5559360Z 2022-12-01T10:14:07.5559581Z ---------------------------------------------------------------------- 2022-12-01T10:14:07.5559866Z Ran 10 tests in 0.483s 2022-12-01T10:14:07.5559999Z 2022-12-01T10:14:07.5560091Z OK (skipped=7) 2022-12-01T10:14:07.5560205Z 2022-12-01T10:14:07.5560310Z Generating XML reports... 2022-12-01T10:14:07.5560781Z Generated XML report: test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201101406.xml 2022-12-01T10:14:07.5561047Z 2022-12-01T10:14:07.5562641Z ##[endgroup] 2022-12-01T10:14:07.5563130Z FINISHED PRINTING LOG FILE of profiler/test_profiler_tree (/var/lib/jenkins/workspace/test/test-reports/profiler-test_profiler_tree__pnnoav7) 2022-12-01T10:14:07.5563394Z 2022-12-01T10:14:11.2877458Z 2022-12-01T10:14:11.2878264Z Expand the folded group to see the log file of test_shape_ops 2022-12-01T10:14:11.2879438Z ##[group]PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_hu8lnsg3) 2022-12-01T10:14:11.2880329Z Test results will be stored in test-reports/python-unittest/test_shape_ops 2022-12-01T10:14:11.2880854Z 2022-12-01T10:14:11.2880985Z Running tests... 2022-12-01T10:14:11.2881529Z ---------------------------------------------------------------------- 2022-12-01T10:14:11.2882054Z test_clamp_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.013s) 2022-12-01T10:14:11.2882575Z test_clamp_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:14:11.2883077Z test_clamp_propagates_nans_cpu (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:14:11.2883578Z test_clamp_raises_arg_errors_cpu (__main__.TestShapeOpsCPU) ... ok (0.034s) 2022-12-01T10:14:11.2884109Z test_complex_rot90_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:14:11.2884612Z test_complex_rot90_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:14:11.2885172Z test_diag_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:14:11.2885709Z test_diag_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.002s) 2022-12-01T10:14:11.2886251Z test_diagonal_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:14:11.2888728Z 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:14:11.2890200Z return torch.as_tensor(tensor_like) 2022-12-01T10:14:11.2890561Z ok (0.010s) 2022-12-01T10:14:11.2891000Z test_flip_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.054s) 2022-12-01T10:14:11.2891544Z test_flip_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.029s) 2022-12-01T10:14:11.2892071Z test_flip_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.058s) 2022-12-01T10:14:11.2892631Z test_flip_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.061s) 2022-12-01T10:14:11.2893398Z test_flip_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.079s) 2022-12-01T10:14:11.2893947Z test_flip_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.238s) 2022-12-01T10:14:11.2894482Z test_flip_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.048s) 2022-12-01T10:14:11.2895018Z test_flip_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.041s) 2022-12-01T10:14:11.2895564Z test_flip_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-12-01T10:14:11.2896079Z test_flip_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-12-01T10:14:11.2896620Z test_flip_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.028s) 2022-12-01T10:14:11.2897157Z test_flip_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-12-01T10:14:11.2897713Z test_flip_errors_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.027s) 2022-12-01T10:14:11.2898281Z test_flip_errors_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.024s) 2022-12-01T10:14:11.2898858Z test_flip_errors_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2899442Z test_flip_errors_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2900011Z test_flip_errors_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2900586Z test_flip_errors_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2901156Z test_flip_errors_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2901704Z test_flip_errors_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2902261Z test_flip_errors_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2902825Z test_flip_errors_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2903382Z test_flip_errors_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2904074Z test_flip_errors_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.025s) 2022-12-01T10:14:11.2904681Z test_flip_large_tensor_cpu (__main__.TestShapeOpsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:14:11.2905286Z test_flip_numpy_cpu_bfloat16 (__main__.TestShapeOpsCPU) ... ok (0.066s) 2022-12-01T10:14:11.2905927Z test_flip_numpy_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-12-01T10:14:11.2906477Z test_flip_numpy_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.061s) 2022-12-01T10:14:11.2907056Z test_flip_numpy_cpu_complex64 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:14:11.2907626Z test_flip_numpy_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.063s) 2022-12-01T10:14:11.2908192Z test_flip_numpy_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.073s) 2022-12-01T10:14:11.2908731Z test_flip_numpy_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.030s) 2022-12-01T10:14:11.2909286Z test_flip_numpy_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.020s) 2022-12-01T10:14:11.2909849Z test_flip_numpy_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.049s) 2022-12-01T10:14:11.2910381Z test_flip_numpy_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.038s) 2022-12-01T10:14:11.2910925Z test_flip_numpy_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-12-01T10:14:11.2911591Z test_flip_numpy_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.019s) 2022-12-01T10:14:11.2912155Z test_fliplr_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:14:11.2912774Z test_fliplr_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:14:11.2913314Z test_fliplr_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:14:11.2913884Z test_fliplr_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.010s) 2022-12-01T10:14:11.2914465Z test_fliplr_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:14:11.2915048Z test_fliplr_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:14:11.2915626Z test_flipud_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.007s) 2022-12-01T10:14:11.2916173Z test_flipud_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.006s) 2022-12-01T10:14:11.2916719Z test_flipud_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:14:11.2917287Z test_flipud_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:14:11.2917881Z test_flipud_invalid_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:14:11.2918448Z test_flipud_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.005s) 2022-12-01T10:14:11.2919017Z test_movedim_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.462s) 2022-12-01T10:14:11.2919581Z test_movedim_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.396s) 2022-12-01T10:14:11.2920113Z test_movedim_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.103s) 2022-12-01T10:14:11.2920684Z test_movedim_invalid_cpu_complex128 (__main__.TestShapeOpsCPU) ... ok (0.087s) 2022-12-01T10:14:11.2921281Z test_movedim_invalid_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.079s) 2022-12-01T10:14:11.2921866Z test_movedim_invalid_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.078s) 2022-12-01T10:14:11.2923318Z 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:14:11.2924763Z self.assertEqual(torch.nonzero(t, as_tuple=False, out=out), torch.nonzero(t, out=out)) 2022-12-01T10:14:11.2925248Z ok (0.372s) 2022-12-01T10:14:11.2926582Z 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:14:11.2927979Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:14:11.2929243Z 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:14:11.2930444Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:14:11.2931784Z 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:14:11.2933109Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:14:11.2934388Z 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:14:11.2935591Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:14:11.2936858Z 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:14:11.2938040Z torch.nonzero(tensor, out=dst3) 2022-12-01T10:14:11.2938418Z ok (0.075s) 2022-12-01T10:14:11.2938850Z test_nonzero_cpu_bool (__main__.TestShapeOpsCPU) ... ok (0.071s) 2022-12-01T10:14:11.2939407Z test_nonzero_cpu_float16 (__main__.TestShapeOpsCPU) ... ok (0.073s) 2022-12-01T10:14:11.2939946Z test_nonzero_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.071s) 2022-12-01T10:14:11.2940508Z test_nonzero_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.071s) 2022-12-01T10:14:11.2941059Z test_nonzero_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.072s) 2022-12-01T10:14:11.2941588Z test_nonzero_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.087s) 2022-12-01T10:14:11.2942129Z test_nonzero_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.071s) 2022-12-01T10:14:11.2942670Z test_nonzero_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.071s) 2022-12-01T10:14:11.2943197Z test_nonzero_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.072s) 2022-12-01T10:14:11.2943761Z test_nonzero_discontiguous_cpu (__main__.TestShapeOpsCPU) ... ok (0.003s) 2022-12-01T10:14:11.2944342Z test_nonzero_no_warning_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:14:11.2944910Z test_nonzero_non_diff_cpu (__main__.TestShapeOpsCPU) ... ok (0.001s) 2022-12-01T10:14:11.2945434Z test_rot90_cpu (__main__.TestShapeOpsCPU) ... ok (0.072s) 2022-12-01T10:14:11.2946095Z test_tolist_cpu (__main__.TestShapeOpsCPU) ... ok (0.008s) 2022-12-01T10:14:11.2946635Z test_trace_cpu_float32 (__main__.TestShapeOpsCPU) ... ok (0.014s) 2022-12-01T10:14:11.2947162Z test_trace_cpu_float64 (__main__.TestShapeOpsCPU) ... ok (0.012s) 2022-12-01T10:14:11.2947705Z test_trace_cpu_int16 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:14:11.2948237Z test_trace_cpu_int32 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:14:11.2948771Z test_trace_cpu_int64 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:14:11.2949285Z test_trace_cpu_int8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:14:11.2949814Z test_trace_cpu_uint8 (__main__.TestShapeOpsCPU) ... ok (0.004s) 2022-12-01T10:14:11.2950347Z test_unbind_cpu (__main__.TestShapeOpsCPU) ... ok (0.009s) 2022-12-01T10:14:11.2950624Z 2022-12-01T10:14:11.2951063Z ---------------------------------------------------------------------- 2022-12-01T10:14:11.2951545Z Ran 89 tests in 4.134s 2022-12-01T10:14:11.2951761Z 2022-12-01T10:14:11.2951907Z OK (skipped=1) 2022-12-01T10:14:11.2952120Z 2022-12-01T10:14:11.2952277Z Generating XML reports... 2022-12-01T10:14:11.2953154Z Generated XML report: test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201101406.xml 2022-12-01T10:14:11.2953721Z 2022-12-01T10:14:11.2954236Z ##[endgroup] 2022-12-01T10:14:11.2954975Z FINISHED PRINTING LOG FILE of test_shape_ops (/var/lib/jenkins/workspace/test/test-reports/test_shape_ops_hu8lnsg3) 2022-12-01T10:14:11.2955393Z 2022-12-01T10:14:11.7305003Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:11.8295000Z Ignoring disabled issues: [] 2022-12-01T10:14:11.8501017Z Running lazy/test_bindings ... [2022-12-01 10:14:11.849822] 2022-12-01T10:14:11.8503242Z Executing ['/opt/conda/bin/python', '-bb', 'lazy/test_bindings.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:11.850117] 2022-12-01T10:14:15.3376082Z 2022-12-01T10:14:15.3376644Z Expand the folded group to see the log file of lazy/test_bindings 2022-12-01T10:14:15.3377809Z ##[group]PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_kwdrfh1u) 2022-12-01T10:14:15.3378232Z 2022-12-01T10:14:15.3378622Z ##[endgroup] 2022-12-01T10:14:15.3379457Z FINISHED PRINTING LOG FILE of lazy/test_bindings (/var/lib/jenkins/workspace/test/test-reports/lazy-test_bindings_kwdrfh1u) 2022-12-01T10:14:15.3379779Z 2022-12-01T10:14:15.4953820Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:15.5985209Z Ignoring disabled issues: [] 2022-12-01T10:14:15.6190675Z Running test_hub ... [2022-12-01 10:14:15.618756] 2022-12-01T10:14:15.6192629Z Executing ['/opt/conda/bin/python', '-bb', 'test_hub.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:15.619031] 2022-12-01T10:14:19.3523242Z 2022-12-01T10:14:19.3523762Z Expand the folded group to see the log file of test_hub 2022-12-01T10:14:19.3524763Z ##[group]PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_fjiqs5q6) 2022-12-01T10:14:19.3525127Z 2022-12-01T10:14:19.3525471Z ##[endgroup] 2022-12-01T10:14:19.3526218Z FINISHED PRINTING LOG FILE of test_hub (/var/lib/jenkins/workspace/test/test-reports/test_hub_fjiqs5q6) 2022-12-01T10:14:19.3526567Z 2022-12-01T10:14:19.4561761Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:19.5394963Z Ignoring disabled issues: [] 2022-12-01T10:14:19.5599956Z Running test_unary_ufuncs ... [2022-12-01 10:14:19.559730] 2022-12-01T10:14:19.5602330Z Executing ['/opt/conda/bin/python', '-bb', 'test_unary_ufuncs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:19.560012] 2022-12-01T10:14:23.5138557Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:14:23.5970586Z Ignoring disabled issues: [] 2022-12-01T10:14:23.6178100Z Running test_masked ... [2022-12-01 10:14:23.617439] 2022-12-01T10:14:23.6179794Z Executing ['/opt/conda/bin/python', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:14:23.617737] 2022-12-01T10:15:14.6749336Z 2022-12-01T10:15:14.6750063Z Expand the folded group to see the log file of test_masked 2022-12-01T10:15:14.6751104Z ##[group]PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_kzws0f33) 2022-12-01T10:15:14.6751968Z Test results will be stored in test-reports/python-unittest/test_masked 2022-12-01T10:15:14.6752352Z 2022-12-01T10:15:14.6755052Z Running tests... 2022-12-01T10:15:14.6755692Z ---------------------------------------------------------------------- 2022-12-01T10:15:14.6756281Z test_mask_layout_sparse_coo_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.879s) 2022-12-01T10:15:14.6756895Z test_mask_layout_sparse_coo_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.860s) 2022-12-01T10:15:14.6757468Z test_mask_layout_sparse_coo_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.799s) 2022-12-01T10:15:14.6758013Z test_mask_layout_sparse_coo_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.819s) 2022-12-01T10:15:14.6774499Z test_mask_layout_sparse_coo_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6814597Z test_mask_layout_sparse_coo_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6815122Z test_mask_layout_sparse_coo_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6815856Z test_mask_layout_sparse_coo_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6816538Z test_mask_layout_sparse_coo_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6816984Z test_mask_layout_sparse_coo_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.835s) 2022-12-01T10:15:14.6817365Z test_mask_layout_sparse_coo_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.919s) 2022-12-01T10:15:14.6817893Z test_mask_layout_sparse_coo_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.823s) 2022-12-01T10:15:14.6818453Z test_mask_layout_sparse_coo_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.807s) 2022-12-01T10:15:14.6818882Z test_mask_layout_sparse_coo_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6819461Z test_mask_layout_sparse_coo_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6820246Z test_mask_layout_sparse_coo_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6821031Z test_mask_layout_sparse_coo_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6821800Z test_mask_layout_sparse_coo_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6822711Z test_mask_layout_sparse_coo_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:15:14.6823644Z test_mask_layout_sparse_coo_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6826068Z test_mask_layout_sparse_coo_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6826664Z test_mask_layout_sparse_coo_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6827270Z test_mask_layout_sparse_coo_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.002s) 2022-12-01T10:15:14.6827768Z test_mask_layout_sparse_coo_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:15:14.6828253Z test_mask_layout_sparse_coo_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... skip: masked.mean does not support inputs with sparse_coo layout (0.001s) 2022-12-01T10:15:14.6828792Z test_mask_layout_sparse_coo_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6829193Z test_mask_layout_sparse_coo_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6829589Z test_mask_layout_sparse_coo_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6829986Z test_mask_layout_sparse_coo_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6830365Z test_mask_layout_sparse_coo_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6830745Z test_mask_layout_sparse_coo_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.715s) 2022-12-01T10:15:14.6831125Z test_mask_layout_sparse_coo_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.644s) 2022-12-01T10:15:14.6831510Z test_mask_layout_sparse_coo_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.666s) 2022-12-01T10:15:14.6831871Z test_mask_layout_sparse_coo_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.755s) 2022-12-01T10:15:14.6832340Z test_mask_layout_sparse_coo_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.844s) 2022-12-01T10:15:14.6832717Z test_mask_layout_sparse_coo_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.646s) 2022-12-01T10:15:14.6833070Z test_mask_layout_sparse_coo_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.574s) 2022-12-01T10:15:14.6833435Z test_mask_layout_sparse_coo_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.653s) 2022-12-01T10:15:14.6833806Z test_mask_layout_sparse_coo_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.631s) 2022-12-01T10:15:14.6834173Z test_mask_layout_sparse_coo_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.578s) 2022-12-01T10:15:14.6834529Z test_mask_layout_sparse_coo_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.849s) 2022-12-01T10:15:14.6834899Z test_mask_layout_sparse_coo_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.631s) 2022-12-01T10:15:14.6835272Z test_mask_layout_sparse_coo_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.624s) 2022-12-01T10:15:14.6835650Z test_mask_layout_sparse_coo_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.656s) 2022-12-01T10:15:14.6836012Z test_mask_layout_sparse_coo_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.904s) 2022-12-01T10:15:14.6836379Z test_mask_layout_sparse_coo_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.833s) 2022-12-01T10:15:14.6836743Z test_mask_layout_sparse_coo_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.857s) 2022-12-01T10:15:14.6837095Z test_mask_layout_sparse_coo_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.646s) 2022-12-01T10:15:14.6837456Z test_mask_layout_sparse_coo_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.626s) 2022-12-01T10:15:14.6837818Z test_mask_layout_sparse_coo_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.599s) 2022-12-01T10:15:14.6838175Z test_mask_layout_sparse_coo_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.582s) 2022-12-01T10:15:14.6838526Z test_mask_layout_sparse_coo_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.592s) 2022-12-01T10:15:14.6838893Z test_mask_layout_sparse_csr_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.214s) 2022-12-01T10:15:14.6839263Z test_mask_layout_sparse_csr_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-12-01T10:15:14.6839617Z test_mask_layout_sparse_csr_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.151s) 2022-12-01T10:15:14.6855819Z test_mask_layout_sparse_csr_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.148s) 2022-12-01T10:15:14.6856819Z test_mask_layout_sparse_csr_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6859293Z test_mask_layout_sparse_csr_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6860133Z test_mask_layout_sparse_csr_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6861008Z test_mask_layout_sparse_csr_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6861746Z test_mask_layout_sparse_csr_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6862375Z test_mask_layout_sparse_csr_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:15:14.6862993Z test_mask_layout_sparse_csr_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.206s) 2022-12-01T10:15:14.6863600Z test_mask_layout_sparse_csr_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.190s) 2022-12-01T10:15:14.6864190Z test_mask_layout_sparse_csr_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.150s) 2022-12-01T10:15:14.6864830Z test_mask_layout_sparse_csr_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6865491Z test_mask_layout_sparse_csr_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6866273Z test_mask_layout_sparse_csr_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6866934Z test_mask_layout_sparse_csr_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6867582Z test_mask_layout_sparse_csr_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6868214Z test_mask_layout_sparse_csr_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.116s) 2022-12-01T10:15:14.6868834Z test_mask_layout_sparse_csr_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6869498Z test_mask_layout_sparse_csr_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6870189Z test_mask_layout_sparse_csr_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6870825Z test_mask_layout_sparse_csr_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.113s) 2022-12-01T10:15:14.6871425Z test_mask_layout_sparse_csr_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-12-01T10:15:14.6872025Z test_mask_layout_sparse_csr_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.111s) 2022-12-01T10:15:14.6872938Z test_mask_layout_sparse_csr_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6873648Z test_mask_layout_sparse_csr_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6874376Z test_mask_layout_sparse_csr_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6875097Z test_mask_layout_sparse_csr_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6875842Z test_mask_layout_sparse_csr_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6876525Z test_mask_layout_sparse_csr_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.043s) 2022-12-01T10:15:14.6877222Z test_mask_layout_sparse_csr_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-12-01T10:15:14.6877931Z test_mask_layout_sparse_csr_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.042s) 2022-12-01T10:15:14.6878622Z test_mask_layout_sparse_csr_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.162s) 2022-12-01T10:15:14.6879277Z test_mask_layout_sparse_csr_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.177s) 2022-12-01T10:15:14.6879958Z test_mask_layout_sparse_csr_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:15:14.6880640Z test_mask_layout_sparse_csr_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:15:14.6881416Z test_mask_layout_sparse_csr_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.039s) 2022-12-01T10:15:14.6882090Z test_mask_layout_sparse_csr_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.040s) 2022-12-01T10:15:14.6882770Z test_mask_layout_sparse_csr_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.041s) 2022-12-01T10:15:14.6883456Z test_mask_layout_sparse_csr_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.146s) 2022-12-01T10:15:14.6884116Z test_mask_layout_sparse_csr_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.047s) 2022-12-01T10:15:14.6884831Z test_mask_layout_sparse_csr_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.044s) 2022-12-01T10:15:14.6885438Z test_mask_layout_sparse_csr_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-12-01T10:15:14.6886046Z test_mask_layout_sparse_csr_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.145s) 2022-12-01T10:15:14.6886640Z test_mask_layout_sparse_csr_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.160s) 2022-12-01T10:15:14.6887244Z test_mask_layout_sparse_csr_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.149s) 2022-12-01T10:15:14.6887943Z test_mask_layout_sparse_csr_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.055s) 2022-12-01T10:15:14.6888528Z test_mask_layout_sparse_csr_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.050s) 2022-12-01T10:15:14.6889112Z test_mask_layout_sparse_csr_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.059s) 2022-12-01T10:15:14.6889701Z test_mask_layout_sparse_csr_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.046s) 2022-12-01T10:15:14.6890289Z test_mask_layout_sparse_csr_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.051s) 2022-12-01T10:15:14.6890879Z test_mask_layout_strided_masked_amax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.324s) 2022-12-01T10:15:14.6891481Z test_mask_layout_strided_masked_amax_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.287s) 2022-12-01T10:15:14.6892087Z test_mask_layout_strided_masked_amax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.300s) 2022-12-01T10:15:14.6892846Z test_mask_layout_strided_masked_amax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.298s) 2022-12-01T10:15:14.6893652Z test_mask_layout_strided_masked_amax_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6894303Z test_mask_layout_strided_masked_amax_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6894952Z test_mask_layout_strided_masked_amax_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6895857Z test_mask_layout_strided_masked_amax_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6897135Z test_mask_layout_strided_masked_amax_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6897776Z test_mask_layout_strided_masked_amin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.290s) 2022-12-01T10:15:14.6898382Z test_mask_layout_strided_masked_amin_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.296s) 2022-12-01T10:15:14.6898963Z test_mask_layout_strided_masked_amin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.349s) 2022-12-01T10:15:14.6899556Z test_mask_layout_strided_masked_amin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.321s) 2022-12-01T10:15:14.6900177Z test_mask_layout_strided_masked_amin_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6900819Z test_mask_layout_strided_masked_amin_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6901435Z test_mask_layout_strided_masked_amin_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6902070Z test_mask_layout_strided_masked_amin_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6902724Z test_mask_layout_strided_masked_amin_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6903495Z test_mask_layout_strided_masked_mean_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.204s) 2022-12-01T10:15:14.6904106Z test_mask_layout_strided_masked_mean_cpu_bool (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6904771Z test_mask_layout_strided_masked_mean_cpu_complex128 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6905433Z test_mask_layout_strided_masked_mean_cpu_complex64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6906067Z test_mask_layout_strided_masked_mean_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.214s) 2022-12-01T10:15:14.6906648Z test_mask_layout_strided_masked_mean_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.242s) 2022-12-01T10:15:14.6907248Z test_mask_layout_strided_masked_mean_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.262s) 2022-12-01T10:15:14.6907874Z test_mask_layout_strided_masked_mean_cpu_int16 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6908496Z test_mask_layout_strided_masked_mean_cpu_int32 (__main__.TestMaskedCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:15:14.6909129Z test_mask_layout_strided_masked_mean_cpu_int64 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6909903Z test_mask_layout_strided_masked_mean_cpu_int8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6910543Z test_mask_layout_strided_masked_mean_cpu_uint8 (__main__.TestMaskedCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:15:14.6911152Z test_mask_layout_strided_masked_prod_cpu_bool (__main__.TestMaskedCPU) ... ok (0.270s) 2022-12-01T10:15:14.6911762Z test_mask_layout_strided_masked_prod_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.281s) 2022-12-01T10:15:14.6912458Z test_mask_layout_strided_masked_prod_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.262s) 2022-12-01T10:15:14.6913279Z test_mask_layout_strided_masked_prod_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.312s) 2022-12-01T10:15:14.6913966Z test_mask_layout_strided_masked_prod_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.372s) 2022-12-01T10:15:14.6914631Z test_mask_layout_strided_masked_prod_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.200s) 2022-12-01T10:15:14.6915297Z test_mask_layout_strided_masked_prod_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.219s) 2022-12-01T10:15:14.6915948Z test_mask_layout_strided_masked_prod_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.195s) 2022-12-01T10:15:14.6916607Z test_mask_layout_strided_masked_prod_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.210s) 2022-12-01T10:15:14.6917259Z test_mask_layout_strided_masked_prod_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.251s) 2022-12-01T10:15:14.6917919Z test_mask_layout_strided_masked_sum_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.327s) 2022-12-01T10:15:14.6918578Z test_mask_layout_strided_masked_sum_cpu_bool (__main__.TestMaskedCPU) ... ok (0.228s) 2022-12-01T10:15:14.6919253Z test_mask_layout_strided_masked_sum_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.248s) 2022-12-01T10:15:14.6919937Z test_mask_layout_strided_masked_sum_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.295s) 2022-12-01T10:15:14.6920604Z test_mask_layout_strided_masked_sum_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.307s) 2022-12-01T10:15:14.6921280Z test_mask_layout_strided_masked_sum_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.292s) 2022-12-01T10:15:14.6921942Z test_mask_layout_strided_masked_sum_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.289s) 2022-12-01T10:15:14.6922596Z test_mask_layout_strided_masked_sum_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.213s) 2022-12-01T10:15:14.6923239Z test_mask_layout_strided_masked_sum_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.282s) 2022-12-01T10:15:14.6923944Z test_mask_layout_strided_masked_sum_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.240s) 2022-12-01T10:15:14.6924668Z test_mask_layout_strided_masked_sum_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.265s) 2022-12-01T10:15:14.6925359Z test_mask_layout_strided_masked_sum_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.198s) 2022-12-01T10:15:14.6925954Z test_reference_masked_masked_log_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.345s) 2022-12-01T10:15:14.6926588Z test_reference_masked_masked_log_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.158s) 2022-12-01T10:15:14.6927213Z test_reference_masked_masked_log_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.151s) 2022-12-01T10:15:14.6927822Z test_reference_masked_masked_norm_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.801s) 2022-12-01T10:15:14.6928391Z test_reference_masked_masked_norm_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.924s) 2022-12-01T10:15:14.6929136Z test_reference_masked_masked_norm_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.849s) 2022-12-01T10:15:14.6929803Z test_reference_masked_masked_norm_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.848s) 2022-12-01T10:15:14.6930470Z test_reference_masked_masked_normalize_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:15:14.6931189Z test_reference_masked_masked_normalize_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.161s) 2022-12-01T10:15:14.6932004Z test_reference_masked_masked_normalize_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.165s) 2022-12-01T10:15:14.6932743Z test_reference_masked_masked_normalize_cpu_float16 (__main__.TestMaskedCPU) ... expected failure (0.022s) 2022-12-01T10:15:14.6933610Z test_reference_masked_masked_normalize_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.135s) 2022-12-01T10:15:14.6934297Z test_reference_masked_masked_normalize_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.133s) 2022-12-01T10:15:14.6934996Z test_reference_masked_masked_softmax_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.103s) 2022-12-01T10:15:14.6935828Z test_reference_masked_masked_softmax_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.102s) 2022-12-01T10:15:14.6936433Z test_reference_masked_masked_softmax_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.162s) 2022-12-01T10:15:14.6937045Z test_reference_masked_masked_softmin_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.134s) 2022-12-01T10:15:14.6937659Z test_reference_masked_masked_softmin_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.136s) 2022-12-01T10:15:14.6938252Z test_reference_masked_masked_softmin_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.162s) 2022-12-01T10:15:14.6938852Z test_reference_masked_masked_std_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.477s) 2022-12-01T10:15:14.6939453Z test_reference_masked_masked_std_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.512s) 2022-12-01T10:15:14.6940059Z test_reference_masked_masked_std_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.554s) 2022-12-01T10:15:14.6940635Z test_reference_masked_masked_std_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.530s) 2022-12-01T10:15:14.6941221Z test_reference_masked_masked_std_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.455s) 2022-12-01T10:15:14.6941816Z test_reference_masked_masked_std_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6942380Z test_reference_masked_masked_std_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.013s) 2022-12-01T10:15:14.6942962Z test_reference_masked_masked_std_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.018s) 2022-12-01T10:15:14.6943540Z test_reference_masked_masked_std_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.016s) 2022-12-01T10:15:14.6944126Z test_reference_masked_masked_std_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.020s) 2022-12-01T10:15:14.6944687Z test_reference_masked_masked_var_cpu_bfloat16 (__main__.TestMaskedCPU) ... ok (0.453s) 2022-12-01T10:15:14.6945272Z test_reference_masked_masked_var_cpu_complex128 (__main__.TestMaskedCPU) ... ok (0.484s) 2022-12-01T10:15:14.6945863Z test_reference_masked_masked_var_cpu_complex64 (__main__.TestMaskedCPU) ... ok (0.448s) 2022-12-01T10:15:14.6946443Z test_reference_masked_masked_var_cpu_float16 (__main__.TestMaskedCPU) ... ok (0.517s) 2022-12-01T10:15:14.6947207Z test_reference_masked_masked_var_cpu_float32 (__main__.TestMaskedCPU) ... ok (0.534s) 2022-12-01T10:15:14.6947794Z test_reference_masked_masked_var_cpu_float64 (__main__.TestMaskedCPU) ... ok (0.533s) 2022-12-01T10:15:14.6948387Z test_reference_masked_masked_var_cpu_int16 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6948950Z test_reference_masked_masked_var_cpu_int32 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6949520Z test_reference_masked_masked_var_cpu_int64 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6950092Z test_reference_masked_masked_var_cpu_int8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6950656Z test_reference_masked_masked_var_cpu_uint8 (__main__.TestMaskedCPU) ... ok (0.011s) 2022-12-01T10:15:14.6951213Z test_where_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-12-01T10:15:14.6951751Z test_where_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:15:14.6952373Z test_where_csr_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.006s) 2022-12-01T10:15:14.6953097Z test_where_csr_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-12-01T10:15:14.6953715Z test_where_hybrid_coo_fill_value_0_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-12-01T10:15:14.6954490Z test_where_hybrid_coo_fill_value_123_cpu (__main__.TestMaskedCPU) ... ok (0.007s) 2022-12-01T10:15:14.6954851Z 2022-12-01T10:15:14.6955330Z ---------------------------------------------------------------------- 2022-12-01T10:15:14.6955843Z Ran 202 tests in 45.842s 2022-12-01T10:15:14.6956090Z 2022-12-01T10:15:14.6956289Z OK (skipped=58, expected failures=1) 2022-12-01T10:15:14.6956569Z 2022-12-01T10:15:14.6956747Z Generating XML reports... 2022-12-01T10:15:14.6957580Z Generated XML report: test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201101428.xml 2022-12-01T10:15:14.6958039Z 2022-12-01T10:15:14.6958679Z ##[endgroup] 2022-12-01T10:15:14.6959475Z FINISHED PRINTING LOG FILE of test_masked (/var/lib/jenkins/workspace/test/test-reports/test_masked_kzws0f33) 2022-12-01T10:15:14.6959908Z 2022-12-01T10:15:19.1242542Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:19.2254606Z Ignoring disabled issues: [] 2022-12-01T10:15:19.2464513Z Running test_maskedtensor ... [2022-12-01 10:15:19.245972] 2022-12-01T10:15:19.2466639Z Executing ['/opt/conda/bin/python', '-bb', 'test_maskedtensor.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:19.246299] 2022-12-01T10:15:31.5608892Z 2022-12-01T10:15:31.5609459Z Expand the folded group to see the log file of test_maskedtensor 2022-12-01T10:15:31.5610570Z ##[group]PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_oew8sgwb) 2022-12-01T10:15:31.5623048Z Test results will be stored in test-reports/python-unittest/test_maskedtensor 2022-12-01T10:15:31.5623489Z 2022-12-01T10:15:31.5623637Z Running tests... 2022-12-01T10:15:31.5624242Z ---------------------------------------------------------------------- 2022-12-01T10:15:31.5625878Z 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:15:31.5627004Z "module for further information about the project."), UserWarning) 2022-12-01T10:15:31.5627446Z ok (0.027s) 2022-12-01T10:15:31.5627890Z test_contiguous_cpu (__main__.TestBasicsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5628393Z test_diff_dim_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5628910Z test_diff_layouts_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5629436Z test_diff_sizes_cpu (__main__.TestBasicsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5630129Z test_grad_warning_cpu (__main__.TestBasicsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5631635Z 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:15:31.5632857Z "module for further information about the project."), UserWarning) 2022-12-01T10:15:31.5633310Z ok (0.003s) 2022-12-01T10:15:31.5634339Z 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:15:31.5635301Z size=(2, 4) 2022-12-01T10:15:31.5635595Z ok (0.005s) 2022-12-01T10:15:31.5636020Z test_invalid_sparse_layout_cpu (__main__.TestBasicsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5636527Z test_invalid_tensor_inputs_cpu (__main__.TestBasicsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5637792Z 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:15:31.5638618Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:15:31.5639029Z ok (0.011s) 2022-12-01T10:15:31.5639439Z test_to_dense_and_sparse_coo_cpu (__main__.TestBasicsCPU) ... ok (0.077s) 2022-12-01T10:15:31.5639955Z test_to_dense_and_sparse_csr_cpu (__main__.TestBasicsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5640410Z test_to_dense_cpu (__main__.TestBasicsCPU) ... ok (0.053s) 2022-12-01T10:15:31.5640873Z test_to_sparse_cpu (__main__.TestBasicsCPU) ... ok (0.038s) 2022-12-01T10:15:31.5641328Z test_where_cpu (__main__.TestBasicsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5641833Z test_binary_fn_aten_add (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5642364Z test_binary_fn_aten_arctan2 (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5642869Z test_binary_fn_aten_atan2 (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5643408Z test_binary_fn_aten_bitwise_and (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5643983Z test_binary_fn_aten_bitwise_left_shift (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5644550Z test_binary_fn_aten_bitwise_or (__main__.TestBinary) ... ok (0.007s) 2022-12-01T10:15:31.5645121Z test_binary_fn_aten_bitwise_right_shift (__main__.TestBinary) ... ok (0.006s) 2022-12-01T10:15:31.5645690Z test_binary_fn_aten_bitwise_xor (__main__.TestBinary) ... ok (0.007s) 2022-12-01T10:15:31.5646202Z test_binary_fn_aten_div (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5646725Z test_binary_fn_aten_divide (__main__.TestBinary) ... ok (0.006s) 2022-12-01T10:15:31.5647242Z test_binary_fn_aten_eq (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5647774Z test_binary_fn_aten_floor_divide (__main__.TestBinary) ... ok (0.006s) 2022-12-01T10:15:31.5648295Z test_binary_fn_aten_fmax (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5648804Z test_binary_fn_aten_fmin (__main__.TestBinary) ... ok (0.007s) 2022-12-01T10:15:31.5649312Z test_binary_fn_aten_fmod (__main__.TestBinary) ... ok (0.008s) 2022-12-01T10:15:31.5649810Z test_binary_fn_aten_ge (__main__.TestBinary) ... ok (0.006s) 2022-12-01T10:15:31.5650328Z test_binary_fn_aten_greater (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5650880Z test_binary_fn_aten_greater_equal (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5651411Z test_binary_fn_aten_gt (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5652011Z test_binary_fn_aten_le (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5652530Z test_binary_fn_aten_less (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5653255Z test_binary_fn_aten_less_equal (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5653796Z test_binary_fn_aten_logaddexp (__main__.TestBinary) ... ok (0.006s) 2022-12-01T10:15:31.5654350Z test_binary_fn_aten_logaddexp2 (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5654890Z test_binary_fn_aten_lt (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5655384Z test_binary_fn_aten_maximum (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5655914Z test_binary_fn_aten_minimum (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5656437Z test_binary_fn_aten_mul (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5656956Z test_binary_fn_aten_multiply (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5657467Z test_binary_fn_aten_ne (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5657998Z test_binary_fn_aten_nextafter (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5658537Z test_binary_fn_aten_not_equal (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5659166Z test_binary_fn_aten_remainder (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5659697Z test_binary_fn_aten_sub (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5660227Z test_binary_fn_aten_subtract (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5660759Z test_binary_fn_aten_true_divide (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5661306Z test_inplace_binary_fn_aten_add_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5661872Z test_inplace_binary_fn_aten_arctan2_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5662440Z test_inplace_binary_fn_aten_atan2_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5662994Z test_inplace_binary_fn_aten_bitwise_and_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5663594Z test_inplace_binary_fn_aten_bitwise_left_shift_ (__main__.TestBinary) ... ok (0.005s) 2022-12-01T10:15:31.5664195Z test_inplace_binary_fn_aten_bitwise_or_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5664788Z test_inplace_binary_fn_aten_bitwise_right_shift_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5665379Z test_inplace_binary_fn_aten_bitwise_xor_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5665941Z test_inplace_binary_fn_aten_div_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5667047Z test_inplace_binary_fn_aten_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5667572Z test_inplace_binary_fn_aten_eq_ (__main__.TestBinary) ... ok (0.044s) 2022-12-01T10:15:31.5668136Z test_inplace_binary_fn_aten_floor_divide_ (__main__.TestBinary) ... ok (0.036s) 2022-12-01T10:15:31.5668701Z test_inplace_binary_fn_aten_fmod_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5669265Z test_inplace_binary_fn_aten_ge_ (__main__.TestBinary) ... ok (0.037s) 2022-12-01T10:15:31.5669799Z test_inplace_binary_fn_aten_greater_ (__main__.TestBinary) ... ok (0.035s) 2022-12-01T10:15:31.5670376Z test_inplace_binary_fn_aten_greater_equal_ (__main__.TestBinary) ... ok (0.065s) 2022-12-01T10:15:31.5670959Z test_inplace_binary_fn_aten_gt_ (__main__.TestBinary) ... ok (0.034s) 2022-12-01T10:15:31.5671485Z test_inplace_binary_fn_aten_le_ (__main__.TestBinary) ... ok (0.036s) 2022-12-01T10:15:31.5672033Z test_inplace_binary_fn_aten_less_ (__main__.TestBinary) ... ok (0.037s) 2022-12-01T10:15:31.5672683Z test_inplace_binary_fn_aten_less_equal_ (__main__.TestBinary) ... ok (0.054s) 2022-12-01T10:15:31.5673221Z test_inplace_binary_fn_aten_lt_ (__main__.TestBinary) ... ok (0.034s) 2022-12-01T10:15:31.5673765Z test_inplace_binary_fn_aten_mul_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5674321Z test_inplace_binary_fn_aten_multiply_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5675010Z test_inplace_binary_fn_aten_ne_ (__main__.TestBinary) ... ok (0.037s) 2022-12-01T10:15:31.5675561Z test_inplace_binary_fn_aten_nextafter_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5676139Z test_inplace_binary_fn_aten_not_equal_ (__main__.TestBinary) ... ok (0.034s) 2022-12-01T10:15:31.5676729Z test_inplace_binary_fn_aten_remainder_ (__main__.TestBinary) ... ok (0.004s) 2022-12-01T10:15:31.5677277Z test_inplace_binary_fn_aten_sub_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5677852Z test_inplace_binary_fn_aten_subtract_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5678444Z test_inplace_binary_fn_aten_true_divide_ (__main__.TestBinary) ... ok (0.003s) 2022-12-01T10:15:31.5679006Z test_masks_match_fn_name_add (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:15:31.5679529Z test_masks_match_fn_name_add_ (__main__.TestBinary) ... ok (0.002s) 2022-12-01T10:15:31.5680154Z test_binary_core_add_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:31.5680859Z test_binary_core_add_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:31.5681525Z test_binary_core_add_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:31.5682274Z test_binary_core_add_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5682969Z test_binary_core_add_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5683649Z test_binary_core_add_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5684315Z test_binary_core_add_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5684990Z test_binary_core_add_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5685662Z test_binary_core_add_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5686341Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5687010Z test_binary_core_atan2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5687690Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5688377Z test_binary_core_atan2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5689033Z test_binary_core_atan2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5689711Z test_binary_core_atan2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5690426Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5691180Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5691892Z test_binary_core_div_floor_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5692622Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5693498Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5694244Z test_binary_core_div_floor_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5694950Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5695688Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5696547Z test_binary_core_div_floor_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5697287Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5698016Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5698748Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5699491Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5700231Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5700964Z test_binary_core_div_no_rounding_mode_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5701711Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5702461Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5703300Z test_binary_core_div_no_rounding_mode_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5704022Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5704774Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:31.5705505Z test_binary_core_div_trunc_rounding_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5706228Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5706941Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5707682Z test_binary_core_div_trunc_rounding_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5708415Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5709139Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5709870Z test_binary_core_div_trunc_rounding_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5710574Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5711254Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5711911Z test_binary_core_eq_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5712657Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5713340Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5714018Z test_binary_core_eq_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5714680Z test_binary_core_eq_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5715359Z test_binary_core_eq_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5716043Z test_binary_core_eq_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5716741Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5717533Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:31.5718242Z test_binary_core_floor_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.065s) 2022-12-01T10:15:31.5718964Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5719657Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5720366Z test_binary_core_floor_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5721075Z test_binary_core_floor_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5721785Z test_binary_core_floor_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5722470Z test_binary_core_floor_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5723174Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5723943Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5724638Z test_binary_core_fmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5725298Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5725971Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5726661Z test_binary_core_fmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5727335Z test_binary_core_fmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5727982Z test_binary_core_fmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5728648Z test_binary_core_fmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5729331Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5729999Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5730678Z test_binary_core_fmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5731363Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5732051Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5732714Z test_binary_core_fmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5733535Z test_binary_core_fmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5734220Z test_binary_core_fmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5734910Z test_binary_core_fmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5735576Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5736269Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:31.5736955Z test_binary_core_fmod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.025s) 2022-12-01T10:15:31.5737626Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5738307Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5739114Z test_binary_core_fmod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5739795Z test_binary_core_fmod_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5740459Z test_binary_core_fmod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5741143Z test_binary_core_fmod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5741823Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:31.5742508Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5743156Z test_binary_core_ge_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5743833Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5744519Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5745241Z test_binary_core_ge_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5745918Z test_binary_core_ge_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5746595Z test_binary_core_ge_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5747271Z test_binary_core_ge_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5747931Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:31.5748614Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.021s) 2022-12-01T10:15:31.5749302Z test_binary_core_gt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:31.5749974Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5750625Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5751295Z test_binary_core_gt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5751972Z test_binary_core_gt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5752691Z test_binary_core_gt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.079s) 2022-12-01T10:15:31.5753343Z test_binary_core_gt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5753994Z test_binary_core_le_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5754667Z test_binary_core_le_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5755327Z test_binary_core_le_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5756011Z test_binary_core_le_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5756686Z test_binary_core_le_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5757345Z test_binary_core_le_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5757998Z test_binary_core_le_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5758669Z test_binary_core_le_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5759331Z test_binary_core_le_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5760093Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5760746Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5761424Z test_binary_core_lt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5762084Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5762736Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5763394Z test_binary_core_lt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5764068Z test_binary_core_lt_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5764734Z test_binary_core_lt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5765385Z test_binary_core_lt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5766068Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5766838Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5767546Z test_binary_core_maximum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5768209Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5768900Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5769594Z test_binary_core_maximum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5770259Z test_binary_core_maximum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5770949Z test_binary_core_maximum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5771640Z test_binary_core_maximum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5772333Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5773220Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5773922Z test_binary_core_minimum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5774619Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5775306Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5775986Z test_binary_core_minimum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5776683Z test_binary_core_minimum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5777381Z test_binary_core_minimum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5778065Z test_binary_core_minimum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:31.5778730Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:31.5779419Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5780095Z test_binary_core_mul_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5780755Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5781573Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5782258Z test_binary_core_mul_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5782947Z test_binary_core_mul_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5783608Z test_binary_core_mul_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5784283Z test_binary_core_mul_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5784962Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5785649Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5786305Z test_binary_core_ne_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5786996Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5787681Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5788430Z test_binary_core_ne_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5789114Z test_binary_core_ne_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5789808Z test_binary_core_ne_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5790483Z test_binary_core_ne_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5791169Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5791880Z test_binary_core_nextafter_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.014s) 2022-12-01T10:15:31.5792671Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5793381Z test_binary_core_nextafter_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5794065Z test_binary_core_nextafter_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5794768Z test_binary_core_nextafter_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5795471Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5796197Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5796889Z test_binary_core_remainder_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5797593Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5798285Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5798973Z test_binary_core_remainder_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5799668Z test_binary_core_remainder_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5800377Z test_binary_core_remainder_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5801073Z test_binary_core_remainder_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5801756Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.023s) 2022-12-01T10:15:31.5802433Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:31.5803190Z test_binary_core_sub_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.022s) 2022-12-01T10:15:31.5803882Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5804547Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5805027Z test_binary_core_sub_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5805489Z test_binary_core_sub_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5806013Z test_binary_core_sub_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.015s) 2022-12-01T10:15:31.5806482Z test_binary_core_sub_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.016s) 2022-12-01T10:15:31.5807015Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5807583Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5808183Z test_binary_core_true_divide_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.017s) 2022-12-01T10:15:31.5808751Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.010s) 2022-12-01T10:15:31.5809272Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5809826Z test_binary_core_true_divide_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.009s) 2022-12-01T10:15:31.5810360Z test_binary_core_true_divide_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5810880Z test_binary_core_true_divide_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5811428Z test_binary_core_true_divide_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.012s) 2022-12-01T10:15:31.5811962Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:31.5812484Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:31.5813149Z test_reduction_all_amax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:31.5813700Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5814226Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5814738Z test_reduction_all_amax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5815270Z test_reduction_all_amax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5815795Z test_reduction_all_amax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5816302Z test_reduction_all_amax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5816836Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.040s) 2022-12-01T10:15:31.5817370Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.042s) 2022-12-01T10:15:31.5817899Z test_reduction_all_amin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:31.5818408Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5818920Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5819573Z test_reduction_all_amin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.020s) 2022-12-01T10:15:31.5820096Z test_reduction_all_amin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:31.5820594Z test_reduction_all_amin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5821117Z test_reduction_all_amin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5821648Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.062s) 2022-12-01T10:15:31.5822172Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5822713Z test_reduction_all_argmax_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.029s) 2022-12-01T10:15:31.5823259Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5823781Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5824388Z test_reduction_all_argmax_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5824933Z test_reduction_all_argmax_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5825460Z test_reduction_all_argmax_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5825996Z test_reduction_all_argmax_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5826514Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5827055Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5827567Z test_reduction_all_argmin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:31.5828078Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5828554Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5829083Z test_reduction_all_argmin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5829631Z test_reduction_all_argmin_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5830166Z test_reduction_all_argmin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.018s) 2022-12-01T10:15:31.5830709Z test_reduction_all_argmin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5831264Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.078s) 2022-12-01T10:15:31.5831815Z test_reduction_all_prod_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.074s) 2022-12-01T10:15:31.5832409Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.024s) 2022-12-01T10:15:31.5832994Z test_reduction_all_prod_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.028s) 2022-12-01T10:15:31.5833503Z test_reduction_all_prod_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.058s) 2022-12-01T10:15:31.5834019Z test_reduction_all_prod_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.071s) 2022-12-01T10:15:31.5834517Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.046s) 2022-12-01T10:15:31.5835042Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.039s) 2022-12-01T10:15:31.5835647Z test_reduction_all_sum_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.038s) 2022-12-01T10:15:31.5836171Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5836700Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5837222Z test_reduction_all_sum_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.019s) 2022-12-01T10:15:31.5837759Z test_reduction_all_sum_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.027s) 2022-12-01T10:15:31.5838261Z test_reduction_all_sum_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5838783Z test_reduction_all_sum_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.026s) 2022-12-01T10:15:31.5839318Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5839846Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5840349Z test_unary_core_abs_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5840942Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5841468Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5841972Z test_unary_core_abs_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5842446Z test_unary_core_abs_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5842959Z test_unary_core_abs_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5843451Z test_unary_core_abs_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5843982Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5844528Z test_unary_core_acos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5845090Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5845631Z test_unary_core_acos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5846163Z test_unary_core_acos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5846687Z test_unary_core_acos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5847200Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.011s) 2022-12-01T10:15:31.5847760Z test_unary_core_acosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5848273Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5848786Z test_unary_core_acosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5849309Z test_unary_core_acosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5849819Z test_unary_core_acosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5850314Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5850835Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5851347Z test_unary_core_angle_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5851829Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5852431Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5853085Z test_unary_core_angle_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5853598Z test_unary_core_angle_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5854091Z test_unary_core_angle_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5854614Z test_unary_core_angle_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5855129Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.074s) 2022-12-01T10:15:31.5855645Z test_unary_core_asin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5856140Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5856649Z test_unary_core_asin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5857267Z test_unary_core_asin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5857880Z test_unary_core_asin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5858530Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5859167Z test_unary_core_asinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5859671Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5860151Z test_unary_core_asinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5860685Z test_unary_core_asinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5861225Z test_unary_core_asinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5861805Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5862355Z test_unary_core_atan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5862902Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5863425Z test_unary_core_atan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5863927Z test_unary_core_atan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5864448Z test_unary_core_atan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5864981Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5865516Z test_unary_core_atanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5866029Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5866576Z test_unary_core_atanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5867100Z test_unary_core_atanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5867638Z test_unary_core_atanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5868146Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5868680Z test_unary_core_ceil_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5869314Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.035s) 2022-12-01T10:15:31.5869826Z test_unary_core_ceil_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5870340Z test_unary_core_ceil_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5870856Z test_unary_core_ceil_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5871378Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5871863Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5872502Z test_unary_core_conj_physical_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5873068Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5873620Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5874219Z test_unary_core_conj_physical_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5874777Z test_unary_core_conj_physical_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5875330Z test_unary_core_conj_physical_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5875855Z test_unary_core_conj_physical_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5876361Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5876873Z test_unary_core_cos_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5877387Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5877884Z test_unary_core_cos_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5878389Z test_unary_core_cos_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5878898Z test_unary_core_cos_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5879419Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5879927Z test_unary_core_cosh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5880460Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5880985Z test_unary_core_cosh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5881525Z test_unary_core_cosh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5882012Z test_unary_core_cosh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5882535Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5883054Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5883587Z test_unary_core_deg2rad_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5884098Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5884620Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5885232Z test_unary_core_deg2rad_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.5885756Z test_unary_core_deg2rad_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5886285Z test_unary_core_deg2rad_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5886797Z test_unary_core_deg2rad_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5887319Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5887825Z test_unary_core_digamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5888346Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5888879Z test_unary_core_digamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5889427Z test_unary_core_digamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5889926Z test_unary_core_digamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5890529Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5891063Z test_unary_core_erf_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5891552Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5892052Z test_unary_core_erf_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5892556Z test_unary_core_erf_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5893191Z test_unary_core_erf_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5893702Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5894224Z test_unary_core_erfc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5894733Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5895251Z test_unary_core_erfc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5895755Z test_unary_core_erfc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5896286Z test_unary_core_erfc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5896821Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5897360Z test_unary_core_erfinv_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5897884Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5898427Z test_unary_core_erfinv_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5898969Z test_unary_core_erfinv_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5899485Z test_unary_core_erfinv_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5899999Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5900516Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5901034Z test_unary_core_exp2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5901647Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5902165Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5902682Z test_unary_core_exp2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5903206Z test_unary_core_exp2_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5903709Z test_unary_core_exp2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5904237Z test_unary_core_exp2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5904759Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5905258Z test_unary_core_exp_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5905777Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5906309Z test_unary_core_exp_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5906909Z test_unary_core_exp_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5907417Z test_unary_core_exp_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5907935Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5908459Z test_unary_core_expm1_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5908979Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5909495Z test_unary_core_expm1_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5910017Z test_unary_core_expm1_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5910548Z test_unary_core_expm1_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5911078Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5911616Z test_unary_core_floor_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5912221Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5912721Z test_unary_core_floor_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5913226Z test_unary_core_floor_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5913747Z test_unary_core_floor_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5914281Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5914815Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5915332Z test_unary_core_frac_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5915850Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5916350Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5916882Z test_unary_core_frac_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5917394Z test_unary_core_frac_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5918048Z test_unary_core_frac_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5918561Z test_unary_core_frac_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5919074Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5919595Z test_unary_core_i0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5920113Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5920636Z test_unary_core_i0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5921151Z test_unary_core_i0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5921663Z test_unary_core_i0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5922192Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5922735Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5923364Z test_unary_core_isnan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5923902Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5924432Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5924964Z test_unary_core_isnan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5925475Z test_unary_core_isnan_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5925990Z test_unary_core_isnan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5926492Z test_unary_core_isnan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5926986Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5927507Z test_unary_core_lgamma_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5928044Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5928582Z test_unary_core_lgamma_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5929092Z test_unary_core_lgamma_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5929623Z test_unary_core_lgamma_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5930158Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5930683Z test_unary_core_log10_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5931289Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5931834Z test_unary_core_log10_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5932356Z test_unary_core_log10_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5932855Z test_unary_core_log10_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5933529Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5934062Z test_unary_core_log1p_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5934609Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5935240Z test_unary_core_log1p_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5935771Z test_unary_core_log1p_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5936296Z test_unary_core_log1p_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5936809Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5937318Z test_unary_core_log2_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.013s) 2022-12-01T10:15:31.5937837Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5938365Z test_unary_core_log2_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5938890Z test_unary_core_log2_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5939417Z test_unary_core_log2_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5940034Z test_unary_core_log_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5940577Z test_unary_core_log_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5941081Z test_unary_core_log_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5941609Z test_unary_core_log_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5942128Z test_unary_core_log_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5942634Z test_unary_core_log_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5943147Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.5943679Z test_unary_core_logit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5944197Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5944710Z test_unary_core_logit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5945227Z test_unary_core_logit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5945689Z test_unary_core_logit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5946207Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5946713Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5947253Z test_unary_core_nan_to_num_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5947799Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5948337Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5948843Z test_unary_core_nan_to_num_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5949379Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5949905Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5950431Z test_unary_core_nan_to_num_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5951052Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5951592Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5952218Z test_unary_core_neg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5952732Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5953258Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5953785Z test_unary_core_neg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5954297Z test_unary_core_neg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5954789Z test_unary_core_neg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5955313Z test_unary_core_neg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5955854Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5956480Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5957001Z test_unary_core_positive_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5957500Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5958008Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5958541Z test_unary_core_positive_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5959059Z test_unary_core_positive_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5959622Z test_unary_core_positive_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5960173Z test_unary_core_positive_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5960711Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5961267Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5961796Z test_unary_core_rad2deg_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5962337Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5962862Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5963381Z test_unary_core_rad2deg_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5963934Z test_unary_core_rad2deg_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.5964462Z test_unary_core_rad2deg_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5964975Z test_unary_core_rad2deg_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5965533Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5966095Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5966642Z test_unary_core_reciprocal_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5967164Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5967790Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5968340Z test_unary_core_reciprocal_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5968868Z test_unary_core_reciprocal_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5969413Z test_unary_core_reciprocal_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5969936Z test_unary_core_reciprocal_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5970485Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5971018Z test_unary_core_round_decimals_0_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5971591Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5972153Z test_unary_core_round_decimals_0_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5972767Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5973445Z test_unary_core_round_decimals_0_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5973863Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5974282Z test_unary_core_round_decimals_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5974701Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5975098Z test_unary_core_round_decimals_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5975509Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5975914Z test_unary_core_round_decimals_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5976335Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5976746Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5977163Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5977580Z test_unary_core_round_decimals_neg_3_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5977988Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5978406Z test_unary_core_round_decimals_neg_3_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.001s) 2022-12-01T10:15:31.5978807Z test_unary_core_round_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5979196Z test_unary_core_round_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5979573Z test_unary_core_round_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5979968Z test_unary_core_round_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5980356Z test_unary_core_round_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5980745Z test_unary_core_round_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5981204Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5981598Z test_unary_core_rsqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5981992Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5982381Z test_unary_core_rsqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5982762Z test_unary_core_rsqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5983150Z test_unary_core_rsqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5983541Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5983920Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5984309Z test_unary_core_sgn_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5984694Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5985114Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5985482Z test_unary_core_sgn_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5985870Z test_unary_core_sgn_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5986256Z test_unary_core_sgn_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5986641Z test_unary_core_sgn_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5987016Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5987417Z test_unary_core_sigmoid_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5987810Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5988192Z test_unary_core_sigmoid_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5988586Z test_unary_core_sigmoid_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5988976Z test_unary_core_sigmoid_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5989362Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5989739Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5990123Z test_unary_core_sign_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5990513Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5990903Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5991281Z test_unary_core_sign_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.002s) 2022-12-01T10:15:31.5991663Z test_unary_core_sign_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5992052Z test_unary_core_sign_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5992509Z test_unary_core_sign_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5992887Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5993321Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5993719Z test_unary_core_signbit_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5994098Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5994486Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5994872Z test_unary_core_signbit_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5995259Z test_unary_core_signbit_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5995640Z test_unary_core_signbit_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5996033Z test_unary_core_signbit_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5996425Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5996812Z test_unary_core_sin_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5997224Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5997613Z test_unary_core_sin_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5997994Z test_unary_core_sin_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5998364Z test_unary_core_sin_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.5998749Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.5999136Z test_unary_core_sinc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.5999526Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.5999898Z test_unary_core_sinc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.6000287Z test_unary_core_sinc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.6000672Z test_unary_core_sinc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.005s) 2022-12-01T10:15:31.6021120Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6021540Z test_unary_core_sinh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6021950Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6022344Z test_unary_core_sinh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6022728Z test_unary_core_sinh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6023109Z test_unary_core_sinh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6023497Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6023890Z test_unary_core_sqrt_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6024266Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6024656Z test_unary_core_sqrt_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6025040Z test_unary_core_sqrt_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6025429Z test_unary_core_sqrt_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6025914Z test_unary_core_square_layout_torch_sparse_coo_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.6026313Z test_unary_core_square_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.6026709Z test_unary_core_square_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.6027088Z test_unary_core_square_layout_torch_sparse_csr_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.6027481Z test_unary_core_square_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.6027873Z test_unary_core_square_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.007s) 2022-12-01T10:15:31.6028260Z test_unary_core_square_layout_torch_strided_cpu_float16 (__main__.TestOperatorsCPU) ... ok (0.006s) 2022-12-01T10:15:31.6028639Z test_unary_core_square_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.6029022Z test_unary_core_square_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.008s) 2022-12-01T10:15:31.6029443Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6029822Z test_unary_core_tan_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6030185Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.044s) 2022-12-01T10:15:31.6030565Z test_unary_core_tan_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6030948Z test_unary_core_tan_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6031322Z test_unary_core_tan_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6031717Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6032180Z test_unary_core_tanh_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6032577Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6032954Z test_unary_core_tanh_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.004s) 2022-12-01T10:15:31.6033340Z test_unary_core_tanh_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6033720Z test_unary_core_tanh_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6034114Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6034494Z test_unary_core_trunc_layout_torch_sparse_coo_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6034887Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6035276Z test_unary_core_trunc_layout_torch_sparse_csr_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6035657Z test_unary_core_trunc_layout_torch_strided_cpu_float32 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6036041Z test_unary_core_trunc_layout_torch_strided_cpu_float64 (__main__.TestOperatorsCPU) ... ok (0.003s) 2022-12-01T10:15:31.6036379Z test_all (__main__.TestReductions) ... ok (0.006s) 2022-12-01T10:15:31.6036673Z test_amax (__main__.TestReductions) ... ok (0.005s) 2022-12-01T10:15:31.6036956Z test_amax_grad (__main__.TestReductions) ... ok (0.006s) 2022-12-01T10:15:31.6037248Z test_amin (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:15:31.6037542Z test_amin_grad (__main__.TestReductions) ... ok (0.009s) 2022-12-01T10:15:31.6037865Z test_grad_dtype (__main__.TestReductions) ... ok (0.007s) 2022-12-01T10:15:31.6038574Z 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:15:31.6039191Z 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:15:31.6039721Z 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:15:31.6040050Z warnings.warn(msg) 2022-12-01T10:15:31.6040274Z ok (0.002s) 2022-12-01T10:15:31.6040529Z test_mean (__main__.TestReductions) ... ok (0.005s) 2022-12-01T10:15:31.6040815Z test_mean_dim_grad (__main__.TestReductions) ... ok (0.007s) 2022-12-01T10:15:31.6041113Z test_mean_grad_case_1a (__main__.TestReductions) 2022-12-01T10:15:31.6041986Z 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:15:31.6042623Z "module for further information about the project."), UserWarning) 2022-12-01T10:15:31.6043266Z /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:15:31.6043724Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:15:31.6043986Z ok (0.009s) 2022-12-01T10:15:31.6044235Z test_mean_grad_case_1b (__main__.TestReductions) 2022-12-01T10:15:31.6044507Z values.requires_grad = False ... ok (0.006s) 2022-12-01T10:15:31.6044797Z test_mean_grad_case_1c (__main__.TestReductions) 2022-12-01T10:15:31.6045635Z 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:15:31.6046254Z "module for further information about the project."), UserWarning) 2022-12-01T10:15:31.6046510Z ok (0.005s) 2022-12-01T10:15:31.6046756Z test_mean_grad_case_1d (__main__.TestReductions) 2022-12-01T10:15:31.6047041Z values.requires_grad = False ... ok (0.002s) 2022-12-01T10:15:31.6047311Z test_mean_grad_case_1e (__main__.TestReductions) 2022-12-01T10:15:31.6047973Z 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:15:31.6048472Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:15:31.6048731Z ok (0.008s) 2022-12-01T10:15:31.6048963Z test_mean_grad_case_1f (__main__.TestReductions) 2022-12-01T10:15:31.6049799Z 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:15:31.6050411Z "module for further information about the project."), UserWarning) 2022-12-01T10:15:31.6050681Z ok (0.003s) 2022-12-01T10:15:31.6050918Z test_prod (__main__.TestReductions) ... ok (0.005s) 2022-12-01T10:15:31.6051600Z 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:15:31.6052140Z "To avoid this, you can use data.clone().detach()", UserWarning) 2022-12-01T10:15:31.6052407Z ok (0.006s) 2022-12-01T10:15:31.6052643Z test_sum (__main__.TestReductions) ... ok (0.004s) 2022-12-01T10:15:31.6052935Z test_sum_grad (__main__.TestReductions) ... ok (0.005s) 2022-12-01T10:15:31.6053369Z test_inplace_unary_fn_aten_abs_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6053685Z test_inplace_unary_fn_aten_absolute_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6054016Z test_inplace_unary_fn_aten_acos_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6054343Z test_inplace_unary_fn_aten_acosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6054655Z test_inplace_unary_fn_aten_arccos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6054991Z test_inplace_unary_fn_aten_arccosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6055317Z test_inplace_unary_fn_aten_arcsin_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6055646Z test_inplace_unary_fn_aten_arcsinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6056006Z test_inplace_unary_fn_aten_arctan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6056329Z test_inplace_unary_fn_aten_arctanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6056649Z test_inplace_unary_fn_aten_asin_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6056960Z test_inplace_unary_fn_aten_asinh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6057283Z test_inplace_unary_fn_aten_atan_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6057605Z test_inplace_unary_fn_aten_atanh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6057936Z test_inplace_unary_fn_aten_bitwise_not_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6058257Z test_inplace_unary_fn_aten_ceil_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6058581Z test_inplace_unary_fn_aten_clamp_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6058904Z test_inplace_unary_fn_aten_clip_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6059227Z test_inplace_unary_fn_aten_conj_physical_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6059562Z test_inplace_unary_fn_aten_cos_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6059880Z test_inplace_unary_fn_aten_cosh_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6060195Z test_inplace_unary_fn_aten_deg2rad_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6060522Z test_inplace_unary_fn_aten_digamma_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6060844Z test_inplace_unary_fn_aten_erf_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6061166Z test_inplace_unary_fn_aten_erfc_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6061482Z test_inplace_unary_fn_aten_erfinv_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6061806Z test_inplace_unary_fn_aten_exp2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6062129Z test_inplace_unary_fn_aten_exp_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6062438Z test_inplace_unary_fn_aten_expm1_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6062761Z test_inplace_unary_fn_aten_fix_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6063080Z test_inplace_unary_fn_aten_floor_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6063399Z test_inplace_unary_fn_aten_frac_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6063701Z test_inplace_unary_fn_aten_i0_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6064024Z test_inplace_unary_fn_aten_lgamma_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6064345Z test_inplace_unary_fn_aten_log10_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6064698Z test_inplace_unary_fn_aten_log1p_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6065018Z test_inplace_unary_fn_aten_log2_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6065335Z test_inplace_unary_fn_aten_log_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6065660Z test_inplace_unary_fn_aten_logit_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6065975Z test_inplace_unary_fn_aten_nan_to_num_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6066297Z test_inplace_unary_fn_aten_neg_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6066621Z test_inplace_unary_fn_aten_negative_ (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6066933Z test_inplace_unary_fn_aten_pow_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6067255Z test_inplace_unary_fn_aten_rad2deg_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6067585Z test_inplace_unary_fn_aten_reciprocal_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6067904Z test_inplace_unary_fn_aten_round_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6068225Z test_inplace_unary_fn_aten_rsqrt_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6068541Z test_inplace_unary_fn_aten_sgn_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6068898Z test_inplace_unary_fn_aten_sigmoid_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6069206Z test_inplace_unary_fn_aten_sign_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6069526Z test_inplace_unary_fn_aten_sin_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6069845Z test_inplace_unary_fn_aten_sinc_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6070151Z test_inplace_unary_fn_aten_sinh_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6070465Z test_inplace_unary_fn_aten_sqrt_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6070789Z test_inplace_unary_fn_aten_square_ (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6071110Z test_inplace_unary_fn_aten_tan_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6071411Z test_inplace_unary_fn_aten_tanh_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6071728Z test_inplace_unary_fn_aten_trunc_ (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6072040Z test_unary_fn_aten_abs (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6072401Z test_unary_fn_aten_absolute (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6072709Z test_unary_fn_aten_acos (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6073012Z test_unary_fn_aten_acosh (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6073302Z test_unary_fn_aten_angle (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6073604Z test_unary_fn_aten_arccos (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6073910Z test_unary_fn_aten_arccosh (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6074217Z test_unary_fn_aten_arcsin (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6074512Z test_unary_fn_aten_arcsinh (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6074819Z test_unary_fn_aten_arctan (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6075123Z test_unary_fn_aten_arctanh (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6075417Z test_unary_fn_aten_asin (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6075722Z test_unary_fn_aten_asinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6076019Z test_unary_fn_aten_atan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6076305Z test_unary_fn_aten_atanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6076615Z test_unary_fn_aten_bitwise_not (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6076924Z test_unary_fn_aten_ceil (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6077224Z test_unary_fn_aten_clamp (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6077514Z test_unary_fn_aten_clip (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6077864Z test_unary_fn_aten_conj_physical (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6078176Z test_unary_fn_aten_cos (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6078463Z test_unary_fn_aten_cosh (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6078768Z test_unary_fn_aten_deg2rad (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6079075Z test_unary_fn_aten_digamma (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6079379Z test_unary_fn_aten_erf (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6079666Z test_unary_fn_aten_erfc (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6079967Z test_unary_fn_aten_erfinv (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6080269Z test_unary_fn_aten_exp (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6080555Z test_unary_fn_aten_exp2 (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6080860Z test_unary_fn_aten_expm1 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6081163Z test_unary_fn_aten_fix (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6081449Z test_unary_fn_aten_floor (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6081746Z test_unary_fn_aten_frac (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6082069Z test_unary_fn_aten_i0 (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6082365Z test_unary_fn_aten_isnan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6082652Z test_unary_fn_aten_lgamma (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6082950Z test_unary_fn_aten_log (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6083248Z test_unary_fn_aten_log10 (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6083536Z test_unary_fn_aten_log1p (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6083833Z test_unary_fn_aten_log2 (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6084132Z test_unary_fn_aten_logit (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6084431Z test_unary_fn_aten_nan_to_num (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6084738Z test_unary_fn_aten_neg (__main__.TestUnary) ... ok (0.004s) 2022-12-01T10:15:31.6085040Z test_unary_fn_aten_negative (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6085353Z test_unary_fn_aten_positive (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6085645Z test_unary_fn_aten_pow (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6085947Z test_unary_fn_aten_rad2deg (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6086265Z test_unary_fn_aten_reciprocal (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6086564Z test_unary_fn_aten_round (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6086868Z test_unary_fn_aten_rsqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6087172Z test_unary_fn_aten_sgn (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6087457Z test_unary_fn_aten_sigmoid (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6087767Z test_unary_fn_aten_sign (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6088068Z test_unary_fn_aten_signbit (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6088367Z test_unary_fn_aten_sin (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6088652Z test_unary_fn_aten_sinc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6088948Z test_unary_fn_aten_sinh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6089246Z test_unary_fn_aten_sqrt (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6089535Z test_unary_fn_aten_square (__main__.TestUnary) ... ok (0.003s) 2022-12-01T10:15:31.6089833Z test_unary_fn_aten_tan (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6090130Z test_unary_fn_aten_tanh (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6090419Z test_unary_fn_aten_trunc (__main__.TestUnary) ... ok (0.002s) 2022-12-01T10:15:31.6090589Z 2022-12-01T10:15:31.6090853Z ---------------------------------------------------------------------- 2022-12-01T10:15:31.6091174Z Ran 826 tests in 7.169s 2022-12-01T10:15:31.6091310Z 2022-12-01T10:15:31.6091394Z OK 2022-12-01T10:15:31.6091494Z 2022-12-01T10:15:31.6091601Z Generating XML reports... 2022-12-01T10:15:31.6092062Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201101523.xml 2022-12-01T10:15:31.6092605Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201101523.xml 2022-12-01T10:15:31.6093268Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201101523.xml 2022-12-01T10:15:31.6093830Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201101523.xml 2022-12-01T10:15:31.6094362Z Generated XML report: test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201101523.xml 2022-12-01T10:15:31.6094598Z 2022-12-01T10:15:31.6094977Z ##[endgroup] 2022-12-01T10:15:31.6095406Z FINISHED PRINTING LOG FILE of test_maskedtensor (/var/lib/jenkins/workspace/test/test-reports/test_maskedtensor_oew8sgwb) 2022-12-01T10:15:31.6095658Z 2022-12-01T10:15:35.8641551Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:35.9816290Z Ignoring disabled issues: [] 2022-12-01T10:15:36.0053656Z Running test_model_dump ... [2022-12-01 10:15:36.004916] 2022-12-01T10:15:36.0054555Z Executing ['/opt/conda/bin/python', '-bb', 'test_model_dump.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:36.005216] 2022-12-01T10:15:40.7868386Z 2022-12-01T10:15:40.7868844Z Expand the folded group to see the log file of test_model_dump 2022-12-01T10:15:40.7869867Z ##[group]PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_ii2pi39n) 2022-12-01T10:15:40.7870744Z Test results will be stored in test-reports/python-unittest/test_model_dump 2022-12-01T10:15:40.7871044Z 2022-12-01T10:15:40.7871162Z Running tests... 2022-12-01T10:15:40.7871537Z ---------------------------------------------------------------------- 2022-12-01T10:15:40.7871933Z test_inline_skeleton (__main__.TestModelDump) ... ok (0.321s) 2022-12-01T10:15:40.7872328Z test_invalid_json (__main__.TestModelDump) ... ok (0.066s) 2022-12-01T10:15:40.7872675Z test_main (__main__.TestModelDump) ... ok (0.029s) 2022-12-01T10:15:40.7873019Z test_memory_computation (__main__.TestModelDump) ... skip: Webdriver not requested (0.002s) 2022-12-01T10:15:40.7873393Z test_model_with_lists (__main__.TestModelDump) ... ok (0.009s) 2022-12-01T10:15:40.7873769Z test_optimized_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.001s) 2022-12-01T10:15:40.7874165Z test_quantized_model (__main__.TestModelDump) ... skip: QNNPACK not available (0.000s) 2022-12-01T10:15:40.7874524Z test_scripted_model (__main__.TestModelDump) ... ok (0.034s) 2022-12-01T10:15:40.7874836Z test_traced_model (__main__.TestModelDump) ... ok (0.378s) 2022-12-01T10:15:40.7875067Z 2022-12-01T10:15:40.7875282Z ---------------------------------------------------------------------- 2022-12-01T10:15:40.7875571Z Ran 9 tests in 0.842s 2022-12-01T10:15:40.7875707Z 2022-12-01T10:15:40.7875801Z OK (skipped=3) 2022-12-01T10:15:40.7875930Z 2022-12-01T10:15:40.7876041Z Generating XML reports... 2022-12-01T10:15:40.7876487Z Generated XML report: test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201101539.xml 2022-12-01T10:15:40.7876737Z 2022-12-01T10:15:40.7877014Z ##[endgroup] 2022-12-01T10:15:40.7877440Z FINISHED PRINTING LOG FILE of test_model_dump (/var/lib/jenkins/workspace/test/test-reports/test_model_dump_ii2pi39n) 2022-12-01T10:15:40.7877664Z 2022-12-01T10:15:44.9680323Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:45.0771220Z Ignoring disabled issues: [] 2022-12-01T10:15:45.1012427Z Running test_tensorexpr_pybind ... [2022-12-01 10:15:45.100924] 2022-12-01T10:15:45.1014521Z Executing ['/opt/conda/bin/python', '-bb', 'test_tensorexpr_pybind.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:15:45.101201] 2022-12-01T10:15:49.4497797Z 2022-12-01T10:15:49.4498279Z Expand the folded group to see the log file of test_tensorexpr_pybind 2022-12-01T10:15:49.4499444Z ##[group]PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_w__6yf31) 2022-12-01T10:15:49.4500460Z Test results will be stored in test-reports/python-unittest/test_tensorexpr_pybind 2022-12-01T10:15:49.4500823Z 2022-12-01T10:15:49.4500969Z Running tests... 2022-12-01T10:15:49.4501523Z ---------------------------------------------------------------------- 2022-12-01T10:15:49.4502068Z test_unary_ops (__main__.TestExprHandlePyBind) ... ok (0.397s) 2022-12-01T10:15:49.4502678Z test_alloc_in_loop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4503248Z test_call_raw (__main__.TestTensorExprPyBind) ... ok (0.005s) 2022-12-01T10:15:49.4503792Z test_dtype_error (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-12-01T10:15:49.4504336Z test_dynamic_shape (__main__.TestTensorExprPyBind) ... ok (0.006s) 2022-12-01T10:15:49.4504893Z test_dynamic_shape_2d (__main__.TestTensorExprPyBind) ... ok (0.018s) 2022-12-01T10:15:49.4505662Z test_external_calls (__main__.TestTensorExprPyBind) ... ok (0.029s) 2022-12-01T10:15:49.4506292Z test_kernel_shape_prop (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4506982Z test_kernel_shape_prop_module (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.002s) 2022-12-01T10:15:49.4507671Z test_kernel_with_custom_lowering (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4508366Z test_kernel_with_expand (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4509038Z test_kernel_with_permute (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4509727Z test_kernel_with_scalar_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4510396Z test_kernel_with_t (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4511074Z test_kernel_with_tensor_inputs (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4511759Z test_kernel_with_transpose (__main__.TestTensorExprPyBind) ... skip: LLVM backend not enabled (0.001s) 2022-12-01T10:15:49.4512437Z test_simple_sum (__main__.TestTensorExprPyBind) ... ok (0.004s) 2022-12-01T10:15:49.4512721Z 2022-12-01T10:15:49.4513119Z ---------------------------------------------------------------------- 2022-12-01T10:15:49.4513572Z Ran 17 tests in 0.477s 2022-12-01T10:15:49.4513789Z 2022-12-01T10:15:49.4513932Z OK (skipped=10) 2022-12-01T10:15:49.4514135Z 2022-12-01T10:15:49.4514284Z Generating XML reports... 2022-12-01T10:15:49.4515136Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201101548.xml 2022-12-01T10:15:49.4516193Z Generated XML report: test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201101548.xml 2022-12-01T10:15:49.4516662Z 2022-12-01T10:15:49.4517098Z ##[endgroup] 2022-12-01T10:15:49.4517874Z FINISHED PRINTING LOG FILE of test_tensorexpr_pybind (/var/lib/jenkins/workspace/test/test-reports/test_tensorexpr_pybind_w__6yf31) 2022-12-01T10:15:49.4518312Z 2022-12-01T10:15:53.9403714Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:15:54.0418115Z Ignoring disabled issues: [] 2022-12-01T10:19:33.3582569Z 2022-12-01T10:19:33.3583196Z Expand the folded group to see the log file of test_unary_ufuncs 2022-12-01T10:19:33.3584180Z ##[group]PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_gpag8kjv) 2022-12-01T10:19:33.3615960Z Test results will be stored in test-reports/python-unittest/test_unary_ufuncs 2022-12-01T10:19:33.3616628Z 2022-12-01T10:19:33.3616772Z Running tests... 2022-12-01T10:19:33.3695632Z ---------------------------------------------------------------------- 2022-12-01T10:19:33.3696811Z 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:19:33.3697863Z torch_fn(t, out=float_out) 2022-12-01T10:19:33.3698146Z ok (0.033s) 2022-12-01T10:19:33.3698538Z test_abs_angle_complex_to_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.3699013Z test_abs_big_number_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.3699463Z test_abs_signed_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.3700102Z test_abs_signed_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.3700581Z test_abs_zero_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.3701163Z test_abs_zero_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.3701636Z test_batch_vs_slicing_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.3702117Z test_batch_vs_slicing_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-12-01T10:19:33.3778666Z 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:19:33.3807272Z result = torch.complex(real, imag) 2022-12-01T10:19:33.3807623Z ok (0.323s) 2022-12-01T10:19:33.3808068Z test_batch_vs_slicing_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:19:33.3808605Z test_batch_vs_slicing_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.3809161Z test_batch_vs_slicing_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:19:33.3809909Z test_batch_vs_slicing_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:19:33.3810517Z test_batch_vs_slicing_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.3811111Z test_batch_vs_slicing_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.3811734Z test_batch_vs_slicing_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.3812315Z test_batch_vs_slicing_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.3812912Z test_batch_vs_slicing_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.3813733Z test_batch_vs_slicing_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.3814344Z test_batch_vs_slicing_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:19:33.3814940Z test_batch_vs_slicing_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.527s) 2022-12-01T10:19:33.3815565Z test_batch_vs_slicing_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.378s) 2022-12-01T10:19:33.3816179Z test_batch_vs_slicing_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:19:33.3816765Z test_batch_vs_slicing_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.3817368Z test_batch_vs_slicing_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:19:33.3818107Z test_batch_vs_slicing_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3818693Z test_batch_vs_slicing_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:19:33.3819269Z test_batch_vs_slicing_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:19:33.3819867Z test_batch_vs_slicing_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.3820476Z test_batch_vs_slicing_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3821068Z test_batch_vs_slicing_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:19:33.3821679Z test_batch_vs_slicing_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.405s) 2022-12-01T10:19:33.3822294Z test_batch_vs_slicing_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.370s) 2022-12-01T10:19:33.3822907Z test_batch_vs_slicing_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.3823503Z test_batch_vs_slicing_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:19:33.3824063Z test_batch_vs_slicing_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.3824665Z test_batch_vs_slicing_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.3825245Z test_batch_vs_slicing_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:19:33.3825807Z test_batch_vs_slicing_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:19:33.3826401Z test_batch_vs_slicing_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:19:33.3827013Z test_batch_vs_slicing_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:19:33.3827621Z test_batch_vs_slicing_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.3828224Z test_batch_vs_slicing_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.315s) 2022-12-01T10:19:33.3828853Z test_batch_vs_slicing_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.248s) 2022-12-01T10:19:33.3829620Z test_batch_vs_slicing_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:19:33.3830230Z test_batch_vs_slicing_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.3830821Z test_batch_vs_slicing_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.3831426Z test_batch_vs_slicing_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.3832110Z test_batch_vs_slicing_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:19:33.3832713Z test_batch_vs_slicing_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.3833288Z test_batch_vs_slicing_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:19:33.3833889Z test_batch_vs_slicing_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.3834489Z test_batch_vs_slicing_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3835073Z test_batch_vs_slicing_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.3835671Z test_batch_vs_slicing_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.467s) 2022-12-01T10:19:33.3836283Z test_batch_vs_slicing_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.395s) 2022-12-01T10:19:33.3836891Z test_batch_vs_slicing_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3837469Z test_batch_vs_slicing_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3838070Z test_batch_vs_slicing_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3838667Z test_batch_vs_slicing_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.3839330Z test_batch_vs_slicing_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:19:33.3840035Z test_batch_vs_slicing_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.3840647Z test_batch_vs_slicing_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.3841255Z test_batch_vs_slicing_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:19:33.3841857Z test_batch_vs_slicing_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-12-01T10:19:33.3842449Z test_batch_vs_slicing_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.409s) 2022-12-01T10:19:33.3843071Z test_batch_vs_slicing_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.347s) 2022-12-01T10:19:33.3843676Z test_batch_vs_slicing_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:19:33.3844267Z test_batch_vs_slicing_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.3844868Z test_batch_vs_slicing_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.3845462Z test_batch_vs_slicing_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-12-01T10:19:33.3846123Z test_batch_vs_slicing_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:19:33.3846699Z test_batch_vs_slicing_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:19:33.3847295Z test_batch_vs_slicing_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.211s) 2022-12-01T10:19:33.3847895Z test_batch_vs_slicing_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:19:33.3848495Z test_batch_vs_slicing_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.3849080Z test_batch_vs_slicing_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.494s) 2022-12-01T10:19:33.3849693Z test_batch_vs_slicing_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.304s) 2022-12-01T10:19:33.3850335Z test_batch_vs_slicing_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3850916Z test_batch_vs_slicing_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.3851477Z test_batch_vs_slicing_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:19:33.3852067Z test_batch_vs_slicing_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.3852537Z test_batch_vs_slicing_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.3853201Z test_batch_vs_slicing_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3853656Z test_batch_vs_slicing_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.3854138Z test_batch_vs_slicing_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.3854638Z test_batch_vs_slicing_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.243s) 2022-12-01T10:19:33.3855221Z test_batch_vs_slicing_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.493s) 2022-12-01T10:19:33.3855795Z test_batch_vs_slicing_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.328s) 2022-12-01T10:19:33.3856292Z test_batch_vs_slicing_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:19:33.3856825Z test_batch_vs_slicing_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.3857286Z test_batch_vs_slicing_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.3857790Z test_batch_vs_slicing_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:19:33.3858286Z test_batch_vs_slicing_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.3858755Z test_batch_vs_slicing_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.3859271Z test_batch_vs_slicing_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.3859976Z test_batch_vs_slicing_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.3860593Z test_batch_vs_slicing_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:19:33.3861994Z 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:19:33.3863028Z op=lambda x, *args, **kwargs: x.bfloat16(*args, **kwargs), 2022-12-01T10:19:33.3863416Z ok (0.274s) 2022-12-01T10:19:33.3863919Z test_batch_vs_slicing_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.245s) 2022-12-01T10:19:33.3864332Z test_batch_vs_slicing_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.3864705Z test_batch_vs_slicing_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-12-01T10:19:33.3865065Z test_batch_vs_slicing_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.187s) 2022-12-01T10:19:33.3865523Z test_batch_vs_slicing_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:19:33.3865890Z test_batch_vs_slicing_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.3866244Z test_batch_vs_slicing_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.3866609Z test_batch_vs_slicing_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.3866972Z test_batch_vs_slicing_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:19:33.3867338Z test_batch_vs_slicing_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.3867691Z test_batch_vs_slicing_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.3868064Z test_batch_vs_slicing_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.3868430Z test_batch_vs_slicing_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.3868780Z test_batch_vs_slicing_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.3869148Z test_batch_vs_slicing_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.3869566Z test_batch_vs_slicing_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.3869928Z test_batch_vs_slicing_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.3870276Z test_batch_vs_slicing_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.3870638Z test_batch_vs_slicing_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.3871007Z test_batch_vs_slicing_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:19:33.3871373Z test_batch_vs_slicing_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.3871808Z test_batch_vs_slicing_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:19:33.3872173Z test_batch_vs_slicing_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.3872565Z test_batch_vs_slicing_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.3873113Z test_batch_vs_slicing_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.3873456Z test_batch_vs_slicing_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.3873809Z test_batch_vs_slicing_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.3874167Z test_batch_vs_slicing_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.3874568Z test_batch_vs_slicing_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.3874926Z test_batch_vs_slicing_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.3875289Z test_batch_vs_slicing_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.3875654Z test_batch_vs_slicing_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:19:33.3876009Z test_batch_vs_slicing_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.3876371Z test_batch_vs_slicing_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.3876728Z test_batch_vs_slicing_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.3877075Z test_batch_vs_slicing_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:19:33.3877429Z test_batch_vs_slicing_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.3877789Z test_batch_vs_slicing_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.3878144Z test_batch_vs_slicing_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.3878522Z test_batch_vs_slicing_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.3878878Z test_batch_vs_slicing_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.3879236Z test_batch_vs_slicing_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:19:33.3879586Z test_batch_vs_slicing_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.3879945Z test_batch_vs_slicing_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.3880302Z test_batch_vs_slicing_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.3880653Z test_batch_vs_slicing_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.3880997Z test_batch_vs_slicing_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.3881348Z test_batch_vs_slicing_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.3881702Z test_batch_vs_slicing_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.3882059Z test_batch_vs_slicing_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-12-01T10:19:33.3882408Z test_batch_vs_slicing_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:19:33.3882770Z test_batch_vs_slicing_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.353s) 2022-12-01T10:19:33.3883138Z test_batch_vs_slicing_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.299s) 2022-12-01T10:19:33.3883493Z test_batch_vs_slicing_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.335s) 2022-12-01T10:19:33.3883852Z test_batch_vs_slicing_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.278s) 2022-12-01T10:19:33.3884288Z test_batch_vs_slicing_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-12-01T10:19:33.3884766Z test_batch_vs_slicing_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.3885249Z test_batch_vs_slicing_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.289s) 2022-12-01T10:19:33.3885799Z test_batch_vs_slicing_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:19:33.3886288Z test_batch_vs_slicing_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.248s) 2022-12-01T10:19:33.3886837Z test_batch_vs_slicing_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.252s) 2022-12-01T10:19:33.3887466Z test_batch_vs_slicing_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:19:33.3887871Z test_batch_vs_slicing_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.3888306Z test_batch_vs_slicing_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:19:33.3888655Z test_batch_vs_slicing_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.3889025Z test_batch_vs_slicing_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.3894203Z test_batch_vs_slicing_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.3894755Z test_batch_vs_slicing_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:19:33.3895343Z test_batch_vs_slicing_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.3895902Z test_batch_vs_slicing_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.3896441Z test_batch_vs_slicing_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.3896973Z test_batch_vs_slicing_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.3897515Z test_batch_vs_slicing_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.3898078Z test_batch_vs_slicing_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.3898744Z test_batch_vs_slicing_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.3899313Z test_batch_vs_slicing_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.3899863Z test_batch_vs_slicing_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.3900407Z test_batch_vs_slicing_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.334s) 2022-12-01T10:19:33.3901024Z test_batch_vs_slicing_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:19:33.3901647Z test_batch_vs_slicing_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:19:33.3902222Z test_batch_vs_slicing_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.3902748Z test_batch_vs_slicing_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3903291Z test_batch_vs_slicing_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.3903843Z test_batch_vs_slicing_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:19:33.3904385Z test_batch_vs_slicing_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.3904890Z test_batch_vs_slicing_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.3905419Z test_batch_vs_slicing_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.3905961Z test_batch_vs_slicing_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.3907401Z test_batch_vs_slicing_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.3908160Z test_batch_vs_slicing_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:19:33.3908927Z test_batch_vs_slicing_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.314s) 2022-12-01T10:19:33.3909714Z test_batch_vs_slicing_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.373s) 2022-12-01T10:19:33.3910497Z test_batch_vs_slicing_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.280s) 2022-12-01T10:19:33.3911234Z test_batch_vs_slicing_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.3912154Z test_batch_vs_slicing_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.3912943Z test_batch_vs_slicing_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.3913653Z test_batch_vs_slicing_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:19:33.3914499Z test_batch_vs_slicing_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:19:33.3915386Z test_batch_vs_slicing_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:19:33.3915969Z test_batch_vs_slicing_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.3916526Z test_batch_vs_slicing_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.3917102Z test_batch_vs_slicing_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3917645Z test_batch_vs_slicing_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.3918199Z test_batch_vs_slicing_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.380s) 2022-12-01T10:19:33.3918745Z test_batch_vs_slicing_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.355s) 2022-12-01T10:19:33.3919308Z test_batch_vs_slicing_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:19:33.3919854Z test_batch_vs_slicing_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:19:33.3920385Z test_batch_vs_slicing_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.3920931Z test_batch_vs_slicing_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:19:33.3923608Z test_batch_vs_slicing_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.3924158Z test_batch_vs_slicing_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.3924719Z test_batch_vs_slicing_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:19:33.3925270Z test_batch_vs_slicing_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.3925802Z test_batch_vs_slicing_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3926370Z test_batch_vs_slicing_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.401s) 2022-12-01T10:19:33.3927738Z test_batch_vs_slicing_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.314s) 2022-12-01T10:19:33.3928446Z test_batch_vs_slicing_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:19:33.3929014Z test_batch_vs_slicing_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3929579Z test_batch_vs_slicing_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3930121Z test_batch_vs_slicing_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.3930651Z test_batch_vs_slicing_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.3931194Z test_batch_vs_slicing_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.3931736Z test_batch_vs_slicing_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.3932495Z test_batch_vs_slicing_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.3933137Z test_batch_vs_slicing_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.3933708Z test_batch_vs_slicing_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:19:33.3934275Z test_batch_vs_slicing_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.3934812Z test_batch_vs_slicing_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.3935372Z test_batch_vs_slicing_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.3935926Z test_batch_vs_slicing_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.3936474Z test_batch_vs_slicing_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:19:33.3937004Z test_batch_vs_slicing_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.3937572Z test_batch_vs_slicing_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:19:33.3938262Z test_batch_vs_slicing_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.548s) 2022-12-01T10:19:33.3938822Z test_batch_vs_slicing_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.3939373Z test_batch_vs_slicing_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.228s) 2022-12-01T10:19:33.3939932Z test_batch_vs_slicing_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-12-01T10:19:33.3940481Z test_batch_vs_slicing_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.3941017Z test_batch_vs_slicing_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:19:33.3942399Z test_batch_vs_slicing_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:19:33.3943113Z test_batch_vs_slicing_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:19:33.3943664Z test_batch_vs_slicing_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:19:33.3944223Z test_batch_vs_slicing_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:19:33.3944779Z test_batch_vs_slicing_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.3945464Z test_batch_vs_slicing_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:19:33.3946042Z test_batch_vs_slicing_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.261s) 2022-12-01T10:19:33.3946598Z test_batch_vs_slicing_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:19:33.3947158Z test_batch_vs_slicing_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.3947701Z test_batch_vs_slicing_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:19:33.3948240Z test_batch_vs_slicing_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.3948787Z test_batch_vs_slicing_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.3949339Z test_batch_vs_slicing_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.3949883Z test_batch_vs_slicing_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.3950403Z test_batch_vs_slicing_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.3950948Z test_batch_vs_slicing_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:19:33.3951535Z test_batch_vs_slicing_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.3952073Z test_batch_vs_slicing_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-12-01T10:19:33.3952585Z test_batch_vs_slicing_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.3953133Z test_batch_vs_slicing_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.3953675Z test_batch_vs_slicing_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.3954203Z test_batch_vs_slicing_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.3954742Z test_batch_vs_slicing_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.3955289Z test_batch_vs_slicing_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.3955828Z test_batch_vs_slicing_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.3956355Z test_batch_vs_slicing_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.3956903Z test_batch_vs_slicing_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.3957439Z test_batch_vs_slicing_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:19:33.3957971Z test_batch_vs_slicing_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.3958500Z test_batch_vs_slicing_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.3959104Z test_batch_vs_slicing_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:19:33.3959643Z test_batch_vs_slicing_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.3960994Z test_batch_vs_slicing_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.3961700Z test_batch_vs_slicing_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.3962250Z test_batch_vs_slicing_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.3962816Z test_batch_vs_slicing_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:19:33.3963352Z test_batch_vs_slicing_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.3963909Z test_batch_vs_slicing_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.3964458Z test_batch_vs_slicing_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.3964981Z test_batch_vs_slicing_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:19:33.3965597Z test_batch_vs_slicing_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.3966147Z test_batch_vs_slicing_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:19:33.3966699Z test_batch_vs_slicing_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.3967227Z test_batch_vs_slicing_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.3967774Z test_batch_vs_slicing_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:19:33.3968317Z test_batch_vs_slicing_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.262s) 2022-12-01T10:19:33.3968860Z test_batch_vs_slicing_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-12-01T10:19:33.3969389Z test_batch_vs_slicing_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.220s) 2022-12-01T10:19:33.3969931Z test_batch_vs_slicing_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:19:33.3970468Z test_batch_vs_slicing_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.3970987Z test_batch_vs_slicing_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.3971531Z test_batch_vs_slicing_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:19:33.3972071Z test_batch_vs_slicing_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:19:33.3972613Z test_batch_vs_slicing_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:19:33.3973215Z test_batch_vs_slicing_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3973755Z test_batch_vs_slicing_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.357s) 2022-12-01T10:19:33.3974308Z test_batch_vs_slicing_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.333s) 2022-12-01T10:19:33.3974848Z test_batch_vs_slicing_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.3975445Z test_batch_vs_slicing_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.3976036Z test_batch_vs_slicing_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.3976569Z test_batch_vs_slicing_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:19:33.3977080Z test_batch_vs_slicing_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.3977617Z test_batch_vs_slicing_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:19:33.3978150Z test_batch_vs_slicing_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.3978682Z test_batch_vs_slicing_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.3979319Z test_batch_vs_slicing_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:19:33.3980766Z test_batch_vs_slicing_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:19:33.3981476Z test_batch_vs_slicing_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-12-01T10:19:33.3982015Z test_batch_vs_slicing_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:19:33.3982567Z test_batch_vs_slicing_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.3983106Z test_batch_vs_slicing_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.3983639Z test_batch_vs_slicing_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.3984159Z test_batch_vs_slicing_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.185s) 2022-12-01T10:19:33.3984722Z test_batch_vs_slicing_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:19:33.3985272Z test_batch_vs_slicing_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:19:33.3985829Z test_batch_vs_slicing_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.396s) 2022-12-01T10:19:33.3986478Z test_batch_vs_slicing_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.419s) 2022-12-01T10:19:33.3987042Z test_batch_vs_slicing_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.343s) 2022-12-01T10:19:33.3987600Z test_batch_vs_slicing_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:19:33.3988109Z test_batch_vs_slicing_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:19:33.3988659Z test_batch_vs_slicing_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-12-01T10:19:33.3989201Z test_batch_vs_slicing_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.3989742Z test_batch_vs_slicing_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.3990258Z test_batch_vs_slicing_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.3990794Z test_batch_vs_slicing_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:19:33.3991348Z test_batch_vs_slicing_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.3991945Z test_batch_vs_slicing_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.3992490Z test_batch_vs_slicing_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.3993033Z test_batch_vs_slicing_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:19:33.3993589Z test_batch_vs_slicing_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:19:33.3994543Z test_batch_vs_slicing_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.246s) 2022-12-01T10:19:33.3995243Z test_batch_vs_slicing_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.3995816Z test_batch_vs_slicing_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.3996452Z test_batch_vs_slicing_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3996975Z test_batch_vs_slicing_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:19:33.3997527Z test_batch_vs_slicing_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.3998162Z test_batch_vs_slicing_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.3998712Z test_batch_vs_slicing_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.3999233Z test_batch_vs_slicing_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:19:33.3999786Z test_batch_vs_slicing_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4000419Z test_batch_vs_slicing_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:19:33.4000949Z test_batch_vs_slicing_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.4001498Z test_batch_vs_slicing_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4002055Z test_batch_vs_slicing_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4002597Z test_batch_vs_slicing_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4003136Z test_batch_vs_slicing_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4003745Z test_batch_vs_slicing_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4004361Z test_batch_vs_slicing_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.4004962Z test_batch_vs_slicing_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.4005575Z test_batch_vs_slicing_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.170s) 2022-12-01T10:19:33.4006190Z test_batch_vs_slicing_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.4006889Z test_batch_vs_slicing_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4007546Z test_batch_vs_slicing_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4008177Z test_batch_vs_slicing_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4008832Z test_batch_vs_slicing_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4009470Z test_batch_vs_slicing_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.4010069Z test_batch_vs_slicing_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.4010538Z test_batch_vs_slicing_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:19:33.4010913Z test_batch_vs_slicing_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.4011263Z test_batch_vs_slicing_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:19:33.4011628Z test_batch_vs_slicing_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4011986Z test_batch_vs_slicing_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.4012345Z test_batch_vs_slicing_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4012688Z test_batch_vs_slicing_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4013159Z test_batch_vs_slicing_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4013522Z test_batch_vs_slicing_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.4013864Z test_batch_vs_slicing_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4014223Z test_batch_vs_slicing_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.259s) 2022-12-01T10:19:33.4014581Z test_batch_vs_slicing_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.327s) 2022-12-01T10:19:33.4014939Z test_batch_vs_slicing_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.277s) 2022-12-01T10:19:33.4015281Z test_batch_vs_slicing_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-12-01T10:19:33.4015637Z test_batch_vs_slicing_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-12-01T10:19:33.4015993Z test_batch_vs_slicing_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.363s) 2022-12-01T10:19:33.4016330Z test_batch_vs_slicing_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.284s) 2022-12-01T10:19:33.4016683Z test_batch_vs_slicing_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-12-01T10:19:33.4017038Z test_batch_vs_slicing_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.4017475Z test_batch_vs_slicing_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.305s) 2022-12-01T10:19:33.4017836Z test_batch_vs_slicing_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.254s) 2022-12-01T10:19:33.4018209Z test_batch_vs_slicing_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.235s) 2022-12-01T10:19:33.4018576Z test_batch_vs_slicing_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.4018924Z test_batch_vs_slicing_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4019289Z test_batch_vs_slicing_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.4019657Z test_batch_vs_slicing_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4020021Z test_batch_vs_slicing_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:19:33.4020370Z test_batch_vs_slicing_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:19:33.4020728Z test_batch_vs_slicing_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:19:33.4021078Z test_batch_vs_slicing_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.4021467Z test_batch_vs_slicing_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:19:33.4021809Z test_batch_vs_slicing_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.4022164Z test_batch_vs_slicing_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4022522Z test_batch_vs_slicing_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4022944Z test_batch_vs_slicing_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:19:33.4023315Z test_batch_vs_slicing_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4023691Z test_batch_vs_slicing_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.612s) 2022-12-01T10:19:33.4024068Z test_batch_vs_slicing_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.567s) 2022-12-01T10:19:33.4024436Z test_batch_vs_slicing_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.565s) 2022-12-01T10:19:33.4024810Z test_batch_vs_slicing_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:19:33.4025179Z test_batch_vs_slicing_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.4025533Z test_batch_vs_slicing_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.209s) 2022-12-01T10:19:33.4025897Z test_batch_vs_slicing_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.4026266Z test_batch_vs_slicing_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4026632Z test_batch_vs_slicing_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4026988Z test_batch_vs_slicing_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4027353Z test_batch_vs_slicing_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4027721Z test_batch_vs_slicing_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:19:33.4028073Z test_batch_vs_slicing_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4028436Z test_batch_vs_slicing_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.339s) 2022-12-01T10:19:33.4028807Z test_batch_vs_slicing_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.341s) 2022-12-01T10:19:33.4029178Z test_batch_vs_slicing_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.337s) 2022-12-01T10:19:33.4029532Z test_batch_vs_slicing_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.4029896Z test_batch_vs_slicing_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4030291Z test_batch_vs_slicing_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4030654Z test_batch_vs_slicing_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4031003Z test_batch_vs_slicing_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.4031361Z test_batch_vs_slicing_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4031780Z test_batch_vs_slicing_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4032128Z test_batch_vs_slicing_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4032493Z test_batch_vs_slicing_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:19:33.4032855Z test_batch_vs_slicing_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.4033224Z test_batch_vs_slicing_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.4033579Z test_batch_vs_slicing_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:19:33.4033948Z test_batch_vs_slicing_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:19:33.4034338Z test_batch_vs_slicing_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.4034689Z test_batch_vs_slicing_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:19:33.4035050Z test_batch_vs_slicing_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.4035408Z test_batch_vs_slicing_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.4035748Z test_batch_vs_slicing_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.4036107Z test_batch_vs_slicing_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.4036465Z test_batch_vs_slicing_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.4036830Z test_batch_vs_slicing_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.4037187Z test_batch_vs_slicing_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.4037553Z test_batch_vs_slicing_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4037922Z test_batch_vs_slicing_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:19:33.4038273Z test_batch_vs_slicing_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4038634Z test_batch_vs_slicing_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4039001Z test_batch_vs_slicing_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4039365Z test_batch_vs_slicing_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4039720Z test_batch_vs_slicing_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4040083Z test_batch_vs_slicing_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4040453Z test_batch_vs_slicing_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.4040826Z test_batch_vs_slicing_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4041182Z test_batch_vs_slicing_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:19:33.4041550Z test_batch_vs_slicing_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.4041916Z test_batch_vs_slicing_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.4042264Z test_batch_vs_slicing_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4042625Z test_batch_vs_slicing_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4043037Z test_batch_vs_slicing_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4043398Z test_batch_vs_slicing_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4043753Z test_batch_vs_slicing_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4044118Z test_batch_vs_slicing_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4044485Z test_batch_vs_slicing_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:19:33.4044923Z test_batch_vs_slicing_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.4045439Z test_batch_vs_slicing_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.4045995Z test_batch_vs_slicing_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.4046543Z test_batch_vs_slicing_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.4047066Z test_batch_vs_slicing_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:19:33.4047693Z test_batch_vs_slicing_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:19:33.4048214Z test_batch_vs_slicing_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4048756Z test_batch_vs_slicing_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4049274Z test_batch_vs_slicing_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4049798Z test_batch_vs_slicing_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.4050320Z test_batch_vs_slicing_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.4050935Z test_batch_vs_slicing_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4051603Z test_batch_vs_slicing_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4052247Z test_batch_vs_slicing_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4052939Z test_batch_vs_slicing_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4053729Z test_batch_vs_slicing_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4054367Z test_batch_vs_slicing_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4054998Z test_batch_vs_slicing_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4055666Z test_batch_vs_slicing_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4056323Z test_batch_vs_slicing_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4056978Z test_batch_vs_slicing_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4057645Z test_batch_vs_slicing_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4058315Z test_batch_vs_slicing_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4058943Z test_batch_vs_slicing_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.4059521Z test_batch_vs_slicing_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:19:33.4060123Z test_batch_vs_slicing_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:19:33.4060848Z test_batch_vs_slicing_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.322s) 2022-12-01T10:19:33.4061430Z test_batch_vs_slicing_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:19:33.4062025Z test_batch_vs_slicing_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:19:33.4062617Z test_batch_vs_slicing_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:19:33.4063162Z test_batch_vs_slicing_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:19:33.4063696Z test_batch_vs_slicing_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.224s) 2022-12-01T10:19:33.4064265Z test_batch_vs_slicing_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4064848Z test_batch_vs_slicing_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.4065352Z test_batch_vs_slicing_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.378s) 2022-12-01T10:19:33.4065901Z test_batch_vs_slicing_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.335s) 2022-12-01T10:19:33.4066470Z test_batch_vs_slicing_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4067177Z test_batch_vs_slicing_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-12-01T10:19:33.4067751Z test_batch_vs_slicing_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.4068335Z test_batch_vs_slicing_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:19:33.4068905Z test_batch_vs_slicing_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.4069463Z test_batch_vs_slicing_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4070053Z test_batch_vs_slicing_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:19:33.4070650Z test_batch_vs_slicing_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.4071250Z test_batch_vs_slicing_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.4071948Z test_batch_vs_slicing_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.4072535Z test_batch_vs_slicing_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.4073113Z test_batch_vs_slicing_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.4073656Z test_batch_vs_slicing_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.4074234Z test_batch_vs_slicing_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.4074818Z test_batch_vs_slicing_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.4075403Z test_batch_vs_slicing_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.256s) 2022-12-01T10:19:33.4075987Z test_batch_vs_slicing_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.4076594Z test_batch_vs_slicing_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:19:33.4077198Z test_batch_vs_slicing_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.364s) 2022-12-01T10:19:33.4120707Z test_batch_vs_slicing_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.323s) 2022-12-01T10:19:33.4121389Z test_batch_vs_slicing_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.4121951Z test_batch_vs_slicing_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4122511Z test_batch_vs_slicing_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:19:33.4123083Z test_batch_vs_slicing_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:19:33.4123631Z test_batch_vs_slicing_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4124192Z test_batch_vs_slicing_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:19:33.4124893Z test_batch_vs_slicing_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:19:33.4125489Z test_batch_vs_slicing_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4126063Z test_batch_vs_slicing_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4126661Z test_batch_vs_slicing_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.312s) 2022-12-01T10:19:33.4127263Z test_batch_vs_slicing_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-12-01T10:19:33.4127855Z test_batch_vs_slicing_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4128423Z test_batch_vs_slicing_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4128994Z test_batch_vs_slicing_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4129570Z test_batch_vs_slicing_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:19:33.4130162Z test_batch_vs_slicing_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4130742Z test_batch_vs_slicing_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.4131456Z test_batch_vs_slicing_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:19:33.4132067Z test_batch_vs_slicing_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.4132663Z test_batch_vs_slicing_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4133444Z test_batch_vs_slicing_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:19:33.4134094Z test_batch_vs_slicing_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:19:33.4134706Z test_batch_vs_slicing_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:19:33.4135344Z test_batch_vs_slicing_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:19:33.4135971Z test_batch_vs_slicing_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.4136577Z test_batch_vs_slicing_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4137173Z test_batch_vs_slicing_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4137792Z test_batch_vs_slicing_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4138418Z test_batch_vs_slicing_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:19:33.4139026Z test_batch_vs_slicing_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4139628Z test_batch_vs_slicing_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.4140203Z test_batch_vs_slicing_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:19:33.4140730Z test_batch_vs_slicing_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.4141277Z test_batch_vs_slicing_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4141864Z test_batch_vs_slicing_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.265s) 2022-12-01T10:19:33.4142445Z test_batch_vs_slicing_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.299s) 2022-12-01T10:19:33.4143015Z test_batch_vs_slicing_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:19:33.4143571Z test_batch_vs_slicing_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.250s) 2022-12-01T10:19:33.4144156Z test_batch_vs_slicing_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:19:33.4144751Z test_batch_vs_slicing_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4145318Z test_batch_vs_slicing_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4146056Z test_batch_vs_slicing_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4146672Z test_batch_vs_slicing_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:19:33.4147259Z test_batch_vs_slicing_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4147790Z test_batch_vs_slicing_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.4148361Z test_batch_vs_slicing_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.4148938Z test_batch_vs_slicing_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.4149523Z test_batch_vs_slicing_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4150087Z test_batch_vs_slicing_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4150674Z test_batch_vs_slicing_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4151244Z test_batch_vs_slicing_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4151886Z test_batch_vs_slicing_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4152650Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.332s) 2022-12-01T10:19:33.4153321Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-12-01T10:19:33.4153974Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.326s) 2022-12-01T10:19:33.4154606Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.298s) 2022-12-01T10:19:33.4155253Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.313s) 2022-12-01T10:19:33.4155907Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.300s) 2022-12-01T10:19:33.4156560Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.297s) 2022-12-01T10:19:33.4157198Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-12-01T10:19:33.4157879Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.577s) 2022-12-01T10:19:33.4158546Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.569s) 2022-12-01T10:19:33.4159130Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.696s) 2022-12-01T10:19:33.4159743Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.614s) 2022-12-01T10:19:33.4160380Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.629s) 2022-12-01T10:19:33.4161027Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.630s) 2022-12-01T10:19:33.4161648Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.588s) 2022-12-01T10:19:33.4162302Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.586s) 2022-12-01T10:19:33.4162962Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.672s) 2022-12-01T10:19:33.4163607Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.720s) 2022-12-01T10:19:33.4164184Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (1.028s) 2022-12-01T10:19:33.4164823Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.697s) 2022-12-01T10:19:33.4165460Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.731s) 2022-12-01T10:19:33.4166210Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.740s) 2022-12-01T10:19:33.4166803Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.703s) 2022-12-01T10:19:33.4167451Z test_batch_vs_slicing_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.686s) 2022-12-01T10:19:33.4168074Z test_batch_vs_slicing_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:19:33.4168622Z test_batch_vs_slicing_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4169193Z test_batch_vs_slicing_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4169775Z test_batch_vs_slicing_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4170343Z test_batch_vs_slicing_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:19:33.4170919Z test_batch_vs_slicing_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4171500Z test_batch_vs_slicing_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.4172199Z test_batch_vs_slicing_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4172781Z test_batch_vs_slicing_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4173495Z test_batch_vs_slicing_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4174084Z test_batch_vs_slicing_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.4174688Z test_batch_vs_slicing_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:19:33.4175283Z test_batch_vs_slicing_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:19:33.4175895Z test_batch_vs_slicing_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4176478Z test_batch_vs_slicing_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.4177067Z test_batch_vs_slicing_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4177638Z test_batch_vs_slicing_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:19:33.4178235Z test_batch_vs_slicing_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.4178825Z test_batch_vs_slicing_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4179386Z test_batch_vs_slicing_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:19:33.4179973Z test_batch_vs_slicing_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:19:33.4180566Z test_batch_vs_slicing_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:19:33.4181169Z test_batch_vs_slicing_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:19:33.4181803Z test_batch_vs_slicing_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.4182457Z test_batch_vs_slicing_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4183111Z test_batch_vs_slicing_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4183746Z test_batch_vs_slicing_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4184393Z test_batch_vs_slicing_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4185082Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.4185766Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4186435Z test_batch_vs_slicing_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4187272Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4187967Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4188659Z test_batch_vs_slicing_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4189510Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4190181Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.4190859Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.4191596Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4192222Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4192885Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4193682Z test_batch_vs_slicing_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4194370Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4195062Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4195762Z test_batch_vs_slicing_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.4196424Z test_batch_vs_slicing_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.4197055Z test_batch_vs_slicing_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.214s) 2022-12-01T10:19:33.4197719Z test_batch_vs_slicing_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:19:33.4198359Z test_batch_vs_slicing_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4199002Z test_batch_vs_slicing_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.4199584Z test_batch_vs_slicing_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.4200226Z test_batch_vs_slicing_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.4200867Z test_batch_vs_slicing_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4201501Z test_batch_vs_slicing_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4202120Z test_batch_vs_slicing_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4202790Z test_batch_vs_slicing_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.4203443Z test_batch_vs_slicing_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.4204092Z test_batch_vs_slicing_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.4204727Z test_batch_vs_slicing_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:19:33.4205378Z test_batch_vs_slicing_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.4206043Z test_batch_vs_slicing_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4206671Z test_batch_vs_slicing_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.4207312Z test_batch_vs_slicing_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4208117Z test_batch_vs_slicing_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4208762Z test_batch_vs_slicing_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4209400Z test_batch_vs_slicing_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4210080Z test_batch_vs_slicing_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.4210807Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.4211554Z test_batch_vs_slicing_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.4212236Z test_batch_vs_slicing_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:19:33.4212900Z test_batch_vs_slicing_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4213689Z test_batch_vs_slicing_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:19:33.4214439Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.289s) 2022-12-01T10:19:33.4215092Z test_batch_vs_slicing_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.4215752Z test_batch_vs_slicing_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.4216406Z test_batch_vs_slicing_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4217043Z test_batch_vs_slicing_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4217668Z test_batch_vs_slicing_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.4218333Z test_batch_vs_slicing_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.126s) 2022-12-01T10:19:33.4219015Z test_batch_vs_slicing_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:19:33.4219667Z test_batch_vs_slicing_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.4220293Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4220891Z test_batch_vs_slicing_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4221521Z test_batch_vs_slicing_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.4222103Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.419s) 2022-12-01T10:19:33.4222797Z test_batch_vs_slicing_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.426s) 2022-12-01T10:19:33.4223461Z test_batch_vs_slicing_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.4224110Z test_batch_vs_slicing_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:19:33.4224738Z test_batch_vs_slicing_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:19:33.4225380Z test_batch_vs_slicing_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:19:33.4226030Z test_batch_vs_slicing_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.234s) 2022-12-01T10:19:33.4226692Z test_batch_vs_slicing_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.4227338Z test_batch_vs_slicing_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.223s) 2022-12-01T10:19:33.4228148Z test_batch_vs_slicing_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.4228831Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4229533Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.358s) 2022-12-01T10:19:33.4230228Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.263s) 2022-12-01T10:19:33.4230896Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4231662Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.4232326Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:19:33.4232995Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4233681Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:19:33.4234386Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.4234981Z test_batch_vs_slicing_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.4235618Z test_batch_vs_slicing_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.4236226Z test_batch_vs_slicing_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:19:33.4236879Z test_batch_vs_slicing_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.215s) 2022-12-01T10:19:33.4237513Z test_batch_vs_slicing_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.4238183Z test_batch_vs_slicing_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4238836Z test_batch_vs_slicing_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.4239508Z test_batch_vs_slicing_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4240132Z test_batch_vs_slicing_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.4240755Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.374s) 2022-12-01T10:19:33.4241393Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4242031Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.4242681Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.213s) 2022-12-01T10:19:33.4243340Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4243969Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4244577Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:19:33.4245221Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4245839Z test_batch_vs_slicing_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4246489Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4247078Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4247724Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:19:33.4248497Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.182s) 2022-12-01T10:19:33.4249166Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4249772Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4250381Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4251031Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4251671Z test_batch_vs_slicing_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4252346Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.383s) 2022-12-01T10:19:33.4253174Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-12-01T10:19:33.4253835Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.435s) 2022-12-01T10:19:33.4254561Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.387s) 2022-12-01T10:19:33.4255200Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:19:33.4255855Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.267s) 2022-12-01T10:19:33.4256511Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.293s) 2022-12-01T10:19:33.4257139Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:19:33.4257792Z test_batch_vs_slicing_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:19:33.4258470Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.397s) 2022-12-01T10:19:33.4259130Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.297s) 2022-12-01T10:19:33.4259788Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.376s) 2022-12-01T10:19:33.4260441Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.386s) 2022-12-01T10:19:33.4261064Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.276s) 2022-12-01T10:19:33.4261676Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:19:33.4262321Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.362s) 2022-12-01T10:19:33.4262962Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.269s) 2022-12-01T10:19:33.4263619Z test_batch_vs_slicing_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.351s) 2022-12-01T10:19:33.4264224Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.383s) 2022-12-01T10:19:33.4264850Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.270s) 2022-12-01T10:19:33.4265507Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.375s) 2022-12-01T10:19:33.4266155Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.390s) 2022-12-01T10:19:33.4266791Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:19:33.4267437Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.290s) 2022-12-01T10:19:33.4268233Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.297s) 2022-12-01T10:19:33.4268848Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.271s) 2022-12-01T10:19:33.4269450Z test_batch_vs_slicing_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.340s) 2022-12-01T10:19:33.4270064Z test_batch_vs_slicing_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:19:33.4270679Z test_batch_vs_slicing_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:19:33.4271252Z test_batch_vs_slicing_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4271897Z test_batch_vs_slicing_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4272457Z test_batch_vs_slicing_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.4273038Z test_batch_vs_slicing_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:19:33.4273612Z test_batch_vs_slicing_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4274304Z test_batch_vs_slicing_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4274904Z test_batch_vs_slicing_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.4275478Z test_batch_vs_slicing_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4276070Z test_batch_vs_slicing_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4276652Z test_batch_vs_slicing_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4277253Z test_batch_vs_slicing_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.140s) 2022-12-01T10:19:33.4277832Z test_batch_vs_slicing_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:19:33.4278437Z test_batch_vs_slicing_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4278993Z test_batch_vs_slicing_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.4279571Z test_batch_vs_slicing_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:19:33.4280145Z test_batch_vs_slicing_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:19:33.4280736Z test_batch_vs_slicing_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4281333Z test_batch_vs_slicing_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.4281907Z test_batch_vs_slicing_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4282506Z test_batch_vs_slicing_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4283101Z test_batch_vs_slicing_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.4283691Z test_batch_vs_slicing_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4284270Z test_batch_vs_slicing_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.4284850Z test_batch_vs_slicing_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.4285412Z test_batch_vs_slicing_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.4285955Z test_batch_vs_slicing_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.4286518Z test_batch_vs_slicing_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.4287102Z test_batch_vs_slicing_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4287686Z test_batch_vs_slicing_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4288366Z test_batch_vs_slicing_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4288948Z test_batch_vs_slicing_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4289526Z test_batch_vs_slicing_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4290085Z test_batch_vs_slicing_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4290701Z test_batch_vs_slicing_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:19:33.4291321Z test_batch_vs_slicing_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4291940Z test_batch_vs_slicing_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.216s) 2022-12-01T10:19:33.4292552Z test_batch_vs_slicing_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.4293305Z test_batch_vs_slicing_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4293873Z test_batch_vs_slicing_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:19:33.4294446Z test_batch_vs_slicing_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.4295149Z test_batch_vs_slicing_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4295712Z test_batch_vs_slicing_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4296290Z test_batch_vs_slicing_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4296860Z test_batch_vs_slicing_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.4297462Z test_batch_vs_slicing_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:19:33.4298012Z test_batch_vs_slicing_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.4298560Z test_batch_vs_slicing_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4299139Z test_batch_vs_slicing_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4299711Z test_batch_vs_slicing_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4300290Z test_batch_vs_slicing_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4300839Z test_batch_vs_slicing_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.4301418Z test_batch_vs_slicing_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4302002Z test_batch_vs_slicing_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.4302589Z test_batch_vs_slicing_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.4303164Z test_batch_vs_slicing_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4303771Z test_batch_vs_slicing_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4304365Z test_batch_vs_slicing_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:19:33.4304958Z test_batch_vs_slicing_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.165s) 2022-12-01T10:19:33.4305556Z test_batch_vs_slicing_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4306173Z test_batch_vs_slicing_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.4306796Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4307384Z test_batch_vs_slicing_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:19:33.4307957Z test_batch_vs_slicing_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.4308672Z test_batch_vs_slicing_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4309261Z test_batch_vs_slicing_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.253s) 2022-12-01T10:19:33.4309853Z test_batch_vs_slicing_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.4310401Z test_batch_vs_slicing_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4310980Z test_batch_vs_slicing_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:19:33.4311627Z test_batch_vs_slicing_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.4312171Z test_batch_vs_slicing_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.4312731Z test_batch_vs_slicing_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4313290Z test_batch_vs_slicing_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:19:33.4313837Z test_batch_vs_slicing_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:19:33.4314379Z test_batch_vs_slicing_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.4315065Z test_batch_vs_slicing_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4315660Z test_batch_vs_slicing_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:19:33.4316230Z test_batch_vs_slicing_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.255s) 2022-12-01T10:19:33.4316781Z test_batch_vs_slicing_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.4317340Z test_batch_vs_slicing_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4317893Z test_batch_vs_slicing_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4318454Z test_batch_vs_slicing_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.219s) 2022-12-01T10:19:33.4319035Z test_batch_vs_slicing_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4319605Z test_batch_vs_slicing_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4320163Z test_batch_vs_slicing_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4320740Z test_batch_vs_slicing_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:19:33.4321306Z test_batch_vs_slicing_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4321879Z test_batch_vs_slicing_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.4322485Z test_batch_vs_slicing_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4323072Z test_batch_vs_slicing_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4323690Z test_batch_vs_slicing_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.4324290Z test_batch_vs_slicing_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.4324887Z test_batch_vs_slicing_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.4325494Z test_batch_vs_slicing_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:19:33.4326076Z test_batch_vs_slicing_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4326656Z test_batch_vs_slicing_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4327208Z test_batch_vs_slicing_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4327781Z test_batch_vs_slicing_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.4328343Z test_batch_vs_slicing_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.4328939Z test_batch_vs_slicing_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.4329668Z test_batch_vs_slicing_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4330268Z test_batch_vs_slicing_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.240s) 2022-12-01T10:19:33.4330893Z test_batch_vs_slicing_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.4331518Z test_batch_vs_slicing_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4332131Z test_batch_vs_slicing_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4332714Z test_batch_vs_slicing_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.150s) 2022-12-01T10:19:33.4333478Z test_batch_vs_slicing_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.4334067Z test_batch_vs_slicing_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4334663Z test_batch_vs_slicing_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.131s) 2022-12-01T10:19:33.4335233Z test_batch_vs_slicing_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4335938Z test_batch_vs_slicing_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.4336528Z test_batch_vs_slicing_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4337092Z test_batch_vs_slicing_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:19:33.4337687Z test_batch_vs_slicing_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4338265Z test_batch_vs_slicing_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4338851Z test_batch_vs_slicing_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.4339413Z test_batch_vs_slicing_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.4339989Z test_batch_vs_slicing_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.4340540Z test_batch_vs_slicing_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:19:33.4341090Z test_batch_vs_slicing_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4341675Z test_batch_vs_slicing_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.4342274Z test_batch_vs_slicing_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.4342878Z test_batch_vs_slicing_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.4343461Z test_batch_vs_slicing_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.4344035Z test_batch_vs_slicing_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.4344604Z test_batch_vs_slicing_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4345182Z test_batch_vs_slicing_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4345739Z test_batch_vs_slicing_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4346334Z test_batch_vs_slicing_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4346933Z test_batch_vs_slicing_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4347526Z test_batch_vs_slicing_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.4348121Z test_batch_vs_slicing_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.4348721Z test_batch_vs_slicing_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.322s) 2022-12-01T10:19:33.4349314Z test_batch_vs_slicing_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.230s) 2022-12-01T10:19:33.4349925Z test_batch_vs_slicing_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4350677Z test_batch_vs_slicing_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4351265Z test_batch_vs_slicing_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:19:33.4351922Z test_batch_vs_slicing_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4352483Z test_batch_vs_slicing_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.4353017Z test_batch_vs_slicing_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4353564Z test_batch_vs_slicing_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4354126Z test_batch_vs_slicing_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:19:33.4354692Z test_batch_vs_slicing_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.4355269Z test_batch_vs_slicing_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.331s) 2022-12-01T10:19:33.4355867Z test_batch_vs_slicing_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.4356459Z test_batch_vs_slicing_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4357141Z test_batch_vs_slicing_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.4357727Z test_batch_vs_slicing_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4358283Z test_batch_vs_slicing_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:19:33.4358852Z test_batch_vs_slicing_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4359436Z test_batch_vs_slicing_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4360007Z test_batch_vs_slicing_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.222s) 2022-12-01T10:19:33.4360604Z test_batch_vs_slicing_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.4361202Z test_batch_vs_slicing_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4361769Z test_batch_vs_slicing_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.279s) 2022-12-01T10:19:33.4362366Z test_batch_vs_slicing_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.227s) 2022-12-01T10:19:33.4362958Z test_batch_vs_slicing_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4363541Z test_batch_vs_slicing_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4364100Z test_batch_vs_slicing_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.4364657Z test_batch_vs_slicing_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.4365238Z test_batch_vs_slicing_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:19:33.4365811Z test_batch_vs_slicing_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.137s) 2022-12-01T10:19:33.4366391Z test_batch_vs_slicing_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.136s) 2022-12-01T10:19:33.4366992Z test_batch_vs_slicing_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.168s) 2022-12-01T10:19:33.4367652Z test_batch_vs_slicing_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.4368273Z test_batch_vs_slicing_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.252s) 2022-12-01T10:19:33.4368906Z test_batch_vs_slicing_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.4369545Z test_batch_vs_slicing_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.4370171Z test_batch_vs_slicing_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.4370766Z test_batch_vs_slicing_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.4371464Z test_batch_vs_slicing_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.266s) 2022-12-01T10:19:33.4372080Z test_batch_vs_slicing_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.4372708Z test_batch_vs_slicing_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4373458Z test_batch_vs_slicing_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.181s) 2022-12-01T10:19:33.4374060Z test_batch_vs_slicing_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4374657Z test_batch_vs_slicing_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4375243Z test_batch_vs_slicing_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:19:33.4375835Z test_batch_vs_slicing_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4376437Z test_batch_vs_slicing_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.4377021Z test_batch_vs_slicing_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.4377687Z test_batch_vs_slicing_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:19:33.4378300Z test_batch_vs_slicing_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.4378915Z test_batch_vs_slicing_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4379523Z test_batch_vs_slicing_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4380120Z test_batch_vs_slicing_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.4380722Z test_batch_vs_slicing_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4381322Z test_batch_vs_slicing_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.4381910Z test_batch_vs_slicing_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4382531Z test_batch_vs_slicing_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:19:33.4383152Z test_batch_vs_slicing_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.169s) 2022-12-01T10:19:33.4383784Z test_batch_vs_slicing_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4384398Z test_batch_vs_slicing_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.4385040Z test_batch_vs_slicing_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4385672Z test_batch_vs_slicing_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4386324Z test_batch_vs_slicing_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4386954Z test_batch_vs_slicing_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4387591Z test_batch_vs_slicing_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:19:33.4388233Z test_batch_vs_slicing_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4388860Z test_batch_vs_slicing_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4389492Z test_batch_vs_slicing_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.4390115Z test_batch_vs_slicing_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.4390748Z test_batch_vs_slicing_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.154s) 2022-12-01T10:19:33.4391535Z test_batch_vs_slicing_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:19:33.4392131Z test_batch_vs_slicing_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.4392757Z test_batch_vs_slicing_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4393352Z test_batch_vs_slicing_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.4393955Z test_batch_vs_slicing_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:19:33.4394567Z test_batch_vs_slicing_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4395174Z test_batch_vs_slicing_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:19:33.4395777Z test_batch_vs_slicing_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.151s) 2022-12-01T10:19:33.4396394Z test_batch_vs_slicing_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.148s) 2022-12-01T10:19:33.4397003Z test_batch_vs_slicing_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.147s) 2022-12-01T10:19:33.4397699Z test_batch_vs_slicing_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4398325Z test_batch_vs_slicing_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.4398962Z test_batch_vs_slicing_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4399580Z test_batch_vs_slicing_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4400208Z test_batch_vs_slicing_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4400838Z test_batch_vs_slicing_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4401460Z test_batch_vs_slicing_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.161s) 2022-12-01T10:19:33.4402048Z test_batch_vs_slicing_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.4402629Z test_batch_vs_slicing_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.4403246Z test_batch_vs_slicing_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.184s) 2022-12-01T10:19:33.4403877Z test_batch_vs_slicing_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4404494Z test_batch_vs_slicing_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.183s) 2022-12-01T10:19:33.4405089Z test_batch_vs_slicing_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4405697Z test_batch_vs_slicing_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:19:33.4406290Z test_batch_vs_slicing_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.4406862Z test_batch_vs_slicing_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4407438Z test_batch_vs_slicing_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4408009Z test_batch_vs_slicing_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.202s) 2022-12-01T10:19:33.4408618Z test_batch_vs_slicing_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.4409222Z test_batch_vs_slicing_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.241s) 2022-12-01T10:19:33.4409834Z test_batch_vs_slicing_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-12-01T10:19:33.4410449Z test_batch_vs_slicing_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-12-01T10:19:33.4411070Z test_batch_vs_slicing_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:19:33.4411721Z test_batch_vs_slicing_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.4412421Z test_batch_vs_slicing_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.4413173Z test_batch_vs_slicing_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.247s) 2022-12-01T10:19:33.4413772Z test_batch_vs_slicing_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.4414379Z test_batch_vs_slicing_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.221s) 2022-12-01T10:19:33.4414989Z test_batch_vs_slicing_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4415613Z test_batch_vs_slicing_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.4416223Z test_batch_vs_slicing_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:19:33.4416855Z test_batch_vs_slicing_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.218s) 2022-12-01T10:19:33.4417483Z test_batch_vs_slicing_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4418110Z test_batch_vs_slicing_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.167s) 2022-12-01T10:19:33.4418869Z test_batch_vs_slicing_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4419521Z test_batch_vs_slicing_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4420132Z test_batch_vs_slicing_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-12-01T10:19:33.4420758Z test_batch_vs_slicing_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.4421375Z test_batch_vs_slicing_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4421999Z test_batch_vs_slicing_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4422634Z test_batch_vs_slicing_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.175s) 2022-12-01T10:19:33.4423275Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.212s) 2022-12-01T10:19:33.4423966Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.260s) 2022-12-01T10:19:33.4424655Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.4425266Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.4425841Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.205s) 2022-12-01T10:19:33.4426441Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.4427058Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.232s) 2022-12-01T10:19:33.4427664Z test_batch_vs_slicing_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.231s) 2022-12-01T10:19:33.4428301Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:19:33.4428945Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4429611Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.208s) 2022-12-01T10:19:33.4430232Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:19:33.4430867Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.229s) 2022-12-01T10:19:33.4431570Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.244s) 2022-12-01T10:19:33.4432345Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.203s) 2022-12-01T10:19:33.4432956Z test_batch_vs_slicing_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.199s) 2022-12-01T10:19:33.4433616Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.4434266Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.242s) 2022-12-01T10:19:33.4434917Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.4435577Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.172s) 2022-12-01T10:19:33.4436198Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4436832Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.176s) 2022-12-01T10:19:33.4437468Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4438201Z test_batch_vs_slicing_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.249s) 2022-12-01T10:19:33.4438834Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.4439495Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4440134Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.4440775Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.4441394Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4442044Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.188s) 2022-12-01T10:19:33.4442672Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.195s) 2022-12-01T10:19:33.4443337Z test_batch_vs_slicing_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.4443948Z test_batch_vs_slicing_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.251s) 2022-12-01T10:19:33.4444529Z test_batch_vs_slicing_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.287s) 2022-12-01T10:19:33.4445133Z test_batch_vs_slicing_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.342s) 2022-12-01T10:19:33.4445749Z test_batch_vs_slicing_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.292s) 2022-12-01T10:19:33.4446321Z test_batch_vs_slicing_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.4446908Z test_batch_vs_slicing_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.286s) 2022-12-01T10:19:33.4447190Z test_batch_vs_slicing_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.324s) 2022-12-01T10:19:33.4447477Z test_batch_vs_slicing_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.4447757Z test_batch_vs_slicing_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.285s) 2022-12-01T10:19:33.4448042Z test_batch_vs_slicing_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.155s) 2022-12-01T10:19:33.4448336Z test_batch_vs_slicing_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.156s) 2022-12-01T10:19:33.4448606Z test_batch_vs_slicing_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-12-01T10:19:33.4448875Z test_batch_vs_slicing_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:19:33.4449135Z test_batch_vs_slicing_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:19:33.4449523Z test_batch_vs_slicing_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:19:33.4449799Z test_batch_vs_slicing_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.143s) 2022-12-01T10:19:33.4450091Z test_batch_vs_slicing_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:19:33.4450441Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (1.402s) 2022-12-01T10:19:33.4450778Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.204s) 2022-12-01T10:19:33.4451115Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.180s) 2022-12-01T10:19:33.4451463Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.193s) 2022-12-01T10:19:33.4451808Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.4452121Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4452525Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4452863Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.226s) 2022-12-01T10:19:33.4453364Z test_batch_vs_slicing_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4453690Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.4454009Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.4454339Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.178s) 2022-12-01T10:19:33.4454671Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.171s) 2022-12-01T10:19:33.4454993Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.194s) 2022-12-01T10:19:33.4455277Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.190s) 2022-12-01T10:19:33.4455588Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.4455904Z test_batch_vs_slicing_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.197s) 2022-12-01T10:19:33.4456217Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.192s) 2022-12-01T10:19:33.4456552Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4456870Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.201s) 2022-12-01T10:19:33.4457173Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.189s) 2022-12-01T10:19:33.4457481Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4457793Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.4458116Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.198s) 2022-12-01T10:19:33.4458419Z test_batch_vs_slicing_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.191s) 2022-12-01T10:19:33.4458848Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.4459149Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.196s) 2022-12-01T10:19:33.4459469Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.4459782Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.146s) 2022-12-01T10:19:33.4460097Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:19:33.4460407Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:19:33.4460721Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.149s) 2022-12-01T10:19:33.4461042Z test_batch_vs_slicing_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:19:33.4461303Z test_batch_vs_slicing_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.4461566Z test_batch_vs_slicing_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.162s) 2022-12-01T10:19:33.4461964Z test_batch_vs_slicing_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.257s) 2022-12-01T10:19:33.4462227Z test_batch_vs_slicing_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.206s) 2022-12-01T10:19:33.4462492Z test_batch_vs_slicing_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4462766Z test_batch_vs_slicing_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4463031Z test_batch_vs_slicing_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4463292Z test_batch_vs_slicing_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.4463539Z test_batch_vs_slicing_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.159s) 2022-12-01T10:19:33.4463811Z test_batch_vs_slicing_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.4464068Z test_batch_vs_slicing_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4464329Z test_batch_vs_slicing_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.4464571Z test_batch_vs_slicing_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.4464838Z test_batch_vs_slicing_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.217s) 2022-12-01T10:19:33.4465114Z test_batch_vs_slicing_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.186s) 2022-12-01T10:19:33.4465390Z test_batch_vs_slicing_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.174s) 2022-12-01T10:19:33.4465637Z test_batch_vs_slicing_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.153s) 2022-12-01T10:19:33.4465869Z test_batch_vs_slicing_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4466117Z test_batch_vs_slicing_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4466385Z test_batch_vs_slicing_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.4466664Z test_batch_vs_slicing_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.4466924Z test_batch_vs_slicing_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4467191Z test_batch_vs_slicing_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4467458Z test_batch_vs_slicing_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.4467731Z test_batch_vs_slicing_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.139s) 2022-12-01T10:19:33.4467992Z test_batch_vs_slicing_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.306s) 2022-12-01T10:19:33.4468402Z test_batch_vs_slicing_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.283s) 2022-12-01T10:19:33.4468670Z test_batch_vs_slicing_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.4468956Z test_batch_vs_slicing_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4469222Z test_batch_vs_slicing_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4469484Z test_batch_vs_slicing_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4469745Z test_batch_vs_slicing_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.138s) 2022-12-01T10:19:33.4470014Z test_batch_vs_slicing_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4470261Z test_batch_vs_slicing_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.200s) 2022-12-01T10:19:33.4470538Z test_batch_vs_slicing_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.4470812Z test_batch_vs_slicing_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.4471095Z test_batch_vs_slicing_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.288s) 2022-12-01T10:19:33.4471540Z test_batch_vs_slicing_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.233s) 2022-12-01T10:19:33.4471827Z test_batch_vs_slicing_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.4472095Z test_batch_vs_slicing_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.164s) 2022-12-01T10:19:33.4472350Z test_batch_vs_slicing_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.163s) 2022-12-01T10:19:33.4472593Z test_batch_vs_slicing_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4472825Z test_batch_vs_slicing_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4473079Z test_batch_vs_slicing_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:19:33.4473347Z test_batch_vs_slicing_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.134s) 2022-12-01T10:19:33.4473622Z test_batch_vs_slicing_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.4473902Z test_batch_vs_slicing_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.4474166Z test_batch_vs_slicing_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.4474428Z test_batch_vs_slicing_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4474698Z test_batch_vs_slicing_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.4474951Z test_batch_vs_slicing_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4475225Z test_batch_vs_slicing_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.4475487Z test_batch_vs_slicing_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4475780Z test_complex_edge_values_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4476045Z test_contig_size1_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4476322Z test_contig_size1_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4476591Z test_contig_size1_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4476856Z test_contig_size1_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4477106Z test_contig_size1_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4477372Z test_contig_size1_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4477630Z test_contig_size1_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4477889Z test_contig_size1_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4478224Z test_contig_size1_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4478460Z test_contig_size1_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4478715Z test_contig_size1_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4478977Z test_contig_size1_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4479221Z test_contig_size1_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4479478Z test_contig_size1_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4479744Z test_contig_size1_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4480014Z test_contig_size1_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4480269Z test_contig_size1_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4480529Z test_contig_size1_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4480782Z test_contig_size1_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4481137Z test_contig_size1_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4481387Z test_contig_size1_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4481648Z test_contig_size1_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4481897Z test_contig_size1_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4482149Z test_contig_size1_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4482384Z test_contig_size1_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4482637Z test_contig_size1_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4482896Z test_contig_size1_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4483147Z test_contig_size1_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4483393Z test_contig_size1_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4483646Z test_contig_size1_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4483899Z test_contig_size1_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4484157Z test_contig_size1_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4484419Z test_contig_size1_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4484682Z test_contig_size1_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4484954Z test_contig_size1_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4485206Z test_contig_size1_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4485475Z test_contig_size1_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4485733Z test_contig_size1_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4486005Z test_contig_size1_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4486272Z test_contig_size1_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4486522Z test_contig_size1_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4486774Z test_contig_size1_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4487036Z test_contig_size1_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4487291Z test_contig_size1_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4487546Z test_contig_size1_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4487905Z test_contig_size1_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4488167Z test_contig_size1_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4488427Z test_contig_size1_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4488702Z test_contig_size1_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4488973Z test_contig_size1_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4489238Z test_contig_size1_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4489499Z test_contig_size1_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4489758Z test_contig_size1_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4490011Z test_contig_size1_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4490268Z test_contig_size1_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4490523Z test_contig_size1_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4490865Z test_contig_size1_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4491139Z test_contig_size1_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4491395Z test_contig_size1_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4491673Z test_contig_size1_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4491950Z test_contig_size1_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4492218Z test_contig_size1_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4492468Z test_contig_size1_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4492743Z test_contig_size1_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4493158Z test_contig_size1_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4493421Z test_contig_size1_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4493689Z test_contig_size1_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4493939Z test_contig_size1_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4494196Z test_contig_size1_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4494431Z test_contig_size1_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4494665Z test_contig_size1_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4494922Z test_contig_size1_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4495181Z test_contig_size1_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4495427Z test_contig_size1_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4495690Z test_contig_size1_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4495942Z test_contig_size1_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4496186Z test_contig_size1_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4496419Z test_contig_size1_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4496648Z test_contig_size1_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4496908Z test_contig_size1_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4497161Z test_contig_size1_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4497564Z test_contig_size1_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4497825Z test_contig_size1_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4498090Z test_contig_size1_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4498358Z test_contig_size1_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4498618Z test_contig_size1_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4498869Z test_contig_size1_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4499139Z test_contig_size1_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4499391Z test_contig_size1_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4499649Z test_contig_size1_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4499918Z test_contig_size1_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4500180Z test_contig_size1_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4500458Z test_contig_size1_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4500845Z test_contig_size1_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4501112Z test_contig_size1_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4501389Z test_contig_size1_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4501662Z test_contig_size1_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4501935Z test_contig_size1_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4502203Z test_contig_size1_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4502472Z test_contig_size1_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4502740Z test_contig_size1_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4502991Z test_contig_size1_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4503241Z test_contig_size1_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4503499Z test_contig_size1_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4503758Z test_contig_size1_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4504025Z test_contig_size1_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4504290Z test_contig_size1_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4504566Z test_contig_size1_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4504839Z test_contig_size1_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4505106Z test_contig_size1_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4505374Z test_contig_size1_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4505822Z test_contig_size1_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4506088Z test_contig_size1_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4506358Z test_contig_size1_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4506624Z test_contig_size1_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4506881Z test_contig_size1_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4507139Z test_contig_size1_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4507509Z test_contig_size1_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4507768Z test_contig_size1_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4508008Z test_contig_size1_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4508272Z test_contig_size1_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4508545Z test_contig_size1_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4508806Z test_contig_size1_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4509069Z test_contig_size1_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4509341Z test_contig_size1_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4509609Z test_contig_size1_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4509872Z test_contig_size1_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4510122Z test_contig_size1_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4510385Z test_contig_size1_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4510710Z test_contig_size1_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4510974Z test_contig_size1_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4511226Z test_contig_size1_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4511564Z test_contig_size1_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4511822Z test_contig_size1_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4512083Z test_contig_size1_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4512354Z test_contig_size1_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4512616Z test_contig_size1_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4512875Z test_contig_size1_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4513147Z test_contig_size1_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4513414Z test_contig_size1_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4513686Z test_contig_size1_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4513951Z test_contig_size1_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4514210Z test_contig_size1_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4514474Z test_contig_size1_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4514742Z test_contig_size1_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4515031Z test_contig_size1_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4515300Z test_contig_size1_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4515571Z test_contig_size1_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4515820Z test_contig_size1_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4516057Z test_contig_size1_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4516310Z test_contig_size1_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4516555Z test_contig_size1_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4516796Z test_contig_size1_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4517062Z test_contig_size1_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4517419Z test_contig_size1_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4517686Z test_contig_size1_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4517958Z test_contig_size1_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4518226Z test_contig_size1_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4518495Z test_contig_size1_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4518766Z test_contig_size1_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4519022Z test_contig_size1_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4519283Z test_contig_size1_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4519546Z test_contig_size1_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4519813Z test_contig_size1_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4520080Z test_contig_size1_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4520427Z test_contig_size1_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4520698Z test_contig_size1_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4520962Z test_contig_size1_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4521206Z test_contig_size1_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4521467Z test_contig_size1_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4521732Z test_contig_size1_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4521999Z test_contig_size1_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4522270Z test_contig_size1_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4522539Z test_contig_size1_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4522794Z test_contig_size1_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4523056Z test_contig_size1_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4523323Z test_contig_size1_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4523581Z test_contig_size1_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4523836Z test_contig_size1_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4524100Z test_contig_size1_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4524362Z test_contig_size1_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4524649Z test_contig_size1_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4524941Z test_contig_size1_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4525252Z test_contig_size1_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4525539Z test_contig_size1_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4525818Z test_contig_size1_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4526103Z test_contig_size1_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4526392Z test_contig_size1_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4526677Z test_contig_size1_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4526953Z test_contig_size1_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4527341Z test_contig_size1_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4527623Z test_contig_size1_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4527919Z test_contig_size1_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4528191Z test_contig_size1_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4528441Z test_contig_size1_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4528702Z test_contig_size1_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4528975Z test_contig_size1_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4529256Z test_contig_size1_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4529535Z test_contig_size1_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4529803Z test_contig_size1_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4530066Z test_contig_size1_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4530402Z test_contig_size1_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4530650Z test_contig_size1_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4530902Z test_contig_size1_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4531163Z test_contig_size1_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4531444Z test_contig_size1_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4531715Z test_contig_size1_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4531980Z test_contig_size1_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4532248Z test_contig_size1_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4532485Z test_contig_size1_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4532715Z test_contig_size1_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4533231Z test_contig_size1_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4533488Z test_contig_size1_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4533744Z test_contig_size1_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4533986Z test_contig_size1_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4534236Z test_contig_size1_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4534499Z test_contig_size1_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4534761Z test_contig_size1_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4535002Z test_contig_size1_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4535255Z test_contig_size1_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4535505Z test_contig_size1_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4535753Z test_contig_size1_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4536023Z test_contig_size1_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4536286Z test_contig_size1_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4536546Z test_contig_size1_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4536799Z test_contig_size1_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4537218Z test_contig_size1_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4537481Z test_contig_size1_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4537743Z test_contig_size1_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4537984Z test_contig_size1_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4538233Z test_contig_size1_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4538482Z test_contig_size1_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4538741Z test_contig_size1_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4539000Z test_contig_size1_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4539244Z test_contig_size1_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4539486Z test_contig_size1_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4539744Z test_contig_size1_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4540011Z test_contig_size1_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4540405Z test_contig_size1_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4540674Z test_contig_size1_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4540922Z test_contig_size1_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4541183Z test_contig_size1_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4541440Z test_contig_size1_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4541680Z test_contig_size1_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4541937Z test_contig_size1_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4542181Z test_contig_size1_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4542448Z test_contig_size1_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4542716Z test_contig_size1_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4542992Z test_contig_size1_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4543243Z test_contig_size1_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4543490Z test_contig_size1_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4543733Z test_contig_size1_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4543988Z test_contig_size1_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4544245Z test_contig_size1_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4544498Z test_contig_size1_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4544760Z test_contig_size1_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4545025Z test_contig_size1_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4545292Z test_contig_size1_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4545551Z test_contig_size1_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4545804Z test_contig_size1_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4546071Z test_contig_size1_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4546333Z test_contig_size1_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4546590Z test_contig_size1_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4546962Z test_contig_size1_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4547227Z test_contig_size1_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4547496Z test_contig_size1_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4547778Z test_contig_size1_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4548022Z test_contig_size1_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4548297Z test_contig_size1_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4548557Z test_contig_size1_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4548825Z test_contig_size1_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4549054Z test_contig_size1_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4549286Z test_contig_size1_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4549524Z test_contig_size1_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4549846Z test_contig_size1_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4550113Z test_contig_size1_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4550314Z test_contig_size1_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4550511Z test_contig_size1_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4550675Z test_contig_size1_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4550839Z test_contig_size1_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551002Z test_contig_size1_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551171Z test_contig_size1_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551334Z test_contig_size1_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551570Z test_contig_size1_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551722Z test_contig_size1_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4551895Z test_contig_size1_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4552056Z test_contig_size1_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4552225Z test_contig_size1_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4552393Z test_contig_size1_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4552556Z test_contig_size1_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4552721Z test_contig_size1_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4552884Z test_contig_size1_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553033Z test_contig_size1_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553199Z test_contig_size1_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553358Z test_contig_size1_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553515Z test_contig_size1_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553680Z test_contig_size1_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4553842Z test_contig_size1_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554008Z test_contig_size1_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554173Z test_contig_size1_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554386Z test_contig_size1_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554553Z test_contig_size1_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554718Z test_contig_size1_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4554882Z test_contig_size1_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4555044Z test_contig_size1_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4555211Z test_contig_size1_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4555373Z test_contig_size1_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4555542Z test_contig_size1_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4555698Z test_contig_size1_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4555867Z test_contig_size1_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4556032Z test_contig_size1_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4556230Z test_contig_size1_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4556392Z test_contig_size1_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4556554Z test_contig_size1_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4556715Z test_contig_size1_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4556876Z test_contig_size1_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4557040Z test_contig_size1_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4557189Z test_contig_size1_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4557358Z test_contig_size1_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4557519Z test_contig_size1_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4557693Z test_contig_size1_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4557865Z test_contig_size1_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4558030Z test_contig_size1_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4558195Z test_contig_size1_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4558357Z test_contig_size1_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4558506Z test_contig_size1_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4558669Z test_contig_size1_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4558835Z test_contig_size1_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4558998Z test_contig_size1_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559161Z test_contig_size1_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559324Z test_contig_size1_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559493Z test_contig_size1_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559659Z test_contig_size1_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559810Z test_contig_size1_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4559970Z test_contig_size1_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560130Z test_contig_size1_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560319Z test_contig_size1_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560485Z test_contig_size1_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560648Z test_contig_size1_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560816Z test_contig_size1_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4560980Z test_contig_size1_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4561132Z test_contig_size1_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4561291Z test_contig_size1_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4561459Z test_contig_size1_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.4561623Z test_contig_size1_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4561787Z test_contig_size1_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4561948Z test_contig_size1_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4562112Z test_contig_size1_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4562305Z test_contig_size1_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4562461Z test_contig_size1_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4562628Z test_contig_size1_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4562791Z test_contig_size1_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4562952Z test_contig_size1_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563116Z test_contig_size1_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563280Z test_contig_size1_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563446Z test_contig_size1_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563609Z test_contig_size1_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563771Z test_contig_size1_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4563923Z test_contig_size1_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564086Z test_contig_size1_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564246Z test_contig_size1_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564405Z test_contig_size1_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564566Z test_contig_size1_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564723Z test_contig_size1_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4564884Z test_contig_size1_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4565043Z test_contig_size1_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4565191Z test_contig_size1_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4565354Z test_contig_size1_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4565524Z test_contig_size1_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4565694Z test_contig_size1_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4565859Z test_contig_size1_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4566024Z test_contig_size1_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4566183Z test_contig_size1_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4566380Z test_contig_size1_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4566533Z test_contig_size1_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4566698Z test_contig_size1_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4566862Z test_contig_size1_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567026Z test_contig_size1_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567186Z test_contig_size1_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567345Z test_contig_size1_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567501Z test_contig_size1_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567662Z test_contig_size1_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567813Z test_contig_size1_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4567984Z test_contig_size1_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4568153Z test_contig_size1_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4568353Z test_contig_size1_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4568529Z test_contig_size1_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4568697Z test_contig_size1_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:19:33.4568870Z test_contig_size1_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569039Z test_contig_size1_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569198Z test_contig_size1_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569366Z test_contig_size1_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569533Z test_contig_size1_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569700Z test_contig_size1_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4569865Z test_contig_size1_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4570028Z test_contig_size1_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4570188Z test_contig_size1_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4570351Z test_contig_size1_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4570521Z test_contig_size1_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4570682Z test_contig_size1_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4570849Z test_contig_size1_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4571018Z test_contig_size1_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571180Z test_contig_size1_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571339Z test_contig_size1_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571503Z test_contig_size1_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571665Z test_contig_size1_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571828Z test_contig_size1_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4571977Z test_contig_size1_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4572138Z test_contig_size1_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4572334Z test_contig_size1_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4572500Z test_contig_size1_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4572668Z test_contig_size1_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4572841Z test_contig_size1_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4573181Z test_contig_size1_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4573400Z test_contig_size1_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4573551Z test_contig_size1_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4573715Z test_contig_size1_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4573876Z test_contig_size1_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574038Z test_contig_size1_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574202Z test_contig_size1_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574363Z test_contig_size1_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574596Z test_contig_size1_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574766Z test_contig_size1_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4574923Z test_contig_size1_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575093Z test_contig_size1_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575264Z test_contig_size1_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575432Z test_contig_size1_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575600Z test_contig_size1_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575765Z test_contig_size1_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4575933Z test_contig_size1_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576099Z test_contig_size1_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576271Z test_contig_size1_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576425Z test_contig_size1_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576596Z test_contig_size1_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576764Z test_contig_size1_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4576930Z test_contig_size1_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577098Z test_contig_size1_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577262Z test_contig_size1_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577434Z test_contig_size1_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577602Z test_contig_size1_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577756Z test_contig_size1_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4577924Z test_contig_size1_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4578089Z test_contig_size1_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4578260Z test_contig_size1_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4578429Z test_contig_size1_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4578635Z test_contig_size1_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4578800Z test_contig_size1_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4578961Z test_contig_size1_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579111Z test_contig_size1_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579276Z test_contig_size1_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579435Z test_contig_size1_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579595Z test_contig_size1_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579757Z test_contig_size1_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4579922Z test_contig_size1_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4580132Z test_contig_size1_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4580335Z test_contig_size1_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4580568Z test_contig_size1_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4580758Z test_contig_size1_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4580956Z test_contig_size1_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4581156Z test_contig_size1_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4581351Z test_contig_size1_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:19:33.4581545Z test_contig_size1_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4581746Z test_contig_size1_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4581938Z test_contig_size1_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4582135Z test_contig_size1_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4582329Z test_contig_size1_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4582495Z test_contig_size1_large_dim_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4582677Z test_contig_size1_large_dim_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4582855Z test_contig_size1_large_dim_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4583037Z test_contig_size1_large_dim_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4583211Z test_contig_size1_large_dim_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4583386Z test_contig_size1_large_dim_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4583556Z test_contig_size1_large_dim_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4583730Z test_contig_size1_large_dim_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4583903Z test_contig_size1_large_dim_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4584061Z test_contig_size1_large_dim_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4584232Z test_contig_size1_large_dim_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4584403Z test_contig_size1_large_dim_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4584627Z test_contig_size1_large_dim_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4584797Z test_contig_size1_large_dim_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4584980Z test_contig_size1_large_dim_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:19:33.4585161Z test_contig_size1_large_dim_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4585341Z test_contig_size1_large_dim_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4585505Z test_contig_size1_large_dim_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4585681Z test_contig_size1_large_dim_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4585853Z test_contig_size1_large_dim_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4586027Z test_contig_size1_large_dim_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4586196Z test_contig_size1_large_dim_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4586395Z test_contig_size1_large_dim_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4586576Z test_contig_size1_large_dim_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4586747Z test_contig_size1_large_dim_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4586929Z test_contig_size1_large_dim_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4587099Z test_contig_size1_large_dim_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4587277Z test_contig_size1_large_dim_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4587455Z test_contig_size1_large_dim_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4587630Z test_contig_size1_large_dim_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4587806Z test_contig_size1_large_dim_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4587977Z test_contig_size1_large_dim_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4588148Z test_contig_size1_large_dim_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4588322Z test_contig_size1_large_dim_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4588487Z test_contig_size1_large_dim_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4588660Z test_contig_size1_large_dim_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4588843Z test_contig_size1_large_dim_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4589027Z test_contig_size1_large_dim_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4589206Z test_contig_size1_large_dim_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4589383Z test_contig_size1_large_dim_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4589554Z test_contig_size1_large_dim_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4589728Z test_contig_size1_large_dim_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4589902Z test_contig_size1_large_dim_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4590060Z test_contig_size1_large_dim_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4590231Z test_contig_size1_large_dim_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4590431Z test_contig_size1_large_dim_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4590608Z test_contig_size1_large_dim_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4590785Z test_contig_size1_large_dim_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4590965Z test_contig_size1_large_dim_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.4591144Z test_contig_size1_large_dim_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4591318Z test_contig_size1_large_dim_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4591555Z test_contig_size1_large_dim_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4591716Z test_contig_size1_large_dim_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4591889Z test_contig_size1_large_dim_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4592060Z test_contig_size1_large_dim_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.4592229Z test_contig_size1_large_dim_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4592433Z test_contig_size1_large_dim_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4592613Z test_contig_size1_large_dim_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4592784Z test_contig_size1_large_dim_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4592968Z test_contig_size1_large_dim_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4593135Z test_contig_size1_large_dim_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4593313Z test_contig_size1_large_dim_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4593490Z test_contig_size1_large_dim_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4593665Z test_contig_size1_large_dim_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4593839Z test_contig_size1_large_dim_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4594012Z test_contig_size1_large_dim_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4594182Z test_contig_size1_large_dim_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4594357Z test_contig_size1_large_dim_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4594532Z test_contig_size1_large_dim_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4594691Z test_contig_size1_large_dim_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4594877Z test_contig_size1_large_dim_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.4595060Z test_contig_size1_large_dim_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4595237Z test_contig_size1_large_dim_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4595411Z test_contig_size1_large_dim_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4595582Z test_contig_size1_large_dim_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4595752Z test_contig_size1_large_dim_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4595922Z test_contig_size1_large_dim_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4596080Z test_contig_size1_large_dim_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4596249Z test_contig_size1_large_dim_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4596463Z test_contig_size1_large_dim_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4596636Z test_contig_size1_large_dim_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4596820Z test_contig_size1_large_dim_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:19:33.4597000Z test_contig_size1_large_dim_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4597178Z test_contig_size1_large_dim_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4597354Z test_contig_size1_large_dim_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4597527Z test_contig_size1_large_dim_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4597687Z test_contig_size1_large_dim_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4597861Z test_contig_size1_large_dim_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4598032Z test_contig_size1_large_dim_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4598234Z test_contig_size1_large_dim_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4598421Z test_contig_size1_large_dim_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4598601Z test_contig_size1_large_dim_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4598784Z test_contig_size1_large_dim_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4598969Z test_contig_size1_large_dim_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4599149Z test_contig_size1_large_dim_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4599316Z test_contig_size1_large_dim_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4599497Z test_contig_size1_large_dim_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4599679Z test_contig_size1_large_dim_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4599856Z test_contig_size1_large_dim_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4600033Z test_contig_size1_large_dim_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4600209Z test_contig_size1_large_dim_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4600384Z test_contig_size1_large_dim_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4600555Z test_contig_size1_large_dim_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4600723Z test_contig_size1_large_dim_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4600906Z test_contig_size1_large_dim_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4601087Z test_contig_size1_large_dim_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4601268Z test_contig_size1_large_dim_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4601449Z test_contig_size1_large_dim_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4601631Z test_contig_size1_large_dim_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4601808Z test_contig_size1_large_dim_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4601979Z test_contig_size1_large_dim_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4602159Z test_contig_size1_large_dim_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4602357Z test_contig_size1_large_dim_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4602533Z test_contig_size1_large_dim_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4602712Z test_contig_size1_large_dim_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4602889Z test_contig_size1_large_dim_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4603066Z test_contig_size1_large_dim_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4603239Z test_contig_size1_large_dim_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4603410Z test_contig_size1_large_dim_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4603580Z test_contig_size1_large_dim_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4603741Z test_contig_size1_large_dim_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4603914Z test_contig_size1_large_dim_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4604122Z test_contig_size1_large_dim_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4604294Z test_contig_size1_large_dim_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4604475Z test_contig_size1_large_dim_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4604654Z test_contig_size1_large_dim_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4604827Z test_contig_size1_large_dim_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4605002Z test_contig_size1_large_dim_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4605174Z test_contig_size1_large_dim_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4605335Z test_contig_size1_large_dim_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4605503Z test_contig_size1_large_dim_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4605674Z test_contig_size1_large_dim_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4605844Z test_contig_size1_large_dim_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4606010Z test_contig_size1_large_dim_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4606185Z test_contig_size1_large_dim_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4606357Z test_contig_size1_large_dim_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4606529Z test_contig_size1_large_dim_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4606701Z test_contig_size1_large_dim_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4606897Z test_contig_size1_large_dim_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4607097Z test_contig_size1_large_dim_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4607268Z test_contig_size1_large_dim_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4607440Z test_contig_size1_large_dim_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4607616Z test_contig_size1_large_dim_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4607789Z test_contig_size1_large_dim_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4607972Z test_contig_size1_large_dim_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.4608153Z test_contig_size1_large_dim_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4608390Z test_contig_size1_large_dim_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4608569Z test_contig_size1_large_dim_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4608746Z test_contig_size1_large_dim_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4608927Z test_contig_size1_large_dim_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4609104Z test_contig_size1_large_dim_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4609279Z test_contig_size1_large_dim_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4609453Z test_contig_size1_large_dim_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4609611Z test_contig_size1_large_dim_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4609785Z test_contig_size1_large_dim_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4609963Z test_contig_size1_large_dim_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4610165Z test_contig_size1_large_dim_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4610347Z test_contig_size1_large_dim_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4610527Z test_contig_size1_large_dim_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4610704Z test_contig_size1_large_dim_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4610880Z test_contig_size1_large_dim_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4611044Z test_contig_size1_large_dim_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4611221Z test_contig_size1_large_dim_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4611392Z test_contig_size1_large_dim_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4611565Z test_contig_size1_large_dim_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4611733Z test_contig_size1_large_dim_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4611903Z test_contig_size1_large_dim_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4612072Z test_contig_size1_large_dim_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4612247Z test_contig_size1_large_dim_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4612417Z test_contig_size1_large_dim_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4612586Z test_contig_size1_large_dim_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4612767Z test_contig_size1_large_dim_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4612945Z test_contig_size1_large_dim_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4613307Z test_contig_size1_large_dim_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4613488Z test_contig_size1_large_dim_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4613664Z test_contig_size1_large_dim_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4613840Z test_contig_size1_large_dim_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4614014Z test_contig_size1_large_dim_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4614171Z test_contig_size1_large_dim_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4614399Z test_contig_size1_large_dim_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4614571Z test_contig_size1_large_dim_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4614766Z test_contig_size1_large_dim_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4614954Z test_contig_size1_large_dim_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4615149Z test_contig_size1_large_dim_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4615345Z test_contig_size1_large_dim_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4615537Z test_contig_size1_large_dim_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4615728Z test_contig_size1_large_dim_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4615906Z test_contig_size1_large_dim_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4616089Z test_contig_size1_large_dim_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4616311Z test_contig_size1_large_dim_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4616493Z test_contig_size1_large_dim_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4616673Z test_contig_size1_large_dim_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4616857Z test_contig_size1_large_dim_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4617041Z test_contig_size1_large_dim_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4617216Z test_contig_size1_large_dim_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4617389Z test_contig_size1_large_dim_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4617557Z test_contig_size1_large_dim_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4617741Z test_contig_size1_large_dim_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4617917Z test_contig_size1_large_dim_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4618092Z test_contig_size1_large_dim_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4618263Z test_contig_size1_large_dim_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4618432Z test_contig_size1_large_dim_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4618601Z test_contig_size1_large_dim_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4618775Z test_contig_size1_large_dim_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4618935Z test_contig_size1_large_dim_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4619113Z test_contig_size1_large_dim_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4619288Z test_contig_size1_large_dim_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4619469Z test_contig_size1_large_dim_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.4619649Z test_contig_size1_large_dim_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4619828Z test_contig_size1_large_dim_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4620003Z test_contig_size1_large_dim_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4620176Z test_contig_size1_large_dim_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4620377Z test_contig_size1_large_dim_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4620536Z test_contig_size1_large_dim_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4620705Z test_contig_size1_large_dim_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4620876Z test_contig_size1_large_dim_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4621057Z test_contig_size1_large_dim_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4621233Z test_contig_size1_large_dim_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4621413Z test_contig_size1_large_dim_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4621593Z test_contig_size1_large_dim_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4621773Z test_contig_size1_large_dim_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4621935Z test_contig_size1_large_dim_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4622138Z test_contig_size1_large_dim_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4622315Z test_contig_size1_large_dim_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4622488Z test_contig_size1_large_dim_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4622661Z test_contig_size1_large_dim_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4622844Z test_contig_size1_large_dim_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.4623020Z test_contig_size1_large_dim_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4623198Z test_contig_size1_large_dim_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4623379Z test_contig_size1_large_dim_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4623541Z test_contig_size1_large_dim_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4623719Z test_contig_size1_large_dim_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4623894Z test_contig_size1_large_dim_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4624068Z test_contig_size1_large_dim_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4624242Z test_contig_size1_large_dim_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4624419Z test_contig_size1_large_dim_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4624593Z test_contig_size1_large_dim_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4624778Z test_contig_size1_large_dim_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4624960Z test_contig_size1_large_dim_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4625131Z test_contig_size1_large_dim_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4625309Z test_contig_size1_large_dim_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4625485Z test_contig_size1_large_dim_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4625660Z test_contig_size1_large_dim_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4625834Z test_contig_size1_large_dim_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4626012Z test_contig_size1_large_dim_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4626226Z test_contig_size1_large_dim_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4626399Z test_contig_size1_large_dim_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4626562Z test_contig_size1_large_dim_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4626739Z test_contig_size1_large_dim_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4626911Z test_contig_size1_large_dim_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4627086Z test_contig_size1_large_dim_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4627258Z test_contig_size1_large_dim_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4627428Z test_contig_size1_large_dim_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4627600Z test_contig_size1_large_dim_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4627773Z test_contig_size1_large_dim_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4627945Z test_contig_size1_large_dim_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4628129Z test_contig_size1_large_dim_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4628306Z test_contig_size1_large_dim_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4628474Z test_contig_size1_large_dim_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4628647Z test_contig_size1_large_dim_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4628824Z test_contig_size1_large_dim_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.4628995Z test_contig_size1_large_dim_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4629169Z test_contig_size1_large_dim_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4629339Z test_contig_size1_large_dim_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4629495Z test_contig_size1_large_dim_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4629666Z test_contig_size1_large_dim_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4629843Z test_contig_size1_large_dim_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4630019Z test_contig_size1_large_dim_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4630196Z test_contig_size1_large_dim_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4630374Z test_contig_size1_large_dim_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4630548Z test_contig_size1_large_dim_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4630722Z test_contig_size1_large_dim_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4630895Z test_contig_size1_large_dim_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4631058Z test_contig_size1_large_dim_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4631231Z test_contig_size1_large_dim_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4631407Z test_contig_size1_large_dim_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4631651Z test_contig_size1_large_dim_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4631826Z test_contig_size1_large_dim_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4632001Z test_contig_size1_large_dim_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4632209Z test_contig_size1_large_dim_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4632384Z test_contig_size1_large_dim_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4632548Z test_contig_size1_large_dim_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4632722Z test_contig_size1_large_dim_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4632894Z test_contig_size1_large_dim_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4633066Z test_contig_size1_large_dim_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4633242Z test_contig_size1_large_dim_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4633417Z test_contig_size1_large_dim_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4633601Z test_contig_size1_large_dim_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4633783Z test_contig_size1_large_dim_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4633959Z test_contig_size1_large_dim_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4634158Z test_contig_size1_large_dim_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4634332Z test_contig_size1_large_dim_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4634497Z test_contig_size1_large_dim_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4634666Z test_contig_size1_large_dim_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4634838Z test_contig_size1_large_dim_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4635009Z test_contig_size1_large_dim_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4635189Z test_contig_size1_large_dim_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4635361Z test_contig_size1_large_dim_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4635526Z test_contig_size1_large_dim_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4635702Z test_contig_size1_large_dim_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4635873Z test_contig_size1_large_dim_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4636042Z test_contig_size1_large_dim_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4636216Z test_contig_size1_large_dim_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4636390Z test_contig_size1_large_dim_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4636560Z test_contig_size1_large_dim_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4636739Z test_contig_size1_large_dim_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4636912Z test_contig_size1_large_dim_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4637081Z test_contig_size1_large_dim_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4637259Z test_contig_size1_large_dim_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:19:33.4637440Z test_contig_size1_large_dim_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4637614Z test_contig_size1_large_dim_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4637786Z test_contig_size1_large_dim_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4637959Z test_contig_size1_large_dim_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4638165Z test_contig_size1_large_dim_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4638338Z test_contig_size1_large_dim_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4638497Z test_contig_size1_large_dim_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4638666Z test_contig_size1_large_dim_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4638838Z test_contig_size1_large_dim_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4639015Z test_contig_size1_large_dim_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4639187Z test_contig_size1_large_dim_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4639369Z test_contig_size1_large_dim_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4639551Z test_contig_size1_large_dim_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4639728Z test_contig_size1_large_dim_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4639930Z test_contig_size1_large_dim_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4640093Z test_contig_size1_large_dim_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4640265Z test_contig_size1_large_dim_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4640437Z test_contig_size1_large_dim_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4640609Z test_contig_size1_large_dim_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4640782Z test_contig_size1_large_dim_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4640954Z test_contig_size1_large_dim_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4641124Z test_contig_size1_large_dim_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4641301Z test_contig_size1_large_dim_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4641480Z test_contig_size1_large_dim_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4641643Z test_contig_size1_large_dim_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4641812Z test_contig_size1_large_dim_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4641984Z test_contig_size1_large_dim_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4642151Z test_contig_size1_large_dim_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4642322Z test_contig_size1_large_dim_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4642497Z test_contig_size1_large_dim_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4642670Z test_contig_size1_large_dim_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4642848Z test_contig_size1_large_dim_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4643008Z test_contig_size1_large_dim_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4643184Z test_contig_size1_large_dim_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4643361Z test_contig_size1_large_dim_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4643537Z test_contig_size1_large_dim_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4643710Z test_contig_size1_large_dim_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4643879Z test_contig_size1_large_dim_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4644093Z test_contig_size1_large_dim_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4644267Z test_contig_size1_large_dim_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4644445Z test_contig_size1_large_dim_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4644612Z test_contig_size1_large_dim_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4644787Z test_contig_size1_large_dim_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4644963Z test_contig_size1_large_dim_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4645137Z test_contig_size1_large_dim_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4645310Z test_contig_size1_large_dim_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4645485Z test_contig_size1_large_dim_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4645652Z test_contig_size1_large_dim_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4645854Z test_contig_size1_large_dim_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4646011Z test_contig_size1_large_dim_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4646186Z test_contig_size1_large_dim_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4646356Z test_contig_size1_large_dim_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4646528Z test_contig_size1_large_dim_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4646696Z test_contig_size1_large_dim_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4646869Z test_contig_size1_large_dim_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4647039Z test_contig_size1_large_dim_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4647211Z test_contig_size1_large_dim_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4647384Z test_contig_size1_large_dim_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4647542Z test_contig_size1_large_dim_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4647725Z test_contig_size1_large_dim_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4647904Z test_contig_size1_large_dim_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4648082Z test_contig_size1_large_dim_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4648258Z test_contig_size1_large_dim_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4648431Z test_contig_size1_large_dim_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4648606Z test_contig_size1_large_dim_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4648783Z test_contig_size1_large_dim_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4648943Z test_contig_size1_large_dim_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4649115Z test_contig_size1_large_dim_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4649287Z test_contig_size1_large_dim_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4649461Z test_contig_size1_large_dim_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4649629Z test_contig_size1_large_dim_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4649837Z test_contig_size1_large_dim_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4650008Z test_contig_size1_large_dim_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4650180Z test_contig_size1_large_dim_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4650363Z test_contig_size1_large_dim_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4650529Z test_contig_size1_large_dim_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4650716Z test_contig_size1_large_dim_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4650902Z test_contig_size1_large_dim_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4651086Z test_contig_size1_large_dim_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4651267Z test_contig_size1_large_dim_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4651449Z test_contig_size1_large_dim_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4651628Z test_contig_size1_large_dim_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4651835Z test_contig_size1_large_dim_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4652018Z test_contig_size1_large_dim_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4652181Z test_contig_size1_large_dim_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4652359Z test_contig_size1_large_dim_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4652533Z test_contig_size1_large_dim_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4652709Z test_contig_size1_large_dim_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4652890Z test_contig_size1_large_dim_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4653248Z test_contig_size1_large_dim_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4653453Z test_contig_size1_large_dim_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4653636Z test_contig_size1_large_dim_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4653799Z test_contig_size1_large_dim_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4653979Z test_contig_size1_large_dim_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4654156Z test_contig_size1_large_dim_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4654330Z test_contig_size1_large_dim_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4654508Z test_contig_size1_large_dim_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4654680Z test_contig_size1_large_dim_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4654858Z test_contig_size1_large_dim_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4655034Z test_contig_size1_large_dim_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4655215Z test_contig_size1_large_dim_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4655375Z test_contig_size1_large_dim_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4655559Z test_contig_size1_large_dim_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4655739Z test_contig_size1_large_dim_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4655916Z test_contig_size1_large_dim_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4656145Z test_contig_size1_large_dim_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4656318Z test_contig_size1_large_dim_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4656495Z test_contig_size1_large_dim_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4656670Z test_contig_size1_large_dim_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4656833Z test_contig_size1_large_dim_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4657007Z test_contig_size1_large_dim_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4657180Z test_contig_size1_large_dim_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4657365Z test_contig_size1_large_dim_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4657548Z test_contig_size1_large_dim_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4657732Z test_contig_size1_large_dim_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4657951Z test_contig_size1_large_dim_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4658134Z test_contig_size1_large_dim_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4658310Z test_contig_size1_large_dim_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4658477Z test_contig_size1_large_dim_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4658656Z test_contig_size1_large_dim_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4658830Z test_contig_size1_large_dim_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4659009Z test_contig_size1_large_dim_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4659192Z test_contig_size1_large_dim_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4659371Z test_contig_size1_large_dim_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4659549Z test_contig_size1_large_dim_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4659731Z test_contig_size1_large_dim_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4659912Z test_contig_size1_large_dim_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4660073Z test_contig_size1_large_dim_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4660249Z test_contig_size1_large_dim_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4660430Z test_contig_size1_large_dim_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4660608Z test_contig_size1_large_dim_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4660782Z test_contig_size1_large_dim_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4660960Z test_contig_size1_large_dim_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4661136Z test_contig_size1_large_dim_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4661318Z test_contig_size1_large_dim_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4661487Z test_contig_size1_large_dim_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4661667Z test_contig_size1_large_dim_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4661841Z test_contig_size1_large_dim_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4662047Z test_contig_size1_large_dim_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4662225Z test_contig_size1_large_dim_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4662401Z test_contig_size1_large_dim_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4662577Z test_contig_size1_large_dim_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4662751Z test_contig_size1_large_dim_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4662924Z test_contig_size1_large_dim_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4663088Z test_contig_size1_large_dim_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4663303Z test_contig_size1_large_dim_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4663519Z test_contig_size1_large_dim_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4663764Z test_contig_size1_large_dim_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.4663979Z test_contig_size1_large_dim_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4664191Z test_contig_size1_large_dim_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4664400Z test_contig_size1_large_dim_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4664605Z test_contig_size1_large_dim_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4664811Z test_contig_size1_large_dim_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4665020Z test_contig_size1_large_dim_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4665209Z test_contig_size1_large_dim_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4665414Z test_contig_size1_large_dim_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4665617Z test_contig_size1_large_dim_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.4665797Z test_contig_size1_large_dim_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4665974Z test_contig_size1_large_dim_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4666155Z test_contig_size1_large_dim_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4666335Z test_contig_size1_large_dim_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4666508Z test_contig_size1_large_dim_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4666685Z test_contig_size1_large_dim_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4666843Z test_contig_size1_large_dim_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4667018Z test_contig_size1_large_dim_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4667189Z test_contig_size1_large_dim_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4667366Z test_contig_size1_large_dim_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4667539Z test_contig_size1_large_dim_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4667766Z test_contig_size1_large_dim_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4667946Z test_contig_size1_large_dim_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.4668122Z test_contig_size1_large_dim_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4668283Z test_contig_size1_large_dim_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4668459Z test_contig_size1_large_dim_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4668630Z test_contig_size1_large_dim_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4668801Z test_contig_size1_large_dim_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4668973Z test_contig_size1_large_dim_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4669147Z test_contig_size1_large_dim_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4669325Z test_contig_size1_large_dim_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4669528Z test_contig_size1_large_dim_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4669706Z test_contig_size1_large_dim_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4669870Z test_contig_size1_large_dim_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4670047Z test_contig_size1_large_dim_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4670221Z test_contig_size1_large_dim_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4670391Z test_contig_size1_large_dim_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4670566Z test_contig_size1_large_dim_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4670740Z test_contig_size1_large_dim_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4670915Z test_contig_size1_large_dim_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4671088Z test_contig_size1_large_dim_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4671254Z test_contig_size1_large_dim_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4671434Z test_contig_size1_large_dim_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4671680Z test_contig_size1_large_dim_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4671857Z test_contig_size1_large_dim_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4672030Z test_contig_size1_large_dim_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4672204Z test_contig_size1_large_dim_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4672374Z test_contig_size1_large_dim_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4672560Z test_contig_size1_large_dim_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4672732Z test_contig_size1_large_dim_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4672896Z test_contig_size1_large_dim_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4673071Z test_contig_size1_large_dim_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4673250Z test_contig_size1_large_dim_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4673428Z test_contig_size1_large_dim_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.4673601Z test_contig_size1_large_dim_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4673811Z test_contig_size1_large_dim_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4673984Z test_contig_size1_large_dim_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4674159Z test_contig_size1_large_dim_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4674316Z test_contig_size1_large_dim_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4674490Z test_contig_size1_large_dim_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4674662Z test_contig_size1_large_dim_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4674850Z test_contig_size1_large_dim_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4675034Z test_contig_size1_large_dim_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4675226Z test_contig_size1_large_dim_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4675414Z test_contig_size1_large_dim_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4675626Z test_contig_size1_large_dim_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.4675806Z test_contig_size1_large_dim_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4675970Z test_contig_size1_large_dim_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4676150Z test_contig_size1_large_dim_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4676330Z test_contig_size1_large_dim_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4676508Z test_contig_size1_large_dim_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4676690Z test_contig_size1_large_dim_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4676870Z test_contig_size1_large_dim_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4677052Z test_contig_size1_large_dim_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4677228Z test_contig_size1_large_dim_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4677405Z test_contig_size1_large_dim_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4677569Z test_contig_size1_large_dim_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4677743Z test_contig_size1_large_dim_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4677916Z test_contig_size1_large_dim_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4678092Z test_contig_size1_large_dim_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4678265Z test_contig_size1_large_dim_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4678438Z test_contig_size1_large_dim_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4678614Z test_contig_size1_large_dim_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4678785Z test_contig_size1_large_dim_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4678952Z test_contig_size1_large_dim_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4679130Z test_contig_size1_large_dim_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4679306Z test_contig_size1_large_dim_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4679480Z test_contig_size1_large_dim_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4679693Z test_contig_size1_large_dim_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4679869Z test_contig_size1_large_dim_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4680043Z test_contig_size1_large_dim_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4680214Z test_contig_size1_large_dim_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4680381Z test_contig_size1_large_dim_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4680537Z test_contig_size1_large_dim_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4680707Z test_contig_size1_large_dim_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4680905Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4681101Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4681295Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4681519Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4681714Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4681900Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4682092Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4682265Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4682462Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4682658Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4682854Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4683043Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4683280Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4683473Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4683665Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.4683855Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4684037Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4684232Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4684424Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4684611Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4684800Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4685001Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4685192Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4685420Z test_contig_size1_large_dim_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4685608Z test_contig_size1_large_dim_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4685775Z test_contig_size1_large_dim_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4685961Z test_contig_size1_large_dim_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4686138Z test_contig_size1_large_dim_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4686321Z test_contig_size1_large_dim_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4686499Z test_contig_size1_large_dim_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4686676Z test_contig_size1_large_dim_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4686857Z test_contig_size1_large_dim_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4687035Z test_contig_size1_large_dim_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4687262Z test_contig_size1_large_dim_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4687426Z test_contig_size1_large_dim_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4687605Z test_contig_size1_large_dim_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4687783Z test_contig_size1_large_dim_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4687959Z test_contig_size1_large_dim_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4688134Z test_contig_size1_large_dim_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4688308Z test_contig_size1_large_dim_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4688479Z test_contig_size1_large_dim_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4688650Z test_contig_size1_large_dim_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4688811Z test_contig_size1_large_dim_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:19:33.4688978Z test_contig_size1_large_dim_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4689155Z test_contig_size1_large_dim_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4689343Z test_contig_size1_large_dim_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4689540Z test_contig_size1_large_dim_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4689734Z test_contig_size1_large_dim_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4689928Z test_contig_size1_large_dim_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4690120Z test_contig_size1_large_dim_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4690309Z test_contig_size1_large_dim_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4690485Z test_contig_size1_large_dim_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4690686Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4690884Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4691083Z test_contig_size1_large_dim_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4691322Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4691520Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4691722Z test_contig_size1_large_dim_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4691920Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4692116Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4692313Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4692496Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4692690Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4692883Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4693302Z test_contig_size1_large_dim_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4693509Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4693711Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4693913Z test_contig_size1_large_dim_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4694107Z test_contig_size1_large_dim_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4694299Z test_contig_size1_large_dim_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4694483Z test_contig_size1_large_dim_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4694678Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4694871Z test_contig_size1_large_dim_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4695063Z test_contig_size1_large_dim_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4695253Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4695444Z test_contig_size1_large_dim_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4695635Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4695826Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4696018Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4696196Z test_contig_size1_large_dim_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4696385Z test_contig_size1_large_dim_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4696579Z test_contig_size1_large_dim_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4696771Z test_contig_size1_large_dim_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4696960Z test_contig_size1_large_dim_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4697150Z test_contig_size1_large_dim_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4697390Z test_contig_size1_large_dim_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4697577Z test_contig_size1_large_dim_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4697765Z test_contig_size1_large_dim_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4697940Z test_contig_size1_large_dim_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4698135Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4698471Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4698698Z test_contig_size1_large_dim_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4698917Z test_contig_size1_large_dim_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4699098Z test_contig_size1_large_dim_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4699352Z test_contig_size1_large_dim_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4699590Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.4699825Z test_contig_size1_large_dim_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4700054Z test_contig_size1_large_dim_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4700278Z test_contig_size1_large_dim_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4700526Z test_contig_size1_large_dim_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4700761Z test_contig_size1_large_dim_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4700987Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4701174Z test_contig_size1_large_dim_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4701402Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4701635Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4701868Z test_contig_size1_large_dim_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4702130Z test_contig_size1_large_dim_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4702360Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4702608Z test_contig_size1_large_dim_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.4702838Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4703065Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4703246Z test_contig_size1_large_dim_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4703468Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4703700Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4703924Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4704179Z test_contig_size1_large_dim_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4704405Z test_contig_size1_large_dim_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4704653Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.4704887Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4705126Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4705310Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4705536Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4705765Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4706045Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4706273Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4706494Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4706735Z test_contig_size1_large_dim_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4706969Z test_contig_size1_large_dim_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4707194Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4707422Z test_contig_size1_large_dim_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4707609Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4707833Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4708056Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4708278Z test_contig_size1_large_dim_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4708500Z test_contig_size1_large_dim_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4708775Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.4708999Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4709226Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4709456Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4709635Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4709888Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4710112Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4710335Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4710564Z test_contig_size1_large_dim_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4710840Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4711069Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4711295Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4711596Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4711782Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4712002Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4712233Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4712457Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4712681Z test_contig_size1_large_dim_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4712962Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4713189Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4713413Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:19:33.4713670Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.4713848Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4714078Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4714302Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4714532Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4714750Z test_contig_size1_large_dim_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4714997Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4715222Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4715447Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4715679Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.4715901Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4716084Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4716304Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4716526Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4716747Z test_contig_size1_large_dim_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4716992Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4717216Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4717512Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4717738Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.4717959Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4718139Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4718360Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4718583Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4718802Z test_contig_size1_large_dim_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4719049Z test_contig_size1_large_dim_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4719269Z test_contig_size1_large_dim_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4719515Z test_contig_size1_large_dim_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4719726Z test_contig_size1_large_dim_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4719939Z test_contig_size1_large_dim_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4720111Z test_contig_size1_large_dim_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4720323Z test_contig_size1_large_dim_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4720532Z test_contig_size1_large_dim_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4720750Z test_contig_size1_large_dim_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4720977Z test_contig_size1_large_dim_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4721215Z test_contig_size1_large_dim_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4721422Z test_contig_size1_large_dim_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4721632Z test_contig_size1_large_dim_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4721799Z test_contig_size1_large_dim_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4722010Z test_contig_size1_large_dim_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4722217Z test_contig_size1_large_dim_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4722433Z test_contig_size1_large_dim_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4722641Z test_contig_size1_large_dim_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4722867Z test_contig_size1_large_dim_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4723071Z test_contig_size1_large_dim_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4723274Z test_contig_size1_large_dim_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4723480Z test_contig_size1_large_dim_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4723642Z test_contig_size1_large_dim_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4723842Z test_contig_size1_large_dim_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4724060Z test_contig_size1_large_dim_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4724302Z test_contig_size1_large_dim_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4724507Z test_contig_size1_large_dim_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4724765Z test_contig_size1_large_dim_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4724970Z test_contig_size1_large_dim_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4725171Z test_contig_size1_large_dim_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4725379Z test_contig_size1_large_dim_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4725540Z test_contig_size1_large_dim_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4725743Z test_contig_size1_large_dim_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4725942Z test_contig_size1_large_dim_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4726144Z test_contig_size1_large_dim_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4726361Z test_contig_size1_large_dim_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4726622Z test_contig_size1_large_dim_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4726841Z test_contig_size1_large_dim_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4727068Z test_contig_size1_large_dim_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4727240Z test_contig_size1_large_dim_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4727448Z test_contig_size1_large_dim_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4727664Z test_contig_size1_large_dim_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4727877Z test_contig_size1_large_dim_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4728087Z test_contig_size1_large_dim_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4728335Z test_contig_size1_large_dim_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4728563Z test_contig_size1_large_dim_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4728780Z test_contig_size1_large_dim_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4728987Z test_contig_size1_large_dim_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4729152Z test_contig_size1_large_dim_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4729355Z test_contig_size1_large_dim_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4729559Z test_contig_size1_large_dim_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4729761Z test_contig_size1_large_dim_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4729967Z test_contig_size1_large_dim_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4730172Z test_contig_size1_large_dim_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4730400Z test_contig_size1_large_dim_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4730623Z test_contig_size1_large_dim_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4730841Z test_contig_size1_large_dim_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4731019Z test_contig_size1_large_dim_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4750954Z test_contig_size1_large_dim_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4751246Z test_contig_size1_large_dim_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4751456Z test_contig_size1_large_dim_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4751745Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4751945Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4752141Z test_contig_size1_large_dim_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4752321Z test_contig_size1_large_dim_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4752485Z test_contig_size1_large_dim_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4752674Z test_contig_size1_large_dim_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.4752857Z test_contig_size1_large_dim_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4753182Z test_contig_size1_large_dim_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4753361Z test_contig_size1_large_dim_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4753537Z test_contig_size1_large_dim_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4753712Z test_contig_size1_large_dim_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4753886Z test_contig_size1_large_dim_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4754061Z test_contig_size1_large_dim_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4754224Z test_contig_size1_large_dim_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4754399Z test_contig_size1_large_dim_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4754580Z test_contig_size1_large_dim_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4754759Z test_contig_size1_large_dim_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4754937Z test_contig_size1_large_dim_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4755113Z test_contig_size1_large_dim_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.4755288Z test_contig_size1_large_dim_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4755461Z test_contig_size1_large_dim_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4755620Z test_contig_size1_large_dim_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4755798Z test_contig_size1_large_dim_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4755971Z test_contig_size1_large_dim_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4756144Z test_contig_size1_large_dim_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4756315Z test_contig_size1_large_dim_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4756489Z test_contig_size1_large_dim_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4756671Z test_contig_size1_large_dim_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4756847Z test_contig_size1_large_dim_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4757030Z test_contig_size1_large_dim_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4757248Z test_contig_size1_large_dim_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4757426Z test_contig_size1_large_dim_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4757604Z test_contig_size1_large_dim_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.4757777Z test_contig_size1_large_dim_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.4757949Z test_contig_size1_large_dim_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4758124Z test_contig_size1_large_dim_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4758298Z test_contig_size1_large_dim_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4758475Z test_contig_size1_large_dim_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4758635Z test_contig_size1_large_dim_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4758820Z test_contig_size1_large_dim_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4759029Z test_contig_size1_large_dim_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4759217Z test_contig_size1_large_dim_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4759401Z test_contig_size1_large_dim_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.030s) 2022-12-01T10:19:33.4759584Z test_contig_size1_large_dim_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4759765Z test_contig_size1_large_dim_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4759944Z test_contig_size1_large_dim_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4760121Z test_contig_size1_large_dim_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4760284Z test_contig_size1_large_dim_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4760461Z test_contig_size1_large_dim_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4760635Z test_contig_size1_large_dim_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4760810Z test_contig_size1_large_dim_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4760986Z test_contig_size1_large_dim_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4761162Z test_contig_size1_large_dim_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4761336Z test_contig_size1_large_dim_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4761513Z test_contig_size1_large_dim_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4761676Z test_contig_size1_large_dim_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4761849Z test_contig_size1_large_dim_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4762021Z test_contig_size1_large_dim_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4762191Z test_contig_size1_large_dim_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4762363Z test_contig_size1_large_dim_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4762544Z test_contig_size1_large_dim_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4762720Z test_contig_size1_large_dim_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4762901Z test_contig_size1_large_dim_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.4763108Z test_contig_size1_large_dim_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4763274Z test_contig_size1_large_dim_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.4763454Z test_contig_size1_large_dim_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4763629Z test_contig_size1_large_dim_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.4763802Z test_contig_size1_large_dim_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4763977Z test_contig_size1_large_dim_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4764150Z test_contig_size1_large_dim_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4764327Z test_contig_size1_large_dim_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4764499Z test_contig_size1_large_dim_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4764683Z test_contig_size1_large_dim_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4764847Z test_contig_size1_large_dim_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.4765048Z test_contig_size1_large_dim_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4765221Z test_contig_size1_large_dim_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4765393Z test_contig_size1_large_dim_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4765564Z test_contig_size1_large_dim_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4765733Z test_contig_size1_large_dim_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4765908Z test_contig_size1_large_dim_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4766083Z test_contig_size1_large_dim_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4766244Z test_contig_size1_large_dim_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4766417Z test_contig_size1_large_dim_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4766598Z test_contig_size1_large_dim_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:19:33.4766778Z test_contig_size1_large_dim_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.4766954Z test_contig_size1_large_dim_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4767130Z test_contig_size1_large_dim_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4767301Z test_contig_size1_large_dim_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4767472Z test_contig_size1_large_dim_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4767644Z test_contig_size1_large_dim_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4767804Z test_contig_size1_large_dim_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4767977Z test_contig_size1_large_dim_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4768152Z test_contig_size1_large_dim_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4768323Z test_contig_size1_large_dim_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4768501Z test_contig_size1_large_dim_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.4768680Z test_contig_size1_large_dim_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.4768855Z test_contig_size1_large_dim_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4769091Z test_contig_size1_large_dim_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4769247Z test_contig_size1_large_dim_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4769420Z test_contig_size1_large_dim_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4769592Z test_contig_size1_large_dim_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4769762Z test_contig_size1_large_dim_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4769935Z test_contig_size1_large_dim_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4770124Z test_contig_size1_large_dim_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4770317Z test_contig_size1_large_dim_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4770505Z test_contig_size1_large_dim_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4770694Z test_contig_size1_large_dim_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4770905Z test_contig_size1_large_dim_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4771086Z test_contig_size1_large_dim_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4771273Z test_contig_size1_large_dim_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4771461Z test_contig_size1_large_dim_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4771648Z test_contig_size1_large_dim_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4771840Z test_contig_size1_large_dim_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4772033Z test_contig_size1_large_dim_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4772224Z test_contig_size1_large_dim_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4772411Z test_contig_size1_large_dim_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4772584Z test_contig_size1_large_dim_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4772775Z test_contig_size1_large_dim_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4773102Z test_contig_size1_large_dim_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4773348Z test_contig_size1_large_dim_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4773542Z test_contig_size1_large_dim_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4773734Z test_contig_size1_large_dim_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4773922Z test_contig_size1_large_dim_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4774111Z test_contig_size1_large_dim_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4774297Z test_contig_size1_large_dim_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4774469Z test_contig_size1_large_dim_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4774656Z test_contig_size1_large_dim_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4774845Z test_contig_size1_large_dim_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4775036Z test_contig_size1_large_dim_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4775268Z test_contig_size1_large_dim_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4775455Z test_contig_size1_large_dim_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4775640Z test_contig_size1_large_dim_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4775825Z test_contig_size1_large_dim_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4776013Z test_contig_size1_large_dim_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4776185Z test_contig_size1_large_dim_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4776371Z test_contig_size1_large_dim_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4776564Z test_contig_size1_large_dim_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4776752Z test_contig_size1_large_dim_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4776973Z test_contig_size1_large_dim_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4777158Z test_contig_size1_large_dim_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4777339Z test_contig_size1_large_dim_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4777528Z test_contig_size1_large_dim_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4777716Z test_contig_size1_large_dim_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4777890Z test_contig_size1_large_dim_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4778078Z test_contig_size1_large_dim_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4778265Z test_contig_size1_large_dim_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4778451Z test_contig_size1_large_dim_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4778634Z test_contig_size1_large_dim_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4778814Z test_contig_size1_large_dim_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4778991Z test_contig_size1_large_dim_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4779175Z test_contig_size1_large_dim_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.4779360Z test_contig_size1_large_dim_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4779531Z test_contig_size1_large_dim_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4779718Z test_contig_size1_large_dim_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4779902Z test_contig_size1_large_dim_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4780087Z test_contig_size1_large_dim_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4780268Z test_contig_size1_large_dim_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4780445Z test_contig_size1_large_dim_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4780627Z test_contig_size1_large_dim_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4780806Z test_contig_size1_large_dim_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4781005Z test_contig_size1_large_dim_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4781189Z test_contig_size1_large_dim_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4781375Z test_contig_size1_large_dim_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4781556Z test_contig_size1_large_dim_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4781737Z test_contig_size1_large_dim_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4781917Z test_contig_size1_large_dim_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4782097Z test_contig_size1_large_dim_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4782280Z test_contig_size1_large_dim_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4782464Z test_contig_size1_large_dim_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4782632Z test_contig_size1_large_dim_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4782845Z test_contig_size1_large_dim_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4783027Z test_contig_size1_large_dim_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4783206Z test_contig_size1_large_dim_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4783388Z test_contig_size1_large_dim_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4783568Z test_contig_size1_large_dim_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4783748Z test_contig_size1_large_dim_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4783930Z test_contig_size1_large_dim_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4784110Z test_contig_size1_large_dim_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4784282Z test_contig_size1_large_dim_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4784465Z test_contig_size1_large_dim_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4784647Z test_contig_size1_large_dim_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4784827Z test_contig_size1_large_dim_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4785006Z test_contig_size1_large_dim_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4785188Z test_contig_size1_large_dim_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4785369Z test_contig_size1_large_dim_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4785560Z test_contig_size1_large_dim_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4785753Z test_contig_size1_large_dim_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4785930Z test_contig_size1_large_dim_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4786118Z test_contig_size1_large_dim_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4786312Z test_contig_size1_large_dim_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4786495Z test_contig_size1_large_dim_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4786681Z test_contig_size1_large_dim_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4786895Z test_contig_size1_large_dim_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4787096Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4787300Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4787504Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4787688Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4787886Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4788084Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4788284Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4788481Z test_contig_size1_large_dim_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4788721Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4788922Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.4789123Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4789320Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4789500Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4789700Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4789896Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4790092Z test_contig_size1_large_dim_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4790288Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4790487Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4790687Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4790882Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4791076Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4791262Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.4791516Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4791714Z test_contig_size1_large_dim_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4791908Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4792106Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4792304Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4792498Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4792723Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4792920Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4793113Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4793292Z test_contig_size1_large_dim_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4793480Z test_contig_size1_large_dim_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4793663Z test_contig_size1_large_dim_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4793851Z test_contig_size1_large_dim_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4794039Z test_contig_size1_large_dim_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.4794222Z test_contig_size1_large_dim_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4794429Z test_contig_size1_large_dim_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4794608Z test_contig_size1_large_dim_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4794790Z test_contig_size1_large_dim_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4794960Z test_contig_size1_large_dim_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4795140Z test_contig_size1_large_dim_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4795327Z test_contig_size1_large_dim_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4795510Z test_contig_size1_large_dim_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4795695Z test_contig_size1_large_dim_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4795881Z test_contig_size1_large_dim_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4796062Z test_contig_size1_large_dim_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4796246Z test_contig_size1_large_dim_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4796427Z test_contig_size1_large_dim_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4796634Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.4796853Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4797072Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4797291Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4797506Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4797719Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4797933Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4798146Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4798387Z test_contig_size1_large_dim_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4798582Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4798793Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4799002Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.4799208Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4799408Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4799614Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4799820Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4800028Z test_contig_size1_large_dim_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4800261Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4800469Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4800663Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4800870Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4801073Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4801279Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4801482Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4801688Z test_contig_size1_large_dim_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4801889Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4802093Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4802292Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4802488Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4802676Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4802876Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4803078Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4803278Z test_contig_size1_large_dim_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4803456Z test_contig_size1_large_dim_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4803631Z test_contig_size1_large_dim_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.4803812Z test_contig_size1_large_dim_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.4803989Z test_contig_size1_large_dim_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4804192Z test_contig_size1_large_dim_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4804354Z test_contig_size1_large_dim_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.4804533Z test_contig_size1_large_dim_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4804706Z test_contig_size1_large_dim_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4804877Z test_contig_size1_large_dim_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4805047Z test_contig_size1_large_dim_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4805217Z test_contig_size1_large_dim_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4805397Z test_contig_size1_large_dim_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4805579Z test_contig_size1_large_dim_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4805748Z test_contig_size1_large_dim_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:19:33.4805958Z test_contig_size1_large_dim_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4806138Z test_contig_size1_large_dim_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4806315Z test_contig_size1_large_dim_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4806493Z test_contig_size1_large_dim_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4806670Z test_contig_size1_large_dim_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4806844Z test_contig_size1_large_dim_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4807021Z test_contig_size1_large_dim_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4807199Z test_contig_size1_large_dim_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4807361Z test_contig_size1_large_dim_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4807537Z test_contig_size1_large_dim_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4807710Z test_contig_size1_large_dim_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4807892Z test_contig_size1_large_dim_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.4808071Z test_contig_size1_large_dim_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.4808245Z test_contig_size1_large_dim_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4808421Z test_contig_size1_large_dim_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4808596Z test_contig_size1_large_dim_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4808751Z test_contig_size1_large_dim_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4808926Z test_contig_size1_large_dim_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4809098Z test_contig_size1_large_dim_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4809270Z test_contig_size1_large_dim_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4809449Z test_contig_size1_large_dim_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4809617Z test_contig_size1_large_dim_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4809799Z test_contig_size1_large_dim_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.4810007Z test_contig_size1_large_dim_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.4810186Z test_contig_size1_large_dim_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4810349Z test_contig_size1_large_dim_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.4810523Z test_contig_size1_large_dim_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4810697Z test_contig_size1_large_dim_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4810865Z test_contig_size1_large_dim_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4811035Z test_contig_size1_large_dim_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4811208Z test_contig_size1_large_dim_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.4811388Z test_contig_size1_large_dim_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.4811570Z test_contig_size1_large_dim_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.4811734Z test_contig_size1_large_dim_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.4811943Z test_contig_size1_large_dim_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4812119Z test_contig_size1_large_dim_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4812292Z test_contig_size1_large_dim_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4812464Z test_contig_size1_large_dim_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4812635Z test_contig_size1_large_dim_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4812808Z test_contig_size1_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813114Z test_contig_size1_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813349Z test_contig_size1_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813505Z test_contig_size1_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813672Z test_contig_size1_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813836Z test_contig_size1_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4813995Z test_contig_size1_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4814161Z test_contig_size1_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4814328Z test_contig_size1_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4814497Z test_contig_size1_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4814665Z test_contig_size1_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4814825Z test_contig_size1_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4814996Z test_contig_size1_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4815164Z test_contig_size1_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4815332Z test_contig_size1_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4815495Z test_contig_size1_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4815659Z test_contig_size1_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4815823Z test_contig_size1_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4815986Z test_contig_size1_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4816135Z test_contig_size1_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4816353Z test_contig_size1_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4816520Z test_contig_size1_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4816690Z test_contig_size1_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4816855Z test_contig_size1_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817018Z test_contig_size1_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817183Z test_contig_size1_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817346Z test_contig_size1_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817496Z test_contig_size1_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817658Z test_contig_size1_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817828Z test_contig_size1_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4817991Z test_contig_size1_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4818197Z test_contig_size1_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4818370Z test_contig_size1_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4818535Z test_contig_size1_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4818699Z test_contig_size1_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4818862Z test_contig_size1_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819013Z test_contig_size1_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819173Z test_contig_size1_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819337Z test_contig_size1_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819500Z test_contig_size1_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819670Z test_contig_size1_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4819830Z test_contig_size1_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4820001Z test_contig_size1_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4820170Z test_contig_size1_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4820321Z test_contig_size1_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4820487Z test_contig_size1_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4820650Z test_contig_size1_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4820814Z test_contig_size1_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4820975Z test_contig_size1_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821139Z test_contig_size1_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821301Z test_contig_size1_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821476Z test_contig_size1_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821635Z test_contig_size1_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821814Z test_contig_size1_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4821992Z test_contig_size1_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4822163Z test_contig_size1_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4822375Z test_contig_size1_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4822548Z test_contig_size1_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4822721Z test_contig_size1_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4822894Z test_contig_size1_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4823045Z test_contig_size1_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4823218Z test_contig_size1_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4823388Z test_contig_size1_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4823558Z test_contig_size1_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4823724Z test_contig_size1_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4823893Z test_contig_size1_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4824059Z test_contig_size1_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4824254Z test_contig_size1_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4824420Z test_contig_size1_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4824570Z test_contig_size1_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4824737Z test_contig_size1_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4824900Z test_contig_size1_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4825068Z test_contig_size1_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4825230Z test_contig_size1_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4825404Z test_contig_size1_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4825574Z test_contig_size1_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4825746Z test_contig_size1_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4825898Z test_contig_size1_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826060Z test_contig_size1_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826222Z test_contig_size1_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826386Z test_contig_size1_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826550Z test_contig_size1_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826714Z test_contig_size1_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4826878Z test_contig_size1_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4827040Z test_contig_size1_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4827220Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4827405Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4827593Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4827776Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4827959Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4828142Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4828326Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4828535Z test_contig_size1_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4828723Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4828894Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4829075Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4829255Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4829437Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4829615Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4829794Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.4829979Z test_contig_size1_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4830194Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4830379Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4830544Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4830724Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4830907Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4831085Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4831268Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4831451Z test_contig_size1_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4831688Z test_contig_size1_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4831858Z test_contig_size1_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832016Z test_contig_size1_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832184Z test_contig_size1_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832416Z test_contig_size1_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832586Z test_contig_size1_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832757Z test_contig_size1_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4832929Z test_contig_size1_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4833096Z test_contig_size1_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4833268Z test_contig_size1_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4833436Z test_contig_size1_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4833592Z test_contig_size1_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4833761Z test_contig_size1_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4833925Z test_contig_size1_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4834092Z test_contig_size1_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4834259Z test_contig_size1_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4834459Z test_contig_size1_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4834622Z test_contig_size1_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4834788Z test_contig_size1_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4834938Z test_contig_size1_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4835102Z test_contig_size1_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4835262Z test_contig_size1_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4835448Z test_contig_size1_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4835631Z test_contig_size1_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4835814Z test_contig_size1_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4835997Z test_contig_size1_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4836177Z test_contig_size1_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4836370Z test_contig_size1_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4836566Z test_contig_size1_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4836759Z test_contig_size1_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4836944Z test_contig_size1_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4837142Z test_contig_size1_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4837336Z test_contig_size1_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4837529Z test_contig_size1_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4837719Z test_contig_size1_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4837909Z test_contig_size1_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4838080Z test_contig_size1_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4838266Z test_contig_size1_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4838447Z test_contig_size1_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4838626Z test_contig_size1_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4838811Z test_contig_size1_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4839006Z test_contig_size1_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4839196Z test_contig_size1_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4839388Z test_contig_size1_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4839572Z test_contig_size1_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4839742Z test_contig_size1_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4839928Z test_contig_size1_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4840111Z test_contig_size1_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4840295Z test_contig_size1_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4840508Z test_contig_size1_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4840689Z test_contig_size1_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4840868Z test_contig_size1_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841047Z test_contig_size1_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841229Z test_contig_size1_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841394Z test_contig_size1_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841574Z test_contig_size1_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841752Z test_contig_size1_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4841935Z test_contig_size1_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4842119Z test_contig_size1_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4842327Z test_contig_size1_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4842508Z test_contig_size1_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4842686Z test_contig_size1_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4842867Z test_contig_size1_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4843032Z test_contig_size1_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4843208Z test_contig_size1_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4843393Z test_contig_size1_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4843574Z test_contig_size1_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4843756Z test_contig_size1_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4843938Z test_contig_size1_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4844120Z test_contig_size1_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4844301Z test_contig_size1_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4844483Z test_contig_size1_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4844679Z test_contig_size1_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4844861Z test_contig_size1_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4845040Z test_contig_size1_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4845220Z test_contig_size1_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4845408Z test_contig_size1_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4845596Z test_contig_size1_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4845780Z test_contig_size1_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4845970Z test_contig_size1_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4846143Z test_contig_size1_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4846368Z test_contig_size1_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4846558Z test_contig_size1_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4846752Z test_contig_size1_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4846945Z test_contig_size1_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4847133Z test_contig_size1_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4847316Z test_contig_size1_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4847498Z test_contig_size1_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4847682Z test_contig_size1_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4847850Z test_contig_size1_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4848036Z test_contig_size1_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4848246Z test_contig_size1_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4848434Z test_contig_size1_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4848624Z test_contig_size1_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4848820Z test_contig_size1_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4849011Z test_contig_size1_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4849202Z test_contig_size1_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4849390Z test_contig_size1_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4849565Z test_contig_size1_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4849750Z test_contig_size1_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4849932Z test_contig_size1_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4850118Z test_contig_size1_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4850300Z test_contig_size1_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4850489Z test_contig_size1_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4850678Z test_contig_size1_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4850864Z test_contig_size1_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851052Z test_contig_size1_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851216Z test_contig_size1_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851395Z test_contig_size1_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851581Z test_contig_size1_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851766Z test_contig_size1_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4851955Z test_contig_size1_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4852170Z test_contig_size1_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4852358Z test_contig_size1_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4852547Z test_contig_size1_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4852732Z test_contig_size1_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4852900Z test_contig_size1_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4853249Z test_contig_size1_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4853435Z test_contig_size1_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4853623Z test_contig_size1_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4853815Z test_contig_size1_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4853998Z test_contig_size1_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4854244Z test_contig_size1_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4854430Z test_contig_size1_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4854612Z test_contig_size1_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4854776Z test_contig_size1_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4854955Z test_contig_size1_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4855140Z test_contig_size1_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4855322Z test_contig_size1_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4855515Z test_contig_size1_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4855700Z test_contig_size1_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4855889Z test_contig_size1_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856072Z test_contig_size1_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856237Z test_contig_size1_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856423Z test_contig_size1_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856604Z test_contig_size1_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856789Z test_contig_size1_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4856971Z test_contig_size1_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4857162Z test_contig_size1_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4857348Z test_contig_size1_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4857536Z test_contig_size1_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4857720Z test_contig_size1_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4857888Z test_contig_size1_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4858070Z test_contig_size1_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4858290Z test_contig_size1_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4858474Z test_contig_size1_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4858660Z test_contig_size1_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4858848Z test_contig_size1_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859032Z test_contig_size1_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859219Z test_contig_size1_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859405Z test_contig_size1_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859572Z test_contig_size1_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859751Z test_contig_size1_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4859926Z test_contig_size1_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4860170Z test_contig_size1_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4860354Z test_contig_size1_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4860528Z test_contig_size1_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4860703Z test_contig_size1_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4860880Z test_contig_size1_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4861051Z test_contig_size1_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4861211Z test_contig_size1_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4861384Z test_contig_size1_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4861557Z test_contig_size1_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4861728Z test_contig_size1_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4861895Z test_contig_size1_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862061Z test_contig_size1_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862233Z test_contig_size1_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862396Z test_contig_size1_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862551Z test_contig_size1_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862724Z test_contig_size1_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4862891Z test_contig_size1_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4863059Z test_contig_size1_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4863222Z test_contig_size1_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4863389Z test_contig_size1_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4863552Z test_contig_size1_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4863714Z test_contig_size1_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4863870Z test_contig_size1_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4864040Z test_contig_size1_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4864232Z test_contig_size1_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4864396Z test_contig_size1_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4864571Z test_contig_size1_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4864739Z test_contig_size1_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4864911Z test_contig_size1_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4865077Z test_contig_size1_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4865239Z test_contig_size1_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4865386Z test_contig_size1_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4865550Z test_contig_size1_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4865716Z test_contig_size1_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4865879Z test_contig_size1_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4866042Z test_contig_size1_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4866234Z test_contig_size1_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4866415Z test_contig_size1_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4866590Z test_contig_size1_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4866756Z test_contig_size1_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4866932Z test_contig_size1_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4867106Z test_contig_size1_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4867283Z test_contig_size1_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4867458Z test_contig_size1_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4867631Z test_contig_size1_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4867801Z test_contig_size1_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4867969Z test_contig_size1_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868125Z test_contig_size1_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868297Z test_contig_size1_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868467Z test_contig_size1_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868634Z test_contig_size1_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868800Z test_contig_size1_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4868966Z test_contig_size1_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869135Z test_contig_size1_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869299Z test_contig_size1_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869453Z test_contig_size1_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869616Z test_contig_size1_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869797Z test_contig_size1_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4869978Z test_contig_size1_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4870156Z test_contig_size1_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4870367Z test_contig_size1_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4870543Z test_contig_size1_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4870720Z test_contig_size1_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4870908Z test_contig_size1_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4871078Z test_contig_size1_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4871255Z test_contig_size1_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4871423Z test_contig_size1_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4871654Z test_contig_size1_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4871834Z test_contig_size1_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4872004Z test_contig_size1_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4872201Z test_contig_size1_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4872368Z test_contig_size1_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4872521Z test_contig_size1_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4872685Z test_contig_size1_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4872847Z test_contig_size1_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4873009Z test_contig_size1_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4873171Z test_contig_size1_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4873341Z test_contig_size1_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4873504Z test_contig_size1_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4873675Z test_contig_size1_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4873845Z test_contig_size1_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4873996Z test_contig_size1_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4874159Z test_contig_size1_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4874321Z test_contig_size1_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4874482Z test_contig_size1_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4874644Z test_contig_size1_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4874807Z test_contig_size1_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4874970Z test_contig_size1_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4875135Z test_contig_size1_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4875283Z test_contig_size1_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4875452Z test_contig_size1_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4875620Z test_contig_size1_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4875793Z test_contig_size1_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4875961Z test_contig_size1_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876129Z test_contig_size1_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876292Z test_contig_size1_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876494Z test_contig_size1_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876644Z test_contig_size1_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876808Z test_contig_size1_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4876973Z test_contig_size1_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4877136Z test_contig_size1_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4877297Z test_contig_size1_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4877471Z test_contig_size1_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4877639Z test_contig_size1_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4877813Z test_contig_size1_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4877976Z test_contig_size1_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4878146Z test_contig_size1_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4878345Z test_contig_size1_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4878513Z test_contig_size1_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4878676Z test_contig_size1_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4878841Z test_contig_size1_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879007Z test_contig_size1_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879169Z test_contig_size1_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879322Z test_contig_size1_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879486Z test_contig_size1_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879653Z test_contig_size1_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879816Z test_contig_size1_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4879975Z test_contig_size1_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880139Z test_contig_size1_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880305Z test_contig_size1_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880468Z test_contig_size1_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880631Z test_contig_size1_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880780Z test_contig_size1_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4880955Z test_contig_size1_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881122Z test_contig_size1_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881293Z test_contig_size1_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881458Z test_contig_size1_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881622Z test_contig_size1_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881788Z test_contig_size1_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4881954Z test_contig_size1_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882100Z test_contig_size1_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882269Z test_contig_size1_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882467Z test_contig_size1_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882633Z test_contig_size1_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882797Z test_contig_size1_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4882968Z test_contig_size1_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4883136Z test_contig_size1_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4883302Z test_contig_size1_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4883458Z test_contig_size1_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4883620Z test_contig_size1_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4883783Z test_contig_size1_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4883947Z test_contig_size1_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4884109Z test_contig_size1_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4884269Z test_contig_size1_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4884469Z test_contig_size1_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4884631Z test_contig_size1_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4884787Z test_contig_size1_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4884958Z test_contig_size1_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4885123Z test_contig_size1_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4885287Z test_contig_size1_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4885450Z test_contig_size1_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4885616Z test_contig_size1_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4885779Z test_contig_size1_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4885947Z test_contig_size1_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4886094Z test_contig_size1_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4886262Z test_contig_size1_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4886424Z test_contig_size1_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4886593Z test_contig_size1_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4886763Z test_contig_size1_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4886928Z test_contig_size1_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887091Z test_contig_size1_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887253Z test_contig_size1_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887418Z test_contig_size1_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887565Z test_contig_size1_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887730Z test_contig_size1_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4887890Z test_contig_size1_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888068Z test_contig_size1_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888249Z test_contig_size1_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888428Z test_contig_size1_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888637Z test_contig_size1_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888813Z test_contig_size1_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4888973Z test_contig_size1_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4889148Z test_contig_size1_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4889325Z test_contig_size1_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4889503Z test_contig_size1_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4889684Z test_contig_size1_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4889863Z test_contig_size1_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890041Z test_contig_size1_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890213Z test_contig_size1_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890414Z test_contig_size1_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890578Z test_contig_size1_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890753Z test_contig_size1_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4890925Z test_contig_size1_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891105Z test_contig_size1_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891283Z test_contig_size1_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891463Z test_contig_size1_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891640Z test_contig_size1_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891816Z test_contig_size1_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4891976Z test_contig_size1_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4892151Z test_contig_size1_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4892323Z test_contig_size1_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4892501Z test_contig_size1_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4892679Z test_contig_size1_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4892853Z test_contig_size1_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4893165Z test_contig_size1_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4893389Z test_contig_size1_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4893569Z test_contig_size1_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4893729Z test_contig_size1_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4893904Z test_contig_size1_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4894080Z test_contig_size1_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4894256Z test_contig_size1_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4894432Z test_contig_size1_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4894654Z test_contig_size1_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4894828Z test_contig_size1_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895008Z test_contig_size1_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895169Z test_contig_size1_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895346Z test_contig_size1_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895519Z test_contig_size1_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895696Z test_contig_size1_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4895873Z test_contig_size1_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896049Z test_contig_size1_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896224Z test_contig_size1_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896397Z test_contig_size1_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896615Z test_contig_size1_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896774Z test_contig_size1_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4896949Z test_contig_size1_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4897126Z test_contig_size1_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4897301Z test_contig_size1_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4897474Z test_contig_size1_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4897649Z test_contig_size1_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4897823Z test_contig_size1_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4897998Z test_contig_size1_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4898155Z test_contig_size1_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4898330Z test_contig_size1_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4898504Z test_contig_size1_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4898674Z test_contig_size1_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4898845Z test_contig_size1_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899018Z test_contig_size1_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899188Z test_contig_size1_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899358Z test_contig_size1_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899532Z test_contig_size1_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899689Z test_contig_size1_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4899859Z test_contig_size1_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900030Z test_contig_size1_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900203Z test_contig_size1_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900374Z test_contig_size1_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900543Z test_contig_size1_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900743Z test_contig_size1_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4900913Z test_contig_size1_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901070Z test_contig_size1_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901241Z test_contig_size1_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901416Z test_contig_size1_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901587Z test_contig_size1_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901758Z test_contig_size1_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4901928Z test_contig_size1_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902100Z test_contig_size1_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902270Z test_contig_size1_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902465Z test_contig_size1_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902629Z test_contig_size1_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902811Z test_contig_size1_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4902993Z test_contig_size1_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4903168Z test_contig_size1_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4903343Z test_contig_size1_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4903522Z test_contig_size1_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4903701Z test_contig_size1_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4903876Z test_contig_size1_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904055Z test_contig_size1_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904246Z test_contig_size1_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904433Z test_contig_size1_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904622Z test_contig_size1_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904811Z test_contig_size1_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4904999Z test_contig_size1_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4905189Z test_contig_size1_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4911979Z test_contig_size1_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4912179Z test_contig_size1_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4912356Z test_contig_size1_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4912550Z test_contig_size1_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4912738Z test_contig_size1_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4912921Z test_contig_size1_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4913104Z test_contig_size1_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4913366Z test_contig_size1_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4913559Z test_contig_size1_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4913747Z test_contig_size1_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4913937Z test_contig_size1_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4914113Z test_contig_size1_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4914298Z test_contig_size1_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4914481Z test_contig_size1_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4914669Z test_contig_size1_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4914856Z test_contig_size1_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915074Z test_contig_size1_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915262Z test_contig_size1_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915450Z test_contig_size1_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915641Z test_contig_size1_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915812Z test_contig_size1_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4915996Z test_contig_size1_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4916182Z test_contig_size1_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4916368Z test_contig_size1_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4916557Z test_contig_size1_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4916734Z test_contig_size1_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4916907Z test_contig_size1_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917083Z test_contig_size1_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917259Z test_contig_size1_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917418Z test_contig_size1_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917589Z test_contig_size1_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917761Z test_contig_size1_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4917935Z test_contig_size1_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4918107Z test_contig_size1_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4918279Z test_contig_size1_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4918456Z test_contig_size1_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4918633Z test_contig_size1_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4918805Z test_contig_size1_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4918964Z test_contig_size1_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4919165Z test_contig_size1_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4919337Z test_contig_size1_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4919511Z test_contig_size1_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4919725Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4919931Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4920137Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4920348Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4920551Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4920740Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4920965Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4921170Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4921372Z test_contig_size1_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4921567Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4921767Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4921962Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4922162Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4922360Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4922537Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4922733Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4922927Z test_contig_size1_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4923121Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4923320Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4923520Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4923710Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4923904Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4924093Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4924272Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4924463Z test_contig_size1_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4924651Z test_contig_size1_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4924871Z test_contig_size1_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925060Z test_contig_size1_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925253Z test_contig_size1_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925442Z test_contig_size1_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925625Z test_contig_size1_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925816Z test_contig_size1_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4925992Z test_contig_size1_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4926158Z test_contig_size1_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4926323Z test_contig_size1_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4926493Z test_contig_size1_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4926689Z test_contig_size1_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4926856Z test_contig_size1_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4927020Z test_contig_size1_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4927186Z test_contig_size1_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4927335Z test_contig_size1_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4927499Z test_contig_size1_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4927660Z test_contig_size1_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4927828Z test_contig_size1_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4927999Z test_contig_size1_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.4928167Z test_contig_size1_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4928341Z test_contig_size1_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4928515Z test_contig_size1_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.4928681Z test_contig_size1_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4928833Z test_contig_size1_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4928996Z test_contig_size1_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929163Z test_contig_size1_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929327Z test_contig_size1_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929486Z test_contig_size1_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929653Z test_contig_size1_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929820Z test_contig_size1_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4929982Z test_contig_size1_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4930133Z test_contig_size1_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4930299Z test_contig_size1_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4930467Z test_contig_size1_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4930629Z test_contig_size1_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4930792Z test_contig_size1_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4930984Z test_contig_size1_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931145Z test_contig_size1_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931308Z test_contig_size1_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931456Z test_contig_size1_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931620Z test_contig_size1_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931787Z test_contig_size1_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4931948Z test_contig_size1_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4932121Z test_contig_size1_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4932291Z test_contig_size1_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4932457Z test_contig_size1_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4932621Z test_contig_size1_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4932809Z test_contig_size1_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933120Z test_contig_size1_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933325Z test_contig_size1_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933489Z test_contig_size1_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933652Z test_contig_size1_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933819Z test_contig_size1_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4933988Z test_contig_size1_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934155Z test_contig_size1_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934307Z test_contig_size1_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934474Z test_contig_size1_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934637Z test_contig_size1_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934804Z test_contig_size1_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4934966Z test_contig_size1_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4935140Z test_contig_vs_every_other_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4935320Z test_contig_vs_every_other_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4935499Z test_contig_vs_every_other_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4935679Z test_contig_vs_every_other_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4935841Z test_contig_vs_every_other_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4936018Z test_contig_vs_every_other_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4936191Z test_contig_vs_every_other_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4936362Z test_contig_vs_every_other_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4936533Z test_contig_vs_every_other_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4936701Z test_contig_vs_every_other_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4936872Z test_contig_vs_every_other_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4937045Z test_contig_vs_every_other_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4937262Z test_contig_vs_every_other_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4937433Z test_contig_vs_every_other_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4937615Z test_contig_vs_every_other_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.4937794Z test_contig_vs_every_other_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4937971Z test_contig_vs_every_other_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4938147Z test_contig_vs_every_other_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4938321Z test_contig_vs_every_other_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4938493Z test_contig_vs_every_other_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4938669Z test_contig_vs_every_other_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4938827Z test_contig_vs_every_other_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4939030Z test_contig_vs_every_other_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4939211Z test_contig_vs_every_other_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4939384Z test_contig_vs_every_other_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4939567Z test_contig_vs_every_other_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4939747Z test_contig_vs_every_other_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4939924Z test_contig_vs_every_other_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4940103Z test_contig_vs_every_other_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4940266Z test_contig_vs_every_other_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4940440Z test_contig_vs_every_other_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4940613Z test_contig_vs_every_other_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4940784Z test_contig_vs_every_other_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4940955Z test_contig_vs_every_other_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4941133Z test_contig_vs_every_other_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4941305Z test_contig_vs_every_other_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4941490Z test_contig_vs_every_other_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4941670Z test_contig_vs_every_other_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4941832Z test_contig_vs_every_other_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4942010Z test_contig_vs_every_other_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4942185Z test_contig_vs_every_other_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4942358Z test_contig_vs_every_other_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4942528Z test_contig_vs_every_other_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4942696Z test_contig_vs_every_other_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4942867Z test_contig_vs_every_other_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4943038Z test_contig_vs_every_other_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4943229Z test_contig_vs_every_other_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4943401Z test_contig_vs_every_other_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4943585Z test_contig_vs_every_other_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.4943763Z test_contig_vs_every_other_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4943937Z test_contig_vs_every_other_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4944109Z test_contig_vs_every_other_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4944280Z test_contig_vs_every_other_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4944451Z test_contig_vs_every_other_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4944624Z test_contig_vs_every_other_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4944784Z test_contig_vs_every_other_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4944984Z test_contig_vs_every_other_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4945162Z test_contig_vs_every_other_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4945333Z test_contig_vs_every_other_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4945515Z test_contig_vs_every_other_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4945694Z test_contig_vs_every_other_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4945868Z test_contig_vs_every_other_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4946045Z test_contig_vs_every_other_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4946206Z test_contig_vs_every_other_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4946380Z test_contig_vs_every_other_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4946548Z test_contig_vs_every_other_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4946720Z test_contig_vs_every_other_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4946888Z test_contig_vs_every_other_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4947062Z test_contig_vs_every_other_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4947236Z test_contig_vs_every_other_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4947417Z test_contig_vs_every_other_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.4947597Z test_contig_vs_every_other_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4947756Z test_contig_vs_every_other_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4947934Z test_contig_vs_every_other_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4948106Z test_contig_vs_every_other_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4948278Z test_contig_vs_every_other_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4948444Z test_contig_vs_every_other_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4948617Z test_contig_vs_every_other_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4948785Z test_contig_vs_every_other_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4948963Z test_contig_vs_every_other_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4949150Z test_contig_vs_every_other_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4949332Z test_contig_vs_every_other_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4949512Z test_contig_vs_every_other_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4949690Z test_contig_vs_every_other_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4949866Z test_contig_vs_every_other_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950038Z test_contig_vs_every_other_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950208Z test_contig_vs_every_other_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950378Z test_contig_vs_every_other_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950549Z test_contig_vs_every_other_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950708Z test_contig_vs_every_other_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4950919Z test_contig_vs_every_other_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4951097Z test_contig_vs_every_other_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4951284Z test_contig_vs_every_other_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4951525Z test_contig_vs_every_other_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4951708Z test_contig_vs_every_other_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4951888Z test_contig_vs_every_other_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4952071Z test_contig_vs_every_other_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4952249Z test_contig_vs_every_other_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4952413Z test_contig_vs_every_other_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4952588Z test_contig_vs_every_other_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4952761Z test_contig_vs_every_other_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4952936Z test_contig_vs_every_other_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4953112Z test_contig_vs_every_other_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4953290Z test_contig_vs_every_other_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4953476Z test_contig_vs_every_other_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4953658Z test_contig_vs_every_other_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4953824Z test_contig_vs_every_other_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4954002Z test_contig_vs_every_other_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4954183Z test_contig_vs_every_other_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4954362Z test_contig_vs_every_other_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4954535Z test_contig_vs_every_other_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4954718Z test_contig_vs_every_other_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4954894Z test_contig_vs_every_other_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955104Z test_contig_vs_every_other_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955279Z test_contig_vs_every_other_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955441Z test_contig_vs_every_other_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955616Z test_contig_vs_every_other_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955786Z test_contig_vs_every_other_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4955954Z test_contig_vs_every_other_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4956124Z test_contig_vs_every_other_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4956295Z test_contig_vs_every_other_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4956467Z test_contig_vs_every_other_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4956646Z test_contig_vs_every_other_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4956832Z test_contig_vs_every_other_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4957013Z test_contig_vs_every_other_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4957191Z test_contig_vs_every_other_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4957364Z test_contig_vs_every_other_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4957534Z test_contig_vs_every_other_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4957702Z test_contig_vs_every_other_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4957870Z test_contig_vs_every_other_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4958043Z test_contig_vs_every_other_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4958209Z test_contig_vs_every_other_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4958369Z test_contig_vs_every_other_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4958541Z test_contig_vs_every_other_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4958716Z test_contig_vs_every_other_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4958886Z test_contig_vs_every_other_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4959061Z test_contig_vs_every_other_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4959230Z test_contig_vs_every_other_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4959401Z test_contig_vs_every_other_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4959573Z test_contig_vs_every_other_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4959732Z test_contig_vs_every_other_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4959902Z test_contig_vs_every_other_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4960081Z test_contig_vs_every_other_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4960253Z test_contig_vs_every_other_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4960433Z test_contig_vs_every_other_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4960612Z test_contig_vs_every_other_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4960792Z test_contig_vs_every_other_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4960994Z test_contig_vs_every_other_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4961168Z test_contig_vs_every_other_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4961328Z test_contig_vs_every_other_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4961501Z test_contig_vs_every_other_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4961671Z test_contig_vs_every_other_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4961842Z test_contig_vs_every_other_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4962012Z test_contig_vs_every_other_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4962185Z test_contig_vs_every_other_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4962364Z test_contig_vs_every_other_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4962535Z test_contig_vs_every_other_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4962728Z test_contig_vs_every_other_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4962908Z test_contig_vs_every_other_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963088Z test_contig_vs_every_other_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963263Z test_contig_vs_every_other_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963440Z test_contig_vs_every_other_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963613Z test_contig_vs_every_other_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963783Z test_contig_vs_every_other_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4963955Z test_contig_vs_every_other_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964130Z test_contig_vs_every_other_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964290Z test_contig_vs_every_other_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964460Z test_contig_vs_every_other_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964639Z test_contig_vs_every_other_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964810Z test_contig_vs_every_other_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4964990Z test_contig_vs_every_other_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4965165Z test_contig_vs_every_other_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4965343Z test_contig_vs_every_other_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4965516Z test_contig_vs_every_other_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4965692Z test_contig_vs_every_other_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4965847Z test_contig_vs_every_other_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966016Z test_contig_vs_every_other_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966187Z test_contig_vs_every_other_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966356Z test_contig_vs_every_other_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966527Z test_contig_vs_every_other_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966696Z test_contig_vs_every_other_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4966914Z test_contig_vs_every_other_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4967096Z test_contig_vs_every_other_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4967279Z test_contig_vs_every_other_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4967469Z test_contig_vs_every_other_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4967661Z test_contig_vs_every_other_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4967847Z test_contig_vs_every_other_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4968030Z test_contig_vs_every_other_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4968211Z test_contig_vs_every_other_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4968396Z test_contig_vs_every_other_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4968603Z test_contig_vs_every_other_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4968785Z test_contig_vs_every_other_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4968952Z test_contig_vs_every_other_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4969137Z test_contig_vs_every_other_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4969313Z test_contig_vs_every_other_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4969486Z test_contig_vs_every_other_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4969665Z test_contig_vs_every_other_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4969845Z test_contig_vs_every_other_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4970019Z test_contig_vs_every_other_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4970195Z test_contig_vs_every_other_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4970366Z test_contig_vs_every_other_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4970519Z test_contig_vs_every_other_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4970690Z test_contig_vs_every_other_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4970861Z test_contig_vs_every_other_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4971031Z test_contig_vs_every_other_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4971210Z test_contig_vs_every_other_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4971385Z test_contig_vs_every_other_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4971568Z test_contig_vs_every_other_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4971744Z test_contig_vs_every_other_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4971905Z test_contig_vs_every_other_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4972077Z test_contig_vs_every_other_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4972248Z test_contig_vs_every_other_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4972420Z test_contig_vs_every_other_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4972594Z test_contig_vs_every_other_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4972792Z test_contig_vs_every_other_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4973079Z test_contig_vs_every_other_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4973333Z test_contig_vs_every_other_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4973496Z test_contig_vs_every_other_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4973678Z test_contig_vs_every_other_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4973858Z test_contig_vs_every_other_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4974037Z test_contig_vs_every_other_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4974215Z test_contig_vs_every_other_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4974393Z test_contig_vs_every_other_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4974566Z test_contig_vs_every_other_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4974797Z test_contig_vs_every_other_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4974968Z test_contig_vs_every_other_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4975136Z test_contig_vs_every_other_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.4975311Z test_contig_vs_every_other_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4975489Z test_contig_vs_every_other_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4975668Z test_contig_vs_every_other_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4975840Z test_contig_vs_every_other_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976018Z test_contig_vs_every_other_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976196Z test_contig_vs_every_other_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976374Z test_contig_vs_every_other_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976547Z test_contig_vs_every_other_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976712Z test_contig_vs_every_other_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4976887Z test_contig_vs_every_other_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4977073Z test_contig_vs_every_other_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4977254Z test_contig_vs_every_other_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4977439Z test_contig_vs_every_other_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4977618Z test_contig_vs_every_other_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4977797Z test_contig_vs_every_other_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4977975Z test_contig_vs_every_other_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4978135Z test_contig_vs_every_other_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4978308Z test_contig_vs_every_other_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4978480Z test_contig_vs_every_other_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4978654Z test_contig_vs_every_other_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4978866Z test_contig_vs_every_other_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4979038Z test_contig_vs_every_other_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4979212Z test_contig_vs_every_other_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4979386Z test_contig_vs_every_other_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4979559Z test_contig_vs_every_other_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4979717Z test_contig_vs_every_other_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4979888Z test_contig_vs_every_other_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4980057Z test_contig_vs_every_other_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4980228Z test_contig_vs_every_other_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4980400Z test_contig_vs_every_other_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4980578Z test_contig_vs_every_other_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4980777Z test_contig_vs_every_other_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4980952Z test_contig_vs_every_other_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4981112Z test_contig_vs_every_other_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4981281Z test_contig_vs_every_other_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4981452Z test_contig_vs_every_other_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4981622Z test_contig_vs_every_other_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4981794Z test_contig_vs_every_other_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4981963Z test_contig_vs_every_other_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4982144Z test_contig_vs_every_other_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4982319Z test_contig_vs_every_other_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4982496Z test_contig_vs_every_other_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4982660Z test_contig_vs_every_other_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4982833Z test_contig_vs_every_other_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983006Z test_contig_vs_every_other_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983177Z test_contig_vs_every_other_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983351Z test_contig_vs_every_other_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983520Z test_contig_vs_every_other_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983697Z test_contig_vs_every_other_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4983868Z test_contig_vs_every_other_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4984023Z test_contig_vs_every_other_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4984196Z test_contig_vs_every_other_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4984367Z test_contig_vs_every_other_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4984536Z test_contig_vs_every_other_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4984732Z test_contig_vs_every_other_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4984903Z test_contig_vs_every_other_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4985075Z test_contig_vs_every_other_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4985246Z test_contig_vs_every_other_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4985422Z test_contig_vs_every_other_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4985580Z test_contig_vs_every_other_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4985759Z test_contig_vs_every_other_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4985935Z test_contig_vs_every_other_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4986108Z test_contig_vs_every_other_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4986284Z test_contig_vs_every_other_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4986455Z test_contig_vs_every_other_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4986655Z test_contig_vs_every_other_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4986827Z test_contig_vs_every_other_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4986986Z test_contig_vs_every_other_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4987154Z test_contig_vs_every_other_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4987332Z test_contig_vs_every_other_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4987503Z test_contig_vs_every_other_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4987678Z test_contig_vs_every_other_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4987855Z test_contig_vs_every_other_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4988028Z test_contig_vs_every_other_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4988201Z test_contig_vs_every_other_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4988372Z test_contig_vs_every_other_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4988530Z test_contig_vs_every_other_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4988702Z test_contig_vs_every_other_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4988878Z test_contig_vs_every_other_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4989049Z test_contig_vs_every_other_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4989232Z test_contig_vs_every_other_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.4989408Z test_contig_vs_every_other_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4989586Z test_contig_vs_every_other_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4989760Z test_contig_vs_every_other_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4989920Z test_contig_vs_every_other_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4990092Z test_contig_vs_every_other_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4990263Z test_contig_vs_every_other_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4990433Z test_contig_vs_every_other_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4990632Z test_contig_vs_every_other_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4990803Z test_contig_vs_every_other_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4990975Z test_contig_vs_every_other_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4991155Z test_contig_vs_every_other_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4991325Z test_contig_vs_every_other_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4991559Z test_contig_vs_every_other_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4991739Z test_contig_vs_every_other_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4991920Z test_contig_vs_every_other_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4992096Z test_contig_vs_every_other_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4992276Z test_contig_vs_every_other_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4992449Z test_contig_vs_every_other_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4992652Z test_contig_vs_every_other_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4992828Z test_contig_vs_every_other_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4992984Z test_contig_vs_every_other_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4993155Z test_contig_vs_every_other_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4993326Z test_contig_vs_every_other_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4993504Z test_contig_vs_every_other_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4993681Z test_contig_vs_every_other_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4993859Z test_contig_vs_every_other_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4994032Z test_contig_vs_every_other_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4994202Z test_contig_vs_every_other_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4994373Z test_contig_vs_every_other_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4994531Z test_contig_vs_every_other_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4994702Z test_contig_vs_every_other_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4994877Z test_contig_vs_every_other_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4995053Z test_contig_vs_every_other_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4995228Z test_contig_vs_every_other_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4995403Z test_contig_vs_every_other_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4995599Z test_contig_vs_every_other_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4995793Z test_contig_vs_every_other_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4995974Z test_contig_vs_every_other_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4996160Z test_contig_vs_every_other_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.4996340Z test_contig_vs_every_other_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4996513Z test_contig_vs_every_other_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4996720Z test_contig_vs_every_other_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4996898Z test_contig_vs_every_other_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4997076Z test_contig_vs_every_other_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4997248Z test_contig_vs_every_other_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4997421Z test_contig_vs_every_other_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4997577Z test_contig_vs_every_other_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4997747Z test_contig_vs_every_other_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4997914Z test_contig_vs_every_other_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4998088Z test_contig_vs_every_other_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4998259Z test_contig_vs_every_other_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.4998497Z test_contig_vs_every_other_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4998669Z test_contig_vs_every_other_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4998838Z test_contig_vs_every_other_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4998995Z test_contig_vs_every_other_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4999165Z test_contig_vs_every_other_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4999337Z test_contig_vs_every_other_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4999508Z test_contig_vs_every_other_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4999679Z test_contig_vs_every_other_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.4999851Z test_contig_vs_every_other_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5000032Z test_contig_vs_every_other_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5000212Z test_contig_vs_every_other_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5000392Z test_contig_vs_every_other_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5000552Z test_contig_vs_every_other_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5000722Z test_contig_vs_every_other_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5000899Z test_contig_vs_every_other_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5001079Z test_contig_vs_every_other_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5001253Z test_contig_vs_every_other_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5001425Z test_contig_vs_every_other_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5001596Z test_contig_vs_every_other_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5001768Z test_contig_vs_every_other_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5001927Z test_contig_vs_every_other_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5002098Z test_contig_vs_every_other_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5002264Z test_contig_vs_every_other_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5002435Z test_contig_vs_every_other_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5002644Z test_contig_vs_every_other_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5002821Z test_contig_vs_every_other_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5003009Z test_contig_vs_every_other_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5003193Z test_contig_vs_every_other_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5003377Z test_contig_vs_every_other_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5003543Z test_contig_vs_every_other_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5003724Z test_contig_vs_every_other_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5003901Z test_contig_vs_every_other_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004078Z test_contig_vs_every_other_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004253Z test_contig_vs_every_other_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004450Z test_contig_vs_every_other_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004627Z test_contig_vs_every_other_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004800Z test_contig_vs_every_other_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5004976Z test_contig_vs_every_other_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5005137Z test_contig_vs_every_other_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5005318Z test_contig_vs_every_other_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5005497Z test_contig_vs_every_other_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5005677Z test_contig_vs_every_other_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5005850Z test_contig_vs_every_other_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5006025Z test_contig_vs_every_other_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5006195Z test_contig_vs_every_other_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:19:33.5006372Z test_contig_vs_every_other_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5006530Z test_contig_vs_every_other_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5006700Z test_contig_vs_every_other_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5006870Z test_contig_vs_every_other_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5007042Z test_contig_vs_every_other_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5007219Z test_contig_vs_every_other_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5007394Z test_contig_vs_every_other_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5007574Z test_contig_vs_every_other_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5007753Z test_contig_vs_every_other_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5007929Z test_contig_vs_every_other_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008091Z test_contig_vs_every_other_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008263Z test_contig_vs_every_other_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008434Z test_contig_vs_every_other_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008631Z test_contig_vs_every_other_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008799Z test_contig_vs_every_other_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5008971Z test_contig_vs_every_other_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5009143Z test_contig_vs_every_other_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5009326Z test_contig_vs_every_other_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5009490Z test_contig_vs_every_other_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5009670Z test_contig_vs_every_other_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5009849Z test_contig_vs_every_other_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010032Z test_contig_vs_every_other_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010209Z test_contig_vs_every_other_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010409Z test_contig_vs_every_other_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010584Z test_contig_vs_every_other_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010758Z test_contig_vs_every_other_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5010931Z test_contig_vs_every_other_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011099Z test_contig_vs_every_other_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011278Z test_contig_vs_every_other_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011461Z test_contig_vs_every_other_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011640Z test_contig_vs_every_other_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011819Z test_contig_vs_every_other_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5011996Z test_contig_vs_every_other_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5012171Z test_contig_vs_every_other_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5012344Z test_contig_vs_every_other_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5012507Z test_contig_vs_every_other_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5012678Z test_contig_vs_every_other_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5012857Z test_contig_vs_every_other_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5013177Z test_contig_vs_every_other_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5013392Z test_contig_vs_every_other_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5013574Z test_contig_vs_every_other_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5013754Z test_contig_vs_every_other_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5013930Z test_contig_vs_every_other_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5014105Z test_contig_vs_every_other_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5014264Z test_contig_vs_every_other_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5014439Z test_contig_vs_every_other_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5014665Z test_contig_vs_every_other_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5014840Z test_contig_vs_every_other_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5015015Z test_contig_vs_every_other_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5015188Z test_contig_vs_every_other_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5015404Z test_contig_vs_every_other_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5015615Z test_contig_vs_every_other_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5015828Z test_contig_vs_every_other_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5016030Z test_contig_vs_every_other_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5016242Z test_contig_vs_every_other_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5016508Z test_contig_vs_every_other_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5016723Z test_contig_vs_every_other_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5016930Z test_contig_vs_every_other_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5017135Z test_contig_vs_every_other_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5017337Z test_contig_vs_every_other_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5017543Z test_contig_vs_every_other_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5017749Z test_contig_vs_every_other_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5017931Z test_contig_vs_every_other_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018093Z test_contig_vs_every_other_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018273Z test_contig_vs_every_other_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018455Z test_contig_vs_every_other_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018629Z test_contig_vs_every_other_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018805Z test_contig_vs_every_other_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5018978Z test_contig_vs_every_other_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5019151Z test_contig_vs_every_other_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5019329Z test_contig_vs_every_other_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5019491Z test_contig_vs_every_other_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5019666Z test_contig_vs_every_other_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5019845Z test_contig_vs_every_other_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020023Z test_contig_vs_every_other_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020200Z test_contig_vs_every_other_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020441Z test_contig_vs_every_other_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020613Z test_contig_vs_every_other_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020786Z test_contig_vs_every_other_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5020954Z test_contig_vs_every_other_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021110Z test_contig_vs_every_other_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021279Z test_contig_vs_every_other_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021458Z test_contig_vs_every_other_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021632Z test_contig_vs_every_other_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021807Z test_contig_vs_every_other_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5021984Z test_contig_vs_every_other_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5022154Z test_contig_vs_every_other_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5022352Z test_contig_vs_every_other_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5022507Z test_contig_vs_every_other_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5022680Z test_contig_vs_every_other_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5022849Z test_contig_vs_every_other_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5023023Z test_contig_vs_every_other_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5023195Z test_contig_vs_every_other_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5023377Z test_contig_vs_every_other_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5023554Z test_contig_vs_every_other_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5023730Z test_contig_vs_every_other_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5023904Z test_contig_vs_every_other_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5024060Z test_contig_vs_every_other_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5024229Z test_contig_vs_every_other_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5024401Z test_contig_vs_every_other_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5024574Z test_contig_vs_every_other_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5024745Z test_contig_vs_every_other_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5024919Z test_contig_vs_every_other_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5025089Z test_contig_vs_every_other_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5025268Z test_contig_vs_every_other_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5025431Z test_contig_vs_every_other_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5025605Z test_contig_vs_every_other_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5025776Z test_contig_vs_every_other_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5025946Z test_contig_vs_every_other_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5026115Z test_contig_vs_every_other_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5026281Z test_contig_vs_every_other_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5026479Z test_contig_vs_every_other_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5026652Z test_contig_vs_every_other_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5026837Z test_contig_vs_every_other_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5027004Z test_contig_vs_every_other_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5027191Z test_contig_vs_every_other_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5027378Z test_contig_vs_every_other_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5027561Z test_contig_vs_every_other_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5027736Z test_contig_vs_every_other_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5027912Z test_contig_vs_every_other_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5028093Z test_contig_vs_every_other_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5028305Z test_contig_vs_every_other_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5028489Z test_contig_vs_every_other_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5028654Z test_contig_vs_every_other_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5028833Z test_contig_vs_every_other_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5029010Z test_contig_vs_every_other_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5029184Z test_contig_vs_every_other_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5029361Z test_contig_vs_every_other_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5029536Z test_contig_vs_every_other_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5029710Z test_contig_vs_every_other_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5029882Z test_contig_vs_every_other_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5030042Z test_contig_vs_every_other_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5030213Z test_contig_vs_every_other_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5030385Z test_contig_vs_every_other_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5030558Z test_contig_vs_every_other_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5030732Z test_contig_vs_every_other_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5030914Z test_contig_vs_every_other_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5031096Z test_contig_vs_every_other_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5031274Z test_contig_vs_every_other_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5031449Z test_contig_vs_every_other_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5031696Z test_contig_vs_every_other_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5031868Z test_contig_vs_every_other_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032040Z test_contig_vs_every_other_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032212Z test_contig_vs_every_other_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032416Z test_contig_vs_every_other_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032587Z test_contig_vs_every_other_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032760Z test_contig_vs_every_other_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5032962Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5033144Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5033339Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5033533Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5033728Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5033919Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5034144Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5034337Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5034534Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5034729Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5034910Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5035100Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5035292Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5035483Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5035675Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5035861Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5036056Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5036249Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5036443Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5036635Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5036813Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5037002Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5037192Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5037377Z test_contig_vs_every_other_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5037559Z test_contig_vs_every_other_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5037740Z test_contig_vs_every_other_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5037923Z test_contig_vs_every_other_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5038103Z test_contig_vs_every_other_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5038311Z test_contig_vs_every_other_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5038481Z test_contig_vs_every_other_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5038658Z test_contig_vs_every_other_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5038834Z test_contig_vs_every_other_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5039008Z test_contig_vs_every_other_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5039182Z test_contig_vs_every_other_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5039357Z test_contig_vs_every_other_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5039535Z test_contig_vs_every_other_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5039715Z test_contig_vs_every_other_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5039880Z test_contig_vs_every_other_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5040083Z test_contig_vs_every_other_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5040260Z test_contig_vs_every_other_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5040429Z test_contig_vs_every_other_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5040601Z test_contig_vs_every_other_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5040772Z test_contig_vs_every_other_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5040939Z test_contig_vs_every_other_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5041113Z test_contig_vs_every_other_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5041285Z test_contig_vs_every_other_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5041467Z test_contig_vs_every_other_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5041660Z test_contig_vs_every_other_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5041847Z test_contig_vs_every_other_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5042039Z test_contig_vs_every_other_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5042230Z test_contig_vs_every_other_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5042422Z test_contig_vs_every_other_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5042627Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5042825Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5043027Z test_contig_vs_every_other_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5043217Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5043420Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5043622Z test_contig_vs_every_other_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5043818Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5044047Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5044243Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5044440Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5044636Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5044827Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5045007Z test_contig_vs_every_other_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5045208Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5045407Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5045607Z test_contig_vs_every_other_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5045823Z test_contig_vs_every_other_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5046016Z test_contig_vs_every_other_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5046209Z test_contig_vs_every_other_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5046400Z test_contig_vs_every_other_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5046589Z test_contig_vs_every_other_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5046766Z test_contig_vs_every_other_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5046960Z test_contig_vs_every_other_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5047150Z test_contig_vs_every_other_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5047340Z test_contig_vs_every_other_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5047528Z test_contig_vs_every_other_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5047716Z test_contig_vs_every_other_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5047904Z test_contig_vs_every_other_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5048088Z test_contig_vs_every_other_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5048281Z test_contig_vs_every_other_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5048460Z test_contig_vs_every_other_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5048648Z test_contig_vs_every_other_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5048838Z test_contig_vs_every_other_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5049024Z test_contig_vs_every_other_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5049211Z test_contig_vs_every_other_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5049399Z test_contig_vs_every_other_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5049586Z test_contig_vs_every_other_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5049803Z test_contig_vs_every_other_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5050052Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5050252Z test_contig_vs_every_other_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5050445Z test_contig_vs_every_other_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5050635Z test_contig_vs_every_other_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5050823Z test_contig_vs_every_other_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5051027Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5051229Z test_contig_vs_every_other_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5051423Z test_contig_vs_every_other_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5051640Z test_contig_vs_every_other_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5051829Z test_contig_vs_every_other_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5052028Z test_contig_vs_every_other_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5052209Z test_contig_vs_every_other_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5052405Z test_contig_vs_every_other_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5052604Z test_contig_vs_every_other_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5052803Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5053154Z test_contig_vs_every_other_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5053418Z test_contig_vs_every_other_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5053621Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5053820Z test_contig_vs_every_other_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5054014Z test_contig_vs_every_other_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5054194Z test_contig_vs_every_other_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5054392Z test_contig_vs_every_other_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5054588Z test_contig_vs_every_other_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5054785Z test_contig_vs_every_other_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5054976Z test_contig_vs_every_other_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5055168Z test_contig_vs_every_other_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5055362Z test_contig_vs_every_other_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5055562Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5055766Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5056002Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5056203Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5056400Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5056592Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5056783Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5056977Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5057174Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5057368Z test_contig_vs_every_other_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5057568Z test_contig_vs_every_other_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5057800Z test_contig_vs_every_other_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5057998Z test_contig_vs_every_other_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5058193Z test_contig_vs_every_other_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5058390Z test_contig_vs_every_other_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5058580Z test_contig_vs_every_other_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5058777Z test_contig_vs_every_other_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5058973Z test_contig_vs_every_other_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5059173Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5059370Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5059567Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5059753Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5059945Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5060139Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5060331Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5060526Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5060721Z test_contig_vs_every_other_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5060919Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5061112Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5061308Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5061491Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5061725Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5061916Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5062106Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5062299Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5062493Z test_contig_vs_every_other_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5062688Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5062883Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5063081Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5063263Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5063481Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5063674Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5063863Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5064058Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5064250Z test_contig_vs_every_other_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5064448Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5064643Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5064840Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5065020Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5065213Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5065405Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5065594Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5065790Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5065983Z test_contig_vs_every_other_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5066180Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5066374Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5066570Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5066751Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5066943Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5067133Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5067322Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5067541Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5067736Z test_contig_vs_every_other_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5067918Z test_contig_vs_every_other_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5068103Z test_contig_vs_every_other_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5068285Z test_contig_vs_every_other_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5068456Z test_contig_vs_every_other_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5068638Z test_contig_vs_every_other_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5068822Z test_contig_vs_every_other_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069001Z test_contig_vs_every_other_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069204Z test_contig_vs_every_other_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069383Z test_contig_vs_every_other_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069561Z test_contig_vs_every_other_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069740Z test_contig_vs_every_other_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5069916Z test_contig_vs_every_other_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5070082Z test_contig_vs_every_other_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5070260Z test_contig_vs_every_other_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5070442Z test_contig_vs_every_other_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5070620Z test_contig_vs_every_other_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5070802Z test_contig_vs_every_other_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5070979Z test_contig_vs_every_other_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5071154Z test_contig_vs_every_other_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5071329Z test_contig_vs_every_other_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5071553Z test_contig_vs_every_other_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5071729Z test_contig_vs_every_other_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5071910Z test_contig_vs_every_other_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5072084Z test_contig_vs_every_other_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5072267Z test_contig_vs_every_other_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5072446Z test_contig_vs_every_other_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5072624Z test_contig_vs_every_other_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5072799Z test_contig_vs_every_other_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5072973Z test_contig_vs_every_other_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5073134Z test_contig_vs_every_other_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5073305Z test_contig_vs_every_other_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5073510Z test_contig_vs_every_other_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5073683Z test_contig_vs_every_other_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5073857Z test_contig_vs_every_other_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5074028Z test_contig_vs_every_other_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5074214Z test_contig_vs_every_other_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5074395Z test_contig_vs_every_other_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5074583Z test_contig_vs_every_other_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5074757Z test_contig_vs_every_other_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5074943Z test_contig_vs_every_other_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5075129Z test_contig_vs_every_other_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5075339Z test_contig_vs_every_other_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5075523Z test_contig_vs_every_other_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5075705Z test_contig_vs_every_other_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5075886Z test_contig_vs_every_other_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076064Z test_contig_vs_every_other_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076229Z test_contig_vs_every_other_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076410Z test_contig_vs_every_other_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076586Z test_contig_vs_every_other_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076766Z test_contig_vs_every_other_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5076941Z test_contig_vs_every_other_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077114Z test_contig_vs_every_other_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077284Z test_contig_vs_every_other_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077456Z test_contig_vs_every_other_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077626Z test_contig_vs_every_other_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077806Z test_contig_vs_every_other_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5077995Z test_contig_vs_every_other_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5078187Z test_contig_vs_every_other_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5078375Z test_contig_vs_every_other_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5078561Z test_contig_vs_every_other_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5078749Z test_contig_vs_every_other_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5078941Z test_contig_vs_every_other_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5079134Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5079354Z test_contig_vs_every_other_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5079521Z test_contig_vs_every_other_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5079697Z test_contig_vs_every_other_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5079877Z test_contig_vs_every_other_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5080056Z test_contig_vs_every_other_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5080230Z test_contig_vs_every_other_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5080405Z test_contig_vs_every_other_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5080578Z test_contig_vs_every_other_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5080752Z test_contig_vs_every_other_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5080906Z test_contig_vs_every_other_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5081118Z test_contig_vs_every_other_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5081291Z test_contig_vs_every_other_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5081466Z test_contig_vs_every_other_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5081637Z test_contig_vs_every_other_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5081814Z test_contig_vs_every_other_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5081993Z test_contig_vs_every_other_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5082168Z test_contig_vs_every_other_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5082348Z test_contig_vs_every_other_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5082507Z test_contig_vs_every_other_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5082675Z test_contig_vs_every_other_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5082846Z test_contig_vs_every_other_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083013Z test_contig_vs_every_other_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083185Z test_contig_vs_every_other_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083354Z test_contig_vs_every_other_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083527Z test_contig_vs_every_other_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083707Z test_contig_vs_every_other_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5083867Z test_contig_vs_every_other_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084050Z test_contig_vs_every_other_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084230Z test_contig_vs_every_other_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084404Z test_contig_vs_every_other_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084578Z test_contig_vs_every_other_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084752Z test_contig_vs_every_other_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5084923Z test_contig_vs_every_other_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085095Z test_contig_vs_every_other_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085295Z test_contig_vs_every_other_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085453Z test_contig_vs_every_other_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085626Z test_contig_vs_every_other_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085807Z test_contig_vs_every_other_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5085985Z test_contig_vs_every_other_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5086168Z test_contig_vs_every_other_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5086352Z test_contig_vs_every_other_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5086530Z test_contig_vs_every_other_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5086710Z test_contig_vs_every_other_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5086888Z test_contig_vs_every_other_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087076Z test_contig_vs_every_other_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087251Z test_contig_vs_every_other_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087426Z test_contig_vs_every_other_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087600Z test_contig_vs_every_other_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087774Z test_contig_vs_every_other_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5087945Z test_contig_vs_every_other_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5088119Z test_contig_vs_every_other_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5088292Z test_contig_vs_every_other_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5088452Z test_contig_vs_every_other_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5088626Z test_contig_vs_every_other_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5088799Z test_contig_vs_every_other_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5088968Z test_contig_vs_every_other_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5089139Z test_contig_vs_every_other_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5089310Z test_contig_vs_every_other_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5089489Z test_contig_vs_every_other_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5089665Z test_contig_vs_every_other_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5089845Z test_contig_vs_every_other_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090011Z test_contig_vs_every_other_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090190Z test_contig_vs_every_other_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090368Z test_contig_vs_every_other_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090542Z test_contig_vs_every_other_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090713Z test_contig_vs_every_other_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5090886Z test_contig_vs_every_other_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5091060Z test_contig_vs_every_other_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5091288Z test_contig_vs_every_other_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5091445Z test_contig_vs_every_other_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5091627Z test_contig_vs_every_other_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5091804Z test_contig_vs_every_other_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5091975Z test_contig_vs_every_other_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5092148Z test_contig_vs_every_other_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5092319Z test_contig_vs_every_other_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5092490Z test_contig_vs_every_other_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5092660Z test_contig_vs_every_other_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5092831Z test_contig_vs_every_other_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5093176Z test_contig_vs_every_other_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5093380Z test_contig_vs_every_other_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5093554Z test_contig_vs_every_other_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5093733Z test_contig_vs_every_other_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5093912Z test_contig_vs_every_other_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5094088Z test_contig_vs_every_other_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5094263Z test_contig_vs_every_other_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5094445Z test_contig_vs_every_other_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5094601Z test_contig_vs_every_other_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5094774Z test_contig_vs_every_other_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5094944Z test_contig_vs_every_other_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5095117Z test_contig_vs_every_other_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5095296Z test_contig_vs_every_other_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5095466Z test_contig_vs_every_other_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5095646Z test_contig_vs_every_other_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5095826Z test_contig_vs_every_other_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5096003Z test_contig_vs_every_other_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5096162Z test_contig_vs_every_other_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5096333Z test_contig_vs_every_other_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5096501Z test_contig_vs_every_other_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5096670Z test_contig_vs_every_other_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5096842Z test_contig_vs_every_other_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5097011Z test_contig_vs_every_other_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5097197Z test_contig_vs_every_other_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5097422Z test_contig_vs_every_other_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5097602Z test_contig_vs_every_other_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5097788Z test_contig_vs_every_other_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5097973Z test_contig_vs_every_other_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5098158Z test_contig_vs_every_other_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5098343Z test_contig_vs_every_other_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5098527Z test_contig_vs_every_other_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5098717Z test_contig_vs_every_other_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5098907Z test_contig_vs_every_other_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5099138Z test_contig_vs_every_other_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5099315Z test_contig_vs_every_other_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5099503Z test_contig_vs_every_other_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5099689Z test_contig_vs_every_other_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5099880Z test_contig_vs_every_other_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5100063Z test_contig_vs_every_other_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5100249Z test_contig_vs_every_other_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5100435Z test_contig_vs_every_other_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5100626Z test_contig_vs_every_other_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5100815Z test_contig_vs_every_other_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5100984Z test_contig_vs_every_other_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5101167Z test_contig_vs_every_other_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5101349Z test_contig_vs_every_other_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5101537Z test_contig_vs_every_other_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5101725Z test_contig_vs_every_other_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5101912Z test_contig_vs_every_other_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5102102Z test_contig_vs_every_other_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5102284Z test_contig_vs_every_other_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5102469Z test_contig_vs_every_other_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5102641Z test_contig_vs_every_other_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5102825Z test_contig_vs_every_other_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103011Z test_contig_vs_every_other_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103224Z test_contig_vs_every_other_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103413Z test_contig_vs_every_other_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103602Z test_contig_vs_every_other_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103783Z test_contig_vs_every_other_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5103965Z test_contig_vs_every_other_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5104148Z test_contig_vs_every_other_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5104331Z test_contig_vs_every_other_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5104505Z test_contig_vs_every_other_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5104689Z test_contig_vs_every_other_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5104899Z test_contig_vs_every_other_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5105089Z test_contig_vs_every_other_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5105270Z test_contig_vs_every_other_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5105452Z test_contig_vs_every_other_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5105635Z test_contig_vs_every_other_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5105815Z test_contig_vs_every_other_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106001Z test_contig_vs_every_other_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106168Z test_contig_vs_every_other_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106353Z test_contig_vs_every_other_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106539Z test_contig_vs_every_other_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106723Z test_contig_vs_every_other_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5106907Z test_contig_vs_every_other_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5107085Z test_contig_vs_every_other_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5107262Z test_contig_vs_every_other_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5107443Z test_contig_vs_every_other_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5107627Z test_contig_vs_every_other_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5107801Z test_contig_vs_every_other_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5107984Z test_contig_vs_every_other_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5108167Z test_contig_vs_every_other_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5108347Z test_contig_vs_every_other_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5108528Z test_contig_vs_every_other_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5108707Z test_contig_vs_every_other_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5108917Z test_contig_vs_every_other_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5109097Z test_contig_vs_every_other_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5109263Z test_contig_vs_every_other_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5109444Z test_contig_vs_every_other_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5109624Z test_contig_vs_every_other_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5109807Z test_contig_vs_every_other_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5109985Z test_contig_vs_every_other_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5110161Z test_contig_vs_every_other_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5110338Z test_contig_vs_every_other_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5110516Z test_contig_vs_every_other_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5110696Z test_contig_vs_every_other_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5110891Z test_contig_vs_every_other_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5111075Z test_contig_vs_every_other_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5111255Z test_contig_vs_every_other_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5111433Z test_contig_vs_every_other_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5111680Z test_contig_vs_every_other_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5111864Z test_contig_vs_every_other_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5112045Z test_contig_vs_every_other_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5112224Z test_contig_vs_every_other_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5112416Z test_contig_vs_every_other_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5112592Z test_contig_vs_every_other_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5112783Z test_contig_vs_every_other_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5112971Z test_contig_vs_every_other_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5113152Z test_contig_vs_every_other_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5113331Z test_contig_vs_every_other_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5113520Z test_contig_vs_every_other_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5113702Z test_contig_vs_every_other_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5113902Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5114104Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5114291Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5114492Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5114691Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5114924Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5115120Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5115320Z test_contig_vs_every_other_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5115516Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5115713Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5115911Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5116091Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5116286Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5116479Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5116701Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5116898Z test_contig_vs_every_other_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5117094Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5117290Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5117486Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5117677Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5117861Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5118056Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5118249Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5118444Z test_contig_vs_every_other_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5118639Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5118836Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5119032Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5119227Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5119420Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5119610Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5119792Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5119983Z test_contig_vs_every_other_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5120173Z test_contig_vs_every_other_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5120355Z test_contig_vs_every_other_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5120572Z test_contig_vs_every_other_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5120757Z test_contig_vs_every_other_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5120942Z test_contig_vs_every_other_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5121123Z test_contig_vs_every_other_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5121301Z test_contig_vs_every_other_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5121469Z test_contig_vs_every_other_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5121649Z test_contig_vs_every_other_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5121828Z test_contig_vs_every_other_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5122018Z test_contig_vs_every_other_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5122199Z test_contig_vs_every_other_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5122406Z test_contig_vs_every_other_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5122585Z test_contig_vs_every_other_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5122760Z test_contig_vs_every_other_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5122926Z test_contig_vs_every_other_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5123110Z test_contig_vs_every_other_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5123329Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5123546Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5123761Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5123977Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5124189Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5124401Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5124611Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5124819Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5125018Z test_contig_vs_every_other_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5125226Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5125432Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5125639Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5125842Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5126044Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5126240Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5126481Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5126685Z test_contig_vs_every_other_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5126885Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5127077Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5127280Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5127481Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5127677Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5127874Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5128102Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5128304Z test_contig_vs_every_other_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5128500Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5128699Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5128883Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5129081Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5129282Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5129481Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5129678Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5129873Z test_contig_vs_every_other_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5130049Z test_contig_vs_every_other_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5130221Z test_contig_vs_every_other_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5130400Z test_contig_vs_every_other_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5130568Z test_contig_vs_every_other_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5130742Z test_contig_vs_every_other_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5130916Z test_contig_vs_every_other_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5131086Z test_contig_vs_every_other_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5131254Z test_contig_vs_every_other_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5131421Z test_contig_vs_every_other_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5131593Z test_contig_vs_every_other_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5131764Z test_contig_vs_every_other_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5131941Z test_contig_vs_every_other_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5132136Z test_contig_vs_every_other_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5132316Z test_contig_vs_every_other_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5132499Z test_contig_vs_every_other_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5132675Z test_contig_vs_every_other_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5132851Z test_contig_vs_every_other_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5133153Z test_contig_vs_every_other_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5133389Z test_contig_vs_every_other_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5133568Z test_contig_vs_every_other_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5133727Z test_contig_vs_every_other_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5133906Z test_contig_vs_every_other_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5134130Z test_contig_vs_every_other_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5134304Z test_contig_vs_every_other_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5134475Z test_contig_vs_every_other_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5134654Z test_contig_vs_every_other_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5134832Z test_contig_vs_every_other_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5135005Z test_contig_vs_every_other_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5135184Z test_contig_vs_every_other_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5135345Z test_contig_vs_every_other_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5135517Z test_contig_vs_every_other_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5135690Z test_contig_vs_every_other_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5135863Z test_contig_vs_every_other_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5136035Z test_contig_vs_every_other_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5136213Z test_contig_vs_every_other_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5136385Z test_contig_vs_every_other_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5136568Z test_contig_vs_every_other_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5136732Z test_contig_vs_every_other_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5136910Z test_contig_vs_every_other_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5137085Z test_contig_vs_every_other_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5137256Z test_contig_vs_every_other_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5137430Z test_contig_vs_every_other_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5137599Z test_contig_vs_every_other_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5137772Z test_contig_vs_every_other_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5137946Z test_contig_vs_every_other_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5138123Z test_contig_vs_every_other_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5138323Z test_contig_vs_every_other_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5138499Z test_contig_vs_every_other_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5138672Z test_contig_vs_every_other_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5138845Z test_contig_vs_every_other_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5139013Z test_contig_vs_every_other_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5139182Z test_contig_vs_every_other_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5139352Z test_contig_vs_every_other_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5139524Z test_contig_vs_transposed_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5139694Z test_contig_vs_transposed_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:19:33.5139872Z test_contig_vs_transposed_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:19:33.5140091Z test_contig_vs_transposed_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:19:33.5140266Z test_contig_vs_transposed_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5140439Z test_contig_vs_transposed_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5140612Z test_contig_vs_transposed_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.5140783Z test_contig_vs_transposed_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5140956Z test_contig_vs_transposed_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5141124Z test_contig_vs_transposed_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5141284Z test_contig_vs_transposed_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5141457Z test_contig_vs_transposed_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5141636Z test_contig_vs_transposed_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5141809Z test_contig_vs_transposed_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5141987Z test_contig_vs_transposed_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.130s) 2022-12-01T10:19:33.5142167Z test_contig_vs_transposed_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.104s) 2022-12-01T10:19:33.5142343Z test_contig_vs_transposed_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5142521Z test_contig_vs_transposed_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5142684Z test_contig_vs_transposed_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5142855Z test_contig_vs_transposed_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5143033Z test_contig_vs_transposed_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5143204Z test_contig_vs_transposed_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5143379Z test_contig_vs_transposed_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5143556Z test_contig_vs_transposed_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5143729Z test_contig_vs_transposed_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5143910Z test_contig_vs_transposed_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:19:33.5144091Z test_contig_vs_transposed_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.177s) 2022-12-01T10:19:33.5144291Z test_contig_vs_transposed_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5144468Z test_contig_vs_transposed_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5144643Z test_contig_vs_transposed_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5144818Z test_contig_vs_transposed_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5144990Z test_contig_vs_transposed_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5145163Z test_contig_vs_transposed_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5145334Z test_contig_vs_transposed_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5145513Z test_contig_vs_transposed_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5145676Z test_contig_vs_transposed_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5145860Z test_contig_vs_transposed_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:19:33.5146067Z test_contig_vs_transposed_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5146245Z test_contig_vs_transposed_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5146424Z test_contig_vs_transposed_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5146600Z test_contig_vs_transposed_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5146773Z test_contig_vs_transposed_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5146945Z test_contig_vs_transposed_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5147118Z test_contig_vs_transposed_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5147281Z test_contig_vs_transposed_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.5147455Z test_contig_vs_transposed_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5147631Z test_contig_vs_transposed_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5147803Z test_contig_vs_transposed_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5147983Z test_contig_vs_transposed_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.5148160Z test_contig_vs_transposed_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5148334Z test_contig_vs_transposed_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5148509Z test_contig_vs_transposed_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5148672Z test_contig_vs_transposed_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5148844Z test_contig_vs_transposed_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5149012Z test_contig_vs_transposed_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5149188Z test_contig_vs_transposed_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5149360Z test_contig_vs_transposed_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5149538Z test_contig_vs_transposed_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5149712Z test_contig_vs_transposed_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5149892Z test_contig_vs_transposed_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5150071Z test_contig_vs_transposed_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.173s) 2022-12-01T10:19:33.5150265Z test_contig_vs_transposed_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5150443Z test_contig_vs_transposed_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5150617Z test_contig_vs_transposed_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5150787Z test_contig_vs_transposed_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5150965Z test_contig_vs_transposed_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5151138Z test_contig_vs_transposed_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5151311Z test_contig_vs_transposed_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5151541Z test_contig_vs_transposed_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5151704Z test_contig_vs_transposed_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5151886Z test_contig_vs_transposed_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.5152066Z test_contig_vs_transposed_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5152275Z test_contig_vs_transposed_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5152455Z test_contig_vs_transposed_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5152629Z test_contig_vs_transposed_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5152804Z test_contig_vs_transposed_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5152980Z test_contig_vs_transposed_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5153154Z test_contig_vs_transposed_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5153314Z test_contig_vs_transposed_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5153495Z test_contig_vs_transposed_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5153672Z test_contig_vs_transposed_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5153857Z test_contig_vs_transposed_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.5154040Z test_contig_vs_transposed_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:19:33.5154220Z test_contig_vs_transposed_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5154396Z test_contig_vs_transposed_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5154568Z test_contig_vs_transposed_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5154729Z test_contig_vs_transposed_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5154905Z test_contig_vs_transposed_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5155077Z test_contig_vs_transposed_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5155252Z test_contig_vs_transposed_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5155433Z test_contig_vs_transposed_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5155611Z test_contig_vs_transposed_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5155795Z test_contig_vs_transposed_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5155979Z test_contig_vs_transposed_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.094s) 2022-12-01T10:19:33.5156163Z test_contig_vs_transposed_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.129s) 2022-12-01T10:19:33.5156369Z test_contig_vs_transposed_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5156549Z test_contig_vs_transposed_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5156734Z test_contig_vs_transposed_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5156912Z test_contig_vs_transposed_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5157088Z test_contig_vs_transposed_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5157265Z test_contig_vs_transposed_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5157441Z test_contig_vs_transposed_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:19:33.5157616Z test_contig_vs_transposed_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5157784Z test_contig_vs_transposed_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5157965Z test_contig_vs_transposed_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5158176Z test_contig_vs_transposed_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5158359Z test_contig_vs_transposed_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5158539Z test_contig_vs_transposed_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5158718Z test_contig_vs_transposed_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5158893Z test_contig_vs_transposed_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5159067Z test_contig_vs_transposed_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5159246Z test_contig_vs_transposed_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5159414Z test_contig_vs_transposed_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:19:33.5159594Z test_contig_vs_transposed_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.5159772Z test_contig_vs_transposed_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5159950Z test_contig_vs_transposed_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.5160123Z test_contig_vs_transposed_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.5160296Z test_contig_vs_transposed_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5160469Z test_contig_vs_transposed_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5160637Z test_contig_vs_transposed_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5160800Z test_contig_vs_transposed_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5160974Z test_contig_vs_transposed_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5161151Z test_contig_vs_transposed_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5161325Z test_contig_vs_transposed_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5161503Z test_contig_vs_transposed_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5161681Z test_contig_vs_transposed_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.5161855Z test_contig_vs_transposed_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5162029Z test_contig_vs_transposed_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5162201Z test_contig_vs_transposed_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.5162390Z test_contig_vs_transposed_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5162564Z test_contig_vs_transposed_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5162739Z test_contig_vs_transposed_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5162910Z test_contig_vs_transposed_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5163081Z test_contig_vs_transposed_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5163259Z test_contig_vs_transposed_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5163435Z test_contig_vs_transposed_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5163609Z test_contig_vs_transposed_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5163769Z test_contig_vs_transposed_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5163941Z test_contig_vs_transposed_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5164141Z test_contig_vs_transposed_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5164316Z test_contig_vs_transposed_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5164490Z test_contig_vs_transposed_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5164670Z test_contig_vs_transposed_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.5164846Z test_contig_vs_transposed_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5165026Z test_contig_vs_transposed_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.5165206Z test_contig_vs_transposed_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5165374Z test_contig_vs_transposed_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5165551Z test_contig_vs_transposed_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5165728Z test_contig_vs_transposed_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:19:33.5165903Z test_contig_vs_transposed_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.081s) 2022-12-01T10:19:33.5166076Z test_contig_vs_transposed_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5166247Z test_contig_vs_transposed_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.135s) 2022-12-01T10:19:33.5166419Z test_contig_vs_transposed_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5166595Z test_contig_vs_transposed_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5166755Z test_contig_vs_transposed_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5166930Z test_contig_vs_transposed_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5167103Z test_contig_vs_transposed_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5167284Z test_contig_vs_transposed_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5167461Z test_contig_vs_transposed_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.044s) 2022-12-01T10:19:33.5167637Z test_contig_vs_transposed_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.5167812Z test_contig_vs_transposed_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5167986Z test_contig_vs_transposed_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.5168158Z test_contig_vs_transposed_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.5168349Z test_contig_vs_transposed_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5168519Z test_contig_vs_transposed_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5168691Z test_contig_vs_transposed_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5168864Z test_contig_vs_transposed_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5169037Z test_contig_vs_transposed_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5169212Z test_contig_vs_transposed_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5169383Z test_contig_vs_transposed_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5169562Z test_contig_vs_transposed_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.5169727Z test_contig_vs_transposed_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5169906Z test_contig_vs_transposed_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.5170079Z test_contig_vs_transposed_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5170281Z test_contig_vs_transposed_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5170455Z test_contig_vs_transposed_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5170626Z test_contig_vs_transposed_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5170798Z test_contig_vs_transposed_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5170966Z test_contig_vs_transposed_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5171137Z test_contig_vs_transposed_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5171298Z test_contig_vs_transposed_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5171488Z test_contig_vs_transposed_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5171675Z test_contig_vs_transposed_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5171866Z test_contig_vs_transposed_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5172056Z test_contig_vs_transposed_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5172239Z test_contig_vs_transposed_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.5172425Z test_contig_vs_transposed_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5172606Z test_contig_vs_transposed_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5172773Z test_contig_vs_transposed_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5172956Z test_contig_vs_transposed_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5173326Z test_contig_vs_transposed_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5173512Z test_contig_vs_transposed_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5173696Z test_contig_vs_transposed_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5173881Z test_contig_vs_transposed_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5174060Z test_contig_vs_transposed_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5174235Z test_contig_vs_transposed_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5174466Z test_contig_vs_transposed_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5174631Z test_contig_vs_transposed_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5174807Z test_contig_vs_transposed_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5174978Z test_contig_vs_transposed_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.5175153Z test_contig_vs_transposed_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:19:33.5175328Z test_contig_vs_transposed_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5175501Z test_contig_vs_transposed_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5175677Z test_contig_vs_transposed_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5175849Z test_contig_vs_transposed_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5176015Z test_contig_vs_transposed_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5176188Z test_contig_vs_transposed_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5176417Z test_contig_vs_transposed_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.5176596Z test_contig_vs_transposed_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:19:33.5176774Z test_contig_vs_transposed_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5176947Z test_contig_vs_transposed_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.5177119Z test_contig_vs_transposed_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5177291Z test_contig_vs_transposed_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5177465Z test_contig_vs_transposed_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5177626Z test_contig_vs_transposed_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5177798Z test_contig_vs_transposed_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5177983Z test_contig_vs_transposed_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5178159Z test_contig_vs_transposed_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5178337Z test_contig_vs_transposed_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:19:33.5178517Z test_contig_vs_transposed_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:19:33.5178694Z test_contig_vs_transposed_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5178872Z test_contig_vs_transposed_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5179038Z test_contig_vs_transposed_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5179212Z test_contig_vs_transposed_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5179390Z test_contig_vs_transposed_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5179569Z test_contig_vs_transposed_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5179751Z test_contig_vs_transposed_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:19:33.5179928Z test_contig_vs_transposed_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5180107Z test_contig_vs_transposed_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5180285Z test_contig_vs_transposed_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5180489Z test_contig_vs_transposed_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5180652Z test_contig_vs_transposed_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5180825Z test_contig_vs_transposed_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5181001Z test_contig_vs_transposed_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.5181175Z test_contig_vs_transposed_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.5181353Z test_contig_vs_transposed_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5181530Z test_contig_vs_transposed_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5181714Z test_contig_vs_transposed_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5181894Z test_contig_vs_transposed_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5182076Z test_contig_vs_transposed_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5182242Z test_contig_vs_transposed_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5182499Z test_contig_vs_transposed_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5182677Z test_contig_vs_transposed_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5182852Z test_contig_vs_transposed_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.046s) 2022-12-01T10:19:33.5183028Z test_contig_vs_transposed_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5183204Z test_contig_vs_transposed_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5183380Z test_contig_vs_transposed_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5183558Z test_contig_vs_transposed_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:19:33.5183718Z test_contig_vs_transposed_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5183893Z test_contig_vs_transposed_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5184068Z test_contig_vs_transposed_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5184246Z test_contig_vs_transposed_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5184420Z test_contig_vs_transposed_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5184595Z test_contig_vs_transposed_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5184765Z test_contig_vs_transposed_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:19:33.5184938Z test_contig_vs_transposed_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5185099Z test_contig_vs_transposed_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5185276Z test_contig_vs_transposed_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5185451Z test_contig_vs_transposed_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5185625Z test_contig_vs_transposed_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5185798Z test_contig_vs_transposed_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5185971Z test_contig_vs_transposed_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5186145Z test_contig_vs_transposed_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5186315Z test_contig_vs_transposed_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5186485Z test_contig_vs_transposed_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5186675Z test_contig_vs_transposed_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5186853Z test_contig_vs_transposed_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5187028Z test_contig_vs_transposed_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5187205Z test_contig_vs_transposed_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5187383Z test_contig_vs_transposed_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5187556Z test_contig_vs_transposed_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5187731Z test_contig_vs_transposed_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5187898Z test_contig_vs_transposed_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5188061Z test_contig_vs_transposed_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5188232Z test_contig_vs_transposed_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5188431Z test_contig_vs_transposed_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5188605Z test_contig_vs_transposed_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5188779Z test_contig_vs_transposed_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5188951Z test_contig_vs_transposed_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5189121Z test_contig_vs_transposed_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5189293Z test_contig_vs_transposed_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5189464Z test_contig_vs_transposed_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5189626Z test_contig_vs_transposed_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5189798Z test_contig_vs_transposed_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5189972Z test_contig_vs_transposed_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5190146Z test_contig_vs_transposed_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5190319Z test_contig_vs_transposed_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5190499Z test_contig_vs_transposed_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:19:33.5190677Z test_contig_vs_transposed_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5190849Z test_contig_vs_transposed_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5191012Z test_contig_vs_transposed_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5191182Z test_contig_vs_transposed_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:19:33.5191354Z test_contig_vs_transposed_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5191592Z test_contig_vs_transposed_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5191769Z test_contig_vs_transposed_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5191941Z test_contig_vs_transposed_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5192124Z test_contig_vs_transposed_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5192299Z test_contig_vs_transposed_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5192478Z test_contig_vs_transposed_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5192674Z test_contig_vs_transposed_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5192850Z test_contig_vs_transposed_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5193026Z test_contig_vs_transposed_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5193199Z test_contig_vs_transposed_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5193374Z test_contig_vs_transposed_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5193547Z test_contig_vs_transposed_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5193725Z test_contig_vs_transposed_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5193898Z test_contig_vs_transposed_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5194064Z test_contig_vs_transposed_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.106s) 2022-12-01T10:19:33.5194244Z test_contig_vs_transposed_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.5194423Z test_contig_vs_transposed_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:19:33.5194627Z test_contig_vs_transposed_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.5194806Z test_contig_vs_transposed_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5194979Z test_contig_vs_transposed_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5195153Z test_contig_vs_transposed_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5195324Z test_contig_vs_transposed_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5195495Z test_contig_vs_transposed_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5195658Z test_contig_vs_transposed_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5195832Z test_contig_vs_transposed_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5196009Z test_contig_vs_transposed_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5196182Z test_contig_vs_transposed_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5196364Z test_contig_vs_transposed_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.086s) 2022-12-01T10:19:33.5196541Z test_contig_vs_transposed_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5196720Z test_contig_vs_transposed_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5196893Z test_contig_vs_transposed_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5197058Z test_contig_vs_transposed_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5197234Z test_contig_vs_transposed_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5197405Z test_contig_vs_transposed_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5197579Z test_contig_vs_transposed_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.047s) 2022-12-01T10:19:33.5197750Z test_contig_vs_transposed_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5197922Z test_contig_vs_transposed_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5198093Z test_contig_vs_transposed_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5198268Z test_contig_vs_transposed_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5198442Z test_contig_vs_transposed_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.5198631Z test_contig_vs_transposed_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5198801Z test_contig_vs_transposed_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5198974Z test_contig_vs_transposed_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5199144Z test_contig_vs_transposed_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5199319Z test_contig_vs_transposed_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5199490Z test_contig_vs_transposed_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5199664Z test_contig_vs_transposed_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5199839Z test_contig_vs_transposed_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5200000Z test_contig_vs_transposed_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5200174Z test_contig_vs_transposed_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5200368Z test_contig_vs_transposed_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5200588Z test_contig_vs_transposed_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5200782Z test_contig_vs_transposed_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5200974Z test_contig_vs_transposed_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5201151Z test_contig_vs_transposed_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5201326Z test_contig_vs_transposed_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5201507Z test_contig_vs_transposed_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.5201674Z test_contig_vs_transposed_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5201848Z test_contig_vs_transposed_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5202024Z test_contig_vs_transposed_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5202196Z test_contig_vs_transposed_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5202370Z test_contig_vs_transposed_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5202543Z test_contig_vs_transposed_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5202715Z test_contig_vs_transposed_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5202888Z test_contig_vs_transposed_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5203050Z test_contig_vs_transposed_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5203224Z test_contig_vs_transposed_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5203397Z test_contig_vs_transposed_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.112s) 2022-12-01T10:19:33.5203567Z test_contig_vs_transposed_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5203740Z test_contig_vs_transposed_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5203910Z test_contig_vs_transposed_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5204078Z test_contig_vs_transposed_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5204248Z test_contig_vs_transposed_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5204417Z test_contig_vs_transposed_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5204602Z test_contig_vs_transposed_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5204785Z test_contig_vs_transposed_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5204967Z test_contig_vs_transposed_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5205146Z test_contig_vs_transposed_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5205321Z test_contig_vs_transposed_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5205492Z test_contig_vs_transposed_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5205671Z test_contig_vs_transposed_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5205848Z test_contig_vs_transposed_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.5206007Z test_contig_vs_transposed_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5206184Z test_contig_vs_transposed_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.5206356Z test_contig_vs_transposed_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.5206558Z test_contig_vs_transposed_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5206729Z test_contig_vs_transposed_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5206900Z test_contig_vs_transposed_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5207073Z test_contig_vs_transposed_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5207243Z test_contig_vs_transposed_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5207427Z test_contig_vs_transposed_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.079s) 2022-12-01T10:19:33.5207593Z test_contig_vs_transposed_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5207781Z test_contig_vs_transposed_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5207969Z test_contig_vs_transposed_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5208155Z test_contig_vs_transposed_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5208337Z test_contig_vs_transposed_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:19:33.5208518Z test_contig_vs_transposed_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.034s) 2022-12-01T10:19:33.5208697Z test_contig_vs_transposed_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.043s) 2022-12-01T10:19:33.5208875Z test_contig_vs_transposed_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5209038Z test_contig_vs_transposed_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5209212Z test_contig_vs_transposed_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5209389Z test_contig_vs_transposed_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5209569Z test_contig_vs_transposed_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5209749Z test_contig_vs_transposed_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.5209925Z test_contig_vs_transposed_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5210107Z test_contig_vs_transposed_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:19:33.5210287Z test_contig_vs_transposed_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5210465Z test_contig_vs_transposed_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5210655Z test_contig_vs_transposed_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.032s) 2022-12-01T10:19:33.5210831Z test_contig_vs_transposed_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5211006Z test_contig_vs_transposed_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.5211181Z test_contig_vs_transposed_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5211355Z test_contig_vs_transposed_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5211529Z test_contig_vs_transposed_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5211704Z test_contig_vs_transposed_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5211877Z test_contig_vs_transposed_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5212042Z test_contig_vs_transposed_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5212218Z test_contig_vs_transposed_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5212398Z test_contig_vs_transposed_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5212608Z test_contig_vs_transposed_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:19:33.5212785Z test_contig_vs_transposed_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.037s) 2022-12-01T10:19:33.5212960Z test_contig_vs_transposed_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.5213330Z test_contig_vs_transposed_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:19:33.5213506Z test_contig_vs_transposed_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.5213683Z test_contig_vs_transposed_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5213844Z test_contig_vs_transposed_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5214019Z test_contig_vs_transposed_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5214195Z test_contig_vs_transposed_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5214379Z test_contig_vs_transposed_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5214560Z test_contig_vs_transposed_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5214743Z test_contig_vs_transposed_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5214926Z test_contig_vs_transposed_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5215107Z test_contig_vs_transposed_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.5215275Z test_contig_vs_transposed_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5215454Z test_contig_vs_transposed_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5215632Z test_contig_vs_transposed_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5215808Z test_contig_vs_transposed_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5215991Z test_contig_vs_transposed_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5216174Z test_contig_vs_transposed_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5216355Z test_contig_vs_transposed_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5216535Z test_contig_vs_transposed_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5216714Z test_contig_vs_transposed_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.5216929Z test_contig_vs_transposed_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.5217108Z test_contig_vs_transposed_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5217286Z test_contig_vs_transposed_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5217463Z test_contig_vs_transposed_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5217642Z test_contig_vs_transposed_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5217819Z test_contig_vs_transposed_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5218001Z test_contig_vs_transposed_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5218177Z test_contig_vs_transposed_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5218348Z test_contig_vs_transposed_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5218530Z test_contig_vs_transposed_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5218746Z test_contig_vs_transposed_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.041s) 2022-12-01T10:19:33.5218926Z test_contig_vs_transposed_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5219191Z test_contig_vs_transposed_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5219399Z test_contig_vs_transposed_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.5219606Z test_contig_vs_transposed_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5219813Z test_contig_vs_transposed_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5219996Z test_contig_vs_transposed_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5220318Z test_contig_vs_transposed_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5220525Z test_contig_vs_transposed_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5220772Z test_contig_vs_transposed_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5221022Z test_contig_vs_transposed_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5221309Z test_contig_vs_transposed_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5221510Z test_contig_vs_transposed_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5221748Z test_contig_vs_transposed_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5221988Z test_contig_vs_transposed_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5222229Z test_contig_vs_transposed_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5222488Z test_contig_vs_transposed_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5222719Z test_contig_vs_transposed_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5222965Z test_contig_vs_transposed_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5237238Z test_contig_vs_transposed_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5237560Z test_contig_vs_transposed_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5237864Z test_contig_vs_transposed_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5238056Z test_contig_vs_transposed_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5238244Z test_contig_vs_transposed_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5238431Z test_contig_vs_transposed_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5238600Z test_contig_vs_transposed_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.5238782Z test_contig_vs_transposed_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5238963Z test_contig_vs_transposed_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5239143Z test_contig_vs_transposed_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5239328Z test_contig_vs_transposed_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5239510Z test_contig_vs_transposed_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5239726Z test_contig_vs_transposed_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5239913Z test_contig_vs_transposed_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5240082Z test_contig_vs_transposed_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:19:33.5240265Z test_contig_vs_transposed_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5240444Z test_contig_vs_transposed_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5240620Z test_contig_vs_transposed_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5240803Z test_contig_vs_transposed_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5240982Z test_contig_vs_transposed_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5241159Z test_contig_vs_transposed_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5241339Z test_contig_vs_transposed_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5241524Z test_contig_vs_transposed_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5241705Z test_contig_vs_transposed_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5241909Z test_contig_vs_transposed_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.5242096Z test_contig_vs_transposed_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5242277Z test_contig_vs_transposed_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5242452Z test_contig_vs_transposed_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5242632Z test_contig_vs_transposed_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5242813Z test_contig_vs_transposed_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5242992Z test_contig_vs_transposed_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5243158Z test_contig_vs_transposed_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5243336Z test_contig_vs_transposed_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5243522Z test_contig_vs_transposed_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5243738Z test_contig_vs_transposed_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:19:33.5243917Z test_contig_vs_transposed_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5244146Z test_contig_vs_transposed_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5244321Z test_contig_vs_transposed_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5244503Z test_contig_vs_transposed_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5244698Z test_contig_vs_transposed_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5244861Z test_contig_vs_transposed_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5245037Z test_contig_vs_transposed_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5245216Z test_contig_vs_transposed_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.5245393Z test_contig_vs_transposed_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5245578Z test_contig_vs_transposed_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5245778Z test_contig_vs_transposed_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5246000Z test_contig_vs_transposed_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5246179Z test_contig_vs_transposed_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5246341Z test_contig_vs_transposed_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5246520Z test_contig_vs_transposed_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5246697Z test_contig_vs_transposed_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5246875Z test_contig_vs_transposed_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5247050Z test_contig_vs_transposed_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5247244Z test_contig_vs_transposed_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.040s) 2022-12-01T10:19:33.5247431Z test_contig_vs_transposed_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5247629Z test_contig_vs_transposed_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5247820Z test_contig_vs_transposed_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.039s) 2022-12-01T10:19:33.5247992Z test_contig_vs_transposed_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5248180Z test_contig_vs_transposed_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.5248369Z test_contig_vs_transposed_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.031s) 2022-12-01T10:19:33.5248556Z test_contig_vs_transposed_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5248744Z test_contig_vs_transposed_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5248929Z test_contig_vs_transposed_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5249117Z test_contig_vs_transposed_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5249299Z test_contig_vs_transposed_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5249469Z test_contig_vs_transposed_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.5249649Z test_contig_vs_transposed_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5249829Z test_contig_vs_transposed_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5250009Z test_contig_vs_transposed_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5250218Z test_contig_vs_transposed_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5250396Z test_contig_vs_transposed_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5250577Z test_contig_vs_transposed_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:19:33.5250756Z test_contig_vs_transposed_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5250934Z test_contig_vs_transposed_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5251100Z test_contig_vs_transposed_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5251279Z test_contig_vs_transposed_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5251466Z test_contig_vs_transposed_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5251651Z test_contig_vs_transposed_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.045s) 2022-12-01T10:19:33.5251836Z test_contig_vs_transposed_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.033s) 2022-12-01T10:19:33.5252015Z test_contig_vs_transposed_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.5252225Z test_contig_vs_transposed_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5252403Z test_contig_vs_transposed_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.028s) 2022-12-01T10:19:33.5252567Z test_contig_vs_transposed_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5252746Z test_contig_vs_transposed_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5252922Z test_contig_vs_transposed_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5253338Z test_contig_vs_transposed_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5253521Z test_contig_vs_transposed_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5253723Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5253927Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5254129Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.5254327Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5254511Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5254706Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5254905Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5255108Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5255311Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.5255513Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.124s) 2022-12-01T10:19:33.5255714Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.152s) 2022-12-01T10:19:33.5255913Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.5256111Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.5256292Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.207s) 2022-12-01T10:19:33.5256487Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.5256743Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.5256950Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:19:33.5257148Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.144s) 2022-12-01T10:19:33.5257348Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.225s) 2022-12-01T10:19:33.5257544Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.142s) 2022-12-01T10:19:33.5257739Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.160s) 2022-12-01T10:19:33.5257953Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.210s) 2022-12-01T10:19:33.5258137Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.145s) 2022-12-01T10:19:33.5258333Z test_contig_vs_transposed_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.141s) 2022-12-01T10:19:33.5258558Z test_contig_vs_transposed_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5258745Z test_contig_vs_transposed_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5258934Z test_contig_vs_transposed_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5259122Z test_contig_vs_transposed_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5259309Z test_contig_vs_transposed_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5259493Z test_contig_vs_transposed_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5259679Z test_contig_vs_transposed_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5259846Z test_contig_vs_transposed_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5260031Z test_contig_vs_transposed_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5260211Z test_contig_vs_transposed_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5260393Z test_contig_vs_transposed_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5260578Z test_contig_vs_transposed_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.5260761Z test_contig_vs_transposed_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.103s) 2022-12-01T10:19:33.5260970Z test_contig_vs_transposed_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.110s) 2022-12-01T10:19:33.5261153Z test_contig_vs_transposed_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.5261377Z test_contig_vs_transposed_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5261591Z test_contig_vs_transposed_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:19:33.5267868Z test_contig_vs_transposed_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5268111Z test_contig_vs_transposed_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5268350Z test_contig_vs_transposed_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5268593Z test_contig_vs_transposed_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5268814Z test_contig_vs_transposed_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5269065Z test_contig_vs_transposed_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5269403Z test_contig_vs_transposed_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5269674Z test_contig_vs_transposed_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5269961Z test_contig_vs_transposed_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5270223Z test_contig_vs_transposed_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5270484Z test_contig_vs_transposed_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5270763Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5271065Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5271367Z test_contig_vs_transposed_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5271749Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5272119Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5272422Z test_contig_vs_transposed_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5272737Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5273048Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5273348Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5273645Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5273944Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5274230Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5274527Z test_contig_vs_transposed_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5274840Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5275146Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5275449Z test_contig_vs_transposed_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5296389Z test_contig_vs_transposed_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5296646Z test_contig_vs_transposed_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5296859Z test_contig_vs_transposed_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5297050Z test_contig_vs_transposed_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5297238Z test_contig_vs_transposed_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5297423Z test_contig_vs_transposed_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5297605Z test_contig_vs_transposed_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5297791Z test_contig_vs_transposed_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5297968Z test_contig_vs_transposed_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5298276Z test_contig_vs_transposed_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5298459Z test_contig_vs_transposed_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5298646Z test_contig_vs_transposed_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5298834Z test_contig_vs_transposed_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5299018Z test_contig_vs_transposed_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5299201Z test_contig_vs_transposed_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5299384Z test_contig_vs_transposed_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5299563Z test_contig_vs_transposed_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5299744Z test_contig_vs_transposed_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5299924Z test_contig_vs_transposed_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5300143Z test_contig_vs_transposed_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5300323Z test_contig_vs_transposed_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5300530Z test_contig_vs_transposed_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5300739Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5300944Z test_contig_vs_transposed_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5301132Z test_contig_vs_transposed_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5301317Z test_contig_vs_transposed_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5301495Z test_contig_vs_transposed_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5301693Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:19:33.5301892Z test_contig_vs_transposed_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5302076Z test_contig_vs_transposed_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5302260Z test_contig_vs_transposed_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5302444Z test_contig_vs_transposed_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5302637Z test_contig_vs_transposed_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5302828Z test_contig_vs_transposed_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5303017Z test_contig_vs_transposed_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5303208Z test_contig_vs_transposed_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5303395Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5303585Z test_contig_vs_transposed_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5303774Z test_contig_vs_transposed_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5303998Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:19:33.5304193Z test_contig_vs_transposed_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.5304384Z test_contig_vs_transposed_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:19:33.5304572Z test_contig_vs_transposed_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5304757Z test_contig_vs_transposed_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5304943Z test_contig_vs_transposed_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5305123Z test_contig_vs_transposed_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5305310Z test_contig_vs_transposed_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5305496Z test_contig_vs_transposed_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5305713Z test_contig_vs_transposed_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5305908Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5306105Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:19:33.5306299Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:19:33.5306489Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5306678Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5306863Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5307053Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5307239Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5307425Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5307611Z test_contig_vs_transposed_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.5307802Z test_contig_vs_transposed_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.5307992Z test_contig_vs_transposed_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.5308182Z test_contig_vs_transposed_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5308369Z test_contig_vs_transposed_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5308552Z test_contig_vs_transposed_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5308735Z test_contig_vs_transposed_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5308921Z test_contig_vs_transposed_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5309111Z test_contig_vs_transposed_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5309303Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.318s) 2022-12-01T10:19:33.5309492Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5309711Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5309903Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5310092Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5310274Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5310458Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5310646Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:19:33.5310834Z test_contig_vs_transposed_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.127s) 2022-12-01T10:19:33.5311029Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5311217Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5311433Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5311681Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5311869Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5312050Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5312234Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5312425Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5312610Z test_contig_vs_transposed_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5312802Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.5312988Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5313175Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5313364Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.5313552Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.157s) 2022-12-01T10:19:33.5313736Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5313916Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5314106Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5314289Z test_contig_vs_transposed_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5314479Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.5314666Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5314854Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.5315040Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.5315286Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5315471Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5315653Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.123s) 2022-12-01T10:19:33.5315840Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.5316026Z test_contig_vs_transposed_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5316218Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.114s) 2022-12-01T10:19:33.5316406Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5316595Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.111s) 2022-12-01T10:19:33.5316785Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.121s) 2022-12-01T10:19:33.5316996Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5317182Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5317359Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5317545Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:19:33.5317729Z test_contig_vs_transposed_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.166s) 2022-12-01T10:19:33.5317905Z test_contig_vs_transposed_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5318088Z test_contig_vs_transposed_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:19:33.5318268Z test_contig_vs_transposed_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5318449Z test_contig_vs_transposed_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:19:33.5318622Z test_contig_vs_transposed_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5318799Z test_contig_vs_transposed_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5318966Z test_contig_vs_transposed_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5319138Z test_contig_vs_transposed_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5319309Z test_contig_vs_transposed_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5319476Z test_contig_vs_transposed_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5319652Z test_contig_vs_transposed_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5319826Z test_contig_vs_transposed_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5320000Z test_contig_vs_transposed_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5320173Z test_contig_vs_transposed_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5320340Z test_contig_vs_transposed_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5320512Z test_contig_vs_transposed_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5320685Z test_contig_vs_transposed_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5320863Z test_contig_vs_transposed_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5321068Z test_contig_vs_transposed_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5321242Z test_contig_vs_transposed_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5321421Z test_contig_vs_transposed_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5321599Z test_contig_vs_transposed_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:19:33.5321777Z test_contig_vs_transposed_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5321951Z test_contig_vs_transposed_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5322117Z test_contig_vs_transposed_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5322299Z test_contig_vs_transposed_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5322480Z test_contig_vs_transposed_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.074s) 2022-12-01T10:19:33.5322655Z test_contig_vs_transposed_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5322854Z test_contig_vs_transposed_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5323030Z test_contig_vs_transposed_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5323205Z test_contig_vs_transposed_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5323373Z test_contig_vs_transposed_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5323534Z test_contig_vs_transposed_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5323706Z test_contig_vs_transposed_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5323883Z test_contig_vs_transposed_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5324072Z test_contig_vs_transposed_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5324256Z test_contig_vs_transposed_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5324446Z test_contig_vs_transposed_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5324635Z test_contig_vs_transposed_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:19:33.5324820Z test_contig_vs_transposed_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5325004Z test_contig_vs_transposed_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5325174Z test_contig_vs_transposed_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5325357Z test_contig_vs_transposed_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5325544Z test_contig_vs_transposed_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.119s) 2022-12-01T10:19:33.5325725Z test_contig_vs_transposed_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5325908Z test_contig_vs_transposed_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5326087Z test_contig_vs_transposed_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5326265Z test_contig_vs_transposed_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5326443Z test_contig_vs_transposed_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5326607Z test_contig_vs_transposed_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5326780Z test_contig_vs_transposed_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5326979Z test_contig_vs_transposed_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5327154Z test_contig_vs_transposed_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5327328Z test_contig_vs_transposed_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5327505Z test_contig_vs_transposed_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5327697Z test_contig_vs_transposed_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5327887Z test_contig_vs_transposed_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5328077Z test_contig_vs_transposed_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5328254Z test_contig_vs_transposed_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5328446Z test_contig_vs_transposed_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5328635Z test_contig_vs_transposed_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5328855Z test_contig_vs_transposed_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5329052Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5329244Z test_contig_vs_transposed_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5329425Z test_contig_vs_transposed_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5329601Z test_contig_vs_transposed_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5329783Z test_contig_vs_transposed_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.179s) 2022-12-01T10:19:33.5329951Z test_contig_vs_transposed_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5330130Z test_contig_vs_transposed_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5330308Z test_contig_vs_transposed_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5330480Z test_contig_vs_transposed_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5330652Z test_contig_vs_transposed_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5330824Z test_contig_vs_transposed_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5330999Z test_contig_vs_transposed_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5331169Z test_contig_vs_transposed_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5331333Z test_contig_vs_transposed_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5331509Z test_contig_vs_transposed_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5331687Z test_contig_vs_transposed_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.100s) 2022-12-01T10:19:33.5331865Z test_contig_vs_transposed_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.109s) 2022-12-01T10:19:33.5332041Z test_contig_vs_transposed_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.087s) 2022-12-01T10:19:33.5332216Z test_contig_vs_transposed_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5332387Z test_contig_vs_transposed_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5332561Z test_contig_vs_transposed_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5332734Z test_contig_vs_transposed_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5332892Z test_contig_vs_transposed_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5333289Z test_contig_vs_transposed_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5333467Z test_contig_vs_transposed_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5333644Z test_contig_vs_transposed_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5333824Z test_contig_vs_transposed_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5334002Z test_contig_vs_transposed_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5334183Z test_contig_vs_transposed_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5334365Z test_contig_vs_transposed_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.036s) 2022-12-01T10:19:33.5334529Z test_contig_vs_transposed_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5334710Z test_contig_vs_transposed_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.022s) 2022-12-01T10:19:33.5334885Z test_contig_vs_transposed_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.5335106Z test_contig_vs_transposed_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5335280Z test_contig_vs_transposed_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5335451Z test_contig_vs_transposed_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5335625Z test_contig_vs_transposed_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5335795Z test_contig_vs_transposed_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5335977Z test_contig_vs_transposed_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5336143Z test_contig_vs_transposed_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5336330Z test_contig_vs_transposed_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.105s) 2022-12-01T10:19:33.5336514Z test_contig_vs_transposed_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.089s) 2022-12-01T10:19:33.5336696Z test_contig_vs_transposed_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5336876Z test_contig_vs_transposed_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5337053Z test_contig_vs_transposed_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5337230Z test_contig_vs_transposed_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5337402Z test_contig_vs_transposed_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5337563Z test_contig_vs_transposed_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5337743Z test_contig_vs_transposed_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5337921Z test_contig_vs_transposed_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5338098Z test_contig_vs_transposed_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.021s) 2022-12-01T10:19:33.5338273Z test_contig_vs_transposed_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.122s) 2022-12-01T10:19:33.5338446Z test_contig_vs_transposed_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5338621Z test_contig_vs_transposed_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5338794Z test_contig_vs_transposed_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.015s) 2022-12-01T10:19:33.5338966Z test_contig_vs_transposed_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5339126Z test_contig_vs_transposed_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5339343Z test_contig_vs_transposed_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5339515Z test_contig_vs_transposed_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5339700Z test_contig_vs_transposed_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5339876Z test_contig_vs_transposed_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5340054Z test_contig_vs_transposed_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5340232Z test_contig_vs_transposed_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5340410Z test_contig_vs_transposed_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.029s) 2022-12-01T10:19:33.5340573Z test_contig_vs_transposed_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5340750Z test_contig_vs_transposed_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5340923Z test_contig_vs_transposed_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5341124Z test_contig_vs_transposed_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5341303Z test_contig_vs_transposed_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5341477Z test_contig_vs_transposed_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5341651Z test_contig_vs_transposed_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5341832Z test_contig_vs_transposed_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5342009Z test_contig_vs_transposed_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.5342168Z test_contig_vs_transposed_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5342346Z test_contig_vs_transposed_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5342520Z test_contig_vs_transposed_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5342695Z test_contig_vs_transposed_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5342867Z test_contig_vs_transposed_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5343038Z test_contig_vs_transposed_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5343211Z test_contig_vs_transposed_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5343387Z test_contig_vs_transposed_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5343545Z test_contig_vs_transposed_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5343727Z test_contig_vs_transposed_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:19:33.5343904Z test_contig_vs_transposed_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.102s) 2022-12-01T10:19:33.5344081Z test_contig_vs_transposed_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5344253Z test_contig_vs_transposed_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5344429Z test_contig_vs_transposed_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5344603Z test_contig_vs_transposed_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5344771Z test_contig_vs_transposed_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5344942Z test_contig_vs_transposed_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5345102Z test_contig_vs_transposed_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5345311Z test_contig_vs_transposed_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5345480Z test_contig_vs_transposed_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5345662Z test_contig_vs_transposed_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.115s) 2022-12-01T10:19:33.5345841Z test_contig_vs_transposed_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.097s) 2022-12-01T10:19:33.5346015Z test_contig_vs_transposed_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5346188Z test_contig_vs_transposed_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.5346361Z test_contig_vs_transposed_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5346515Z test_contig_vs_transposed_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5346681Z test_contig_vs_transposed_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5346855Z test_contig_vs_transposed_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5347028Z test_contig_vs_transposed_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5347246Z test_contig_vs_transposed_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5347441Z test_contig_vs_transposed_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5347626Z test_contig_vs_transposed_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.082s) 2022-12-01T10:19:33.5347812Z test_contig_vs_transposed_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5347993Z test_contig_vs_transposed_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5348156Z test_contig_vs_transposed_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5348346Z test_contig_vs_transposed_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5348534Z test_contig_vs_transposed_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5348724Z test_contig_vs_transposed_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5348917Z test_contig_vs_transposed_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5349104Z test_contig_vs_transposed_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5349289Z test_contig_vs_transposed_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.120s) 2022-12-01T10:19:33.5349469Z test_contig_vs_transposed_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.080s) 2022-12-01T10:19:33.5349646Z test_contig_vs_transposed_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5349822Z test_contig_vs_transposed_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5350003Z test_contig_vs_transposed_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5350191Z test_contig_vs_transposed_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5350381Z test_contig_vs_transposed_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5350568Z test_contig_vs_transposed_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5350757Z test_contig_vs_transposed_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5350941Z test_contig_vs_transposed_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5351150Z test_contig_vs_transposed_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5351336Z test_contig_vs_transposed_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5351580Z test_contig_vs_transposed_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5351771Z test_contig_vs_transposed_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5351961Z test_contig_vs_transposed_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5352145Z test_contig_vs_transposed_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5352327Z test_contig_vs_transposed_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5352507Z test_contig_vs_transposed_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5352689Z test_contig_vs_transposed_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.077s) 2022-12-01T10:19:33.5352874Z test_contig_vs_transposed_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.113s) 2022-12-01T10:19:33.5353077Z test_contig_vs_transposed_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5353264Z test_contig_vs_transposed_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5353450Z test_contig_vs_transposed_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5353641Z test_contig_vs_transposed_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5353828Z test_contig_vs_transposed_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5354010Z test_contig_vs_transposed_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5354193Z test_contig_vs_transposed_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5354378Z test_contig_vs_transposed_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5354558Z test_contig_vs_transposed_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5354731Z test_contig_vs_transposed_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5354914Z test_contig_vs_transposed_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5355099Z test_contig_vs_transposed_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5355281Z test_contig_vs_transposed_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5355464Z test_contig_vs_transposed_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5355649Z test_contig_vs_transposed_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5355833Z test_contig_vs_transposed_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5356017Z test_contig_vs_transposed_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5356198Z test_contig_vs_transposed_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5356368Z test_contig_vs_transposed_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.096s) 2022-12-01T10:19:33.5356557Z test_contig_vs_transposed_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5356742Z test_contig_vs_transposed_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5356924Z test_contig_vs_transposed_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5357137Z test_contig_vs_transposed_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5357320Z test_contig_vs_transposed_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5357505Z test_contig_vs_transposed_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5357688Z test_contig_vs_transposed_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5357875Z test_contig_vs_transposed_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5358042Z test_contig_vs_transposed_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5358225Z test_contig_vs_transposed_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5358406Z test_contig_vs_transposed_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5358588Z test_contig_vs_transposed_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5358768Z test_contig_vs_transposed_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5358983Z test_contig_vs_transposed_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5359166Z test_contig_vs_transposed_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5359345Z test_contig_vs_transposed_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5359525Z test_contig_vs_transposed_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5359695Z test_contig_vs_transposed_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.125s) 2022-12-01T10:19:33.5359876Z test_contig_vs_transposed_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:19:33.5360056Z test_contig_vs_transposed_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5360235Z test_contig_vs_transposed_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5360416Z test_contig_vs_transposed_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5360592Z test_contig_vs_transposed_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5360769Z test_contig_vs_transposed_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5360956Z test_contig_vs_transposed_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5361125Z test_contig_vs_transposed_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5361306Z test_contig_vs_transposed_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5361489Z test_contig_vs_transposed_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5361669Z test_contig_vs_transposed_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5361854Z test_contig_vs_transposed_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5362036Z test_contig_vs_transposed_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5362212Z test_contig_vs_transposed_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5362399Z test_contig_vs_transposed_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5362591Z test_contig_vs_transposed_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5362769Z test_contig_vs_transposed_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5362958Z test_contig_vs_transposed_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.085s) 2022-12-01T10:19:33.5363176Z test_contig_vs_transposed_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5363364Z test_contig_vs_transposed_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5363550Z test_contig_vs_transposed_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5363732Z test_contig_vs_transposed_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5363929Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5364130Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5364330Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.5364519Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5364718Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5364941Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5365140Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5365338Z test_contig_vs_transposed_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5365532Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.067s) 2022-12-01T10:19:33.5365732Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5365927Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.084s) 2022-12-01T10:19:33.5366125Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.128s) 2022-12-01T10:19:33.5366307Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.075s) 2022-12-01T10:19:33.5366502Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5366695Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5366892Z test_contig_vs_transposed_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5367085Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5367283Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5367481Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5367679Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5367874Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5368054Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5368248Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5368445Z test_contig_vs_transposed_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5368637Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5368861Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5369056Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5369257Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5369450Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.078s) 2022-12-01T10:19:33.5369642Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.133s) 2022-12-01T10:19:33.5369834Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5370017Z test_contig_vs_transposed_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.065s) 2022-12-01T10:19:33.5370211Z test_contig_vs_transposed_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5370397Z test_contig_vs_transposed_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5370612Z test_contig_vs_transposed_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5370795Z test_contig_vs_transposed_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.076s) 2022-12-01T10:19:33.5370979Z test_contig_vs_transposed_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5371163Z test_contig_vs_transposed_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5371345Z test_contig_vs_transposed_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5371527Z test_contig_vs_transposed_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5371696Z test_contig_vs_transposed_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5371882Z test_contig_vs_transposed_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5372070Z test_contig_vs_transposed_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5372254Z test_contig_vs_transposed_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5372439Z test_contig_vs_transposed_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5372621Z test_contig_vs_transposed_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5372806Z test_contig_vs_transposed_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.5373115Z test_contig_vs_transposed_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.101s) 2022-12-01T10:19:33.5373353Z test_contig_vs_transposed_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5373580Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.319s) 2022-12-01T10:19:33.5373798Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5374016Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.066s) 2022-12-01T10:19:33.5374231Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.072s) 2022-12-01T10:19:33.5374445Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5374662Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5374928Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5375142Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5375359Z test_contig_vs_transposed_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.056s) 2022-12-01T10:19:33.5375551Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5375761Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5375969Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.093s) 2022-12-01T10:19:33.5376176Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.117s) 2022-12-01T10:19:33.5376380Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5376576Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5376817Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5377026Z test_contig_vs_transposed_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5377228Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5377433Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.063s) 2022-12-01T10:19:33.5377626Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.069s) 2022-12-01T10:19:33.5377830Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5378027Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5378222Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5378424Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.059s) 2022-12-01T10:19:33.5378625Z test_contig_vs_transposed_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5378825Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.055s) 2022-12-01T10:19:33.5379029Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.057s) 2022-12-01T10:19:33.5379233Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.064s) 2022-12-01T10:19:33.5379418Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5379624Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.073s) 2022-12-01T10:19:33.5379823Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.118s) 2022-12-01T10:19:33.5380025Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.090s) 2022-12-01T10:19:33.5380223Z test_contig_vs_transposed_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.058s) 2022-12-01T10:19:33.5380403Z test_contig_vs_transposed_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5380579Z test_contig_vs_transposed_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5380804Z test_contig_vs_transposed_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.5380986Z test_contig_vs_transposed_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.092s) 2022-12-01T10:19:33.5381152Z test_contig_vs_transposed_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5381328Z test_contig_vs_transposed_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5381500Z test_contig_vs_transposed_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5381674Z test_contig_vs_transposed_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5381848Z test_contig_vs_transposed_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5382019Z test_contig_vs_transposed_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5382198Z test_contig_vs_transposed_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5382378Z test_contig_vs_transposed_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.050s) 2022-12-01T10:19:33.5382580Z test_contig_vs_transposed_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5382750Z test_contig_vs_transposed_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.108s) 2022-12-01T10:19:33.5382936Z test_contig_vs_transposed_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.158s) 2022-12-01T10:19:33.5383115Z test_contig_vs_transposed_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.070s) 2022-12-01T10:19:33.5383293Z test_contig_vs_transposed_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.053s) 2022-12-01T10:19:33.5383473Z test_contig_vs_transposed_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.060s) 2022-12-01T10:19:33.5383650Z test_contig_vs_transposed_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5383830Z test_contig_vs_transposed_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5384006Z test_contig_vs_transposed_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5384170Z test_contig_vs_transposed_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5384344Z test_contig_vs_transposed_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5384517Z test_contig_vs_transposed_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5384690Z test_contig_vs_transposed_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5384867Z test_contig_vs_transposed_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5385045Z test_contig_vs_transposed_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.099s) 2022-12-01T10:19:33.5385221Z test_contig_vs_transposed_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5385395Z test_contig_vs_transposed_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5385569Z test_contig_vs_transposed_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5385727Z test_contig_vs_transposed_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.052s) 2022-12-01T10:19:33.5385900Z test_contig_vs_transposed_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5386071Z test_contig_vs_transposed_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5386242Z test_contig_vs_transposed_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.049s) 2022-12-01T10:19:33.5386419Z test_contig_vs_transposed_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.068s) 2022-12-01T10:19:33.5386590Z test_contig_vs_transposed_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.107s) 2022-12-01T10:19:33.5386798Z test_contig_vs_transposed_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.116s) 2022-12-01T10:19:33.5386978Z test_contig_vs_transposed_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.098s) 2022-12-01T10:19:33.5387143Z test_contig_vs_transposed_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5387318Z test_contig_vs_transposed_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.062s) 2022-12-01T10:19:33.5387492Z test_contig_vs_transposed_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5387664Z test_contig_vs_transposed_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5387836Z test_contig_vs_transposed_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5388008Z test_contig_vs_transposed_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5388183Z test_contig_vs_transposed_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.051s) 2022-12-01T10:19:33.5388363Z test_contig_vs_transposed_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.048s) 2022-12-01T10:19:33.5388553Z test_contig_vs_transposed_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.054s) 2022-12-01T10:19:33.5388733Z test_contig_vs_transposed_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.061s) 2022-12-01T10:19:33.5388906Z test_contig_vs_transposed_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5389075Z test_contig_vs_transposed_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5389246Z test_contig_vs_transposed_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5389420Z test_contig_vs_transposed_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5389594Z test_contig_vs_transposed_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.5389756Z test_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5389914Z test_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5390071Z test_digamma_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5390237Z test_digamma_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5390391Z test_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5390935Z 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:19:33.5391037Z np_result = np_fn(a) 2022-12-01T10:19:33.5391128Z ok (0.013s) 2022-12-01T10:19:33.5391286Z test_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5391439Z test_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5391638Z test_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5391847Z test_exp_slow_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Insufficient memory on linux.(2|4)xlarge (0.001s) 2022-12-01T10:19:33.5392022Z test_float_domains_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5392196Z test_float_domains_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5392363Z test_float_domains_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5392536Z test_float_domains_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5392705Z test_float_domains_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5392869Z test_float_domains_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5393018Z test_float_domains_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5393221Z test_float_domains_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5393387Z test_float_domains_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5393560Z test_float_domains_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5393730Z test_float_domains_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5393896Z test_float_domains_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5394072Z test_float_domains_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5394240Z test_float_domains_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5394390Z test_float_domains_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5394553Z test_float_domains_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5394720Z test_float_domains_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5394882Z test_float_domains_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395073Z test_float_domains_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395246Z test_float_domains_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395413Z test_float_domains_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395576Z test_float_domains_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395743Z test_float_domains_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5395892Z test_float_domains_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5396055Z test_float_domains_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5396226Z test_float_domains_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5396390Z test_float_domains_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5396563Z test_float_domains_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5396732Z test_float_domains_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5396897Z test_float_domains_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5397106Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5397295Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5397498Z test_float_domains_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5397701Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5397900Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5398098Z test_float_domains_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5398294Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5398490Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5398688Z test_float_domains_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.002s) 2022-12-01T10:19:33.5398859Z test_float_domains_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5399043Z test_float_domains_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5399209Z test_float_domains_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5399391Z test_float_domains_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5399571Z test_float_domains_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5399739Z test_float_domains_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5399906Z test_float_domains_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5400068Z test_float_domains_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5400231Z test_frexp_assert_raises_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.742s) 2022-12-01T10:19:33.5400371Z test_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5400528Z test_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5400679Z test_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5400841Z test_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5401029Z test_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5401190Z test_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5401366Z test_hardshrink_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5401542Z test_hardshrink_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5401698Z test_hardshrink_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5401869Z test_hardsigmoid_backward_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5402041Z test_hardsigmoid_backward_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5402213Z test_hardsigmoid_backward_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5402377Z test_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5402545Z test_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5402707Z test_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5402868Z test_hardswish_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5403030Z test_hardswish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5403175Z test_hardswish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5403333Z test_i0_range1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5403488Z test_i0_range1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5403646Z test_i0_range1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5403803Z test_i0_range2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5403957Z test_i0_range2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5404111Z test_i0_range2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5404263Z test_i0_range3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5404411Z test_i0_special_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5404569Z test_i0_special_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5404726Z test_i0_special_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5404892Z test_igamma_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.088s) 2022-12-01T10:19:33.5405055Z test_igamma_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.083s) 2022-12-01T10:19:33.5405249Z test_igamma_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.095s) 2022-12-01T10:19:33.5405411Z test_igamma_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.132s) 2022-12-01T10:19:33.5405585Z test_igamma_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5405741Z test_igamma_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5405904Z test_igamma_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5406065Z test_igamma_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5406231Z test_igammac_common_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.236s) 2022-12-01T10:19:33.5406395Z test_igammac_common_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.239s) 2022-12-01T10:19:33.5406558Z test_igammac_common_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.238s) 2022-12-01T10:19:33.5406724Z test_igammac_common_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.237s) 2022-12-01T10:19:33.5406894Z test_igammac_edge_cases_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5407051Z test_igammac_edge_cases_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5407280Z test_igammac_edge_cases_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5407449Z test_igammac_edge_cases_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5407642Z test_isposinf_isneginf_non_boolean_output_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.5407838Z test_isposinf_isneginf_non_boolean_output_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5408032Z test_isposinf_isneginf_non_boolean_output_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5408221Z test_isposinf_isneginf_non_boolean_output_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.5408410Z test_isposinf_isneginf_non_boolean_output_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5408578Z test_isposinf_isneginf_non_boolean_output_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5408766Z test_isposinf_isneginf_non_boolean_output_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5408950Z test_isposinf_isneginf_non_boolean_output_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5409136Z test_isposinf_isneginf_non_boolean_output_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5409322Z test_isposinf_isneginf_non_boolean_output_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5409505Z test_isposinf_isneginf_non_boolean_output_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.023s) 2022-12-01T10:19:33.5409731Z test_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... test_unary_ufuncs.py:1063: RuntimeWarning: overflow encountered in exp 2022-12-01T10:19:33.5409896Z expected_output_np = input_np * np.tanh(np.log1p(np.exp(input_np))) 2022-12-01T10:19:33.5409987Z ok (0.006s) 2022-12-01T10:19:33.5410127Z test_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5410291Z test_nan_to_num_bfloat16_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.091s) 2022-12-01T10:19:33.5410447Z test_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5410606Z test_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.027s) 2022-12-01T10:19:33.5410761Z test_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.026s) 2022-12-01T10:19:33.5410915Z test_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.025s) 2022-12-01T10:19:33.5411069Z test_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5411224Z test_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5411391Z test_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.019s) 2022-12-01T10:19:33.5411546Z test_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5411700Z test_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5411868Z test_non_contig_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5412036Z test_non_contig_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5412203Z test_non_contig_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5412370Z test_non_contig_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5412532Z test_non_contig_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5412682Z test_non_contig_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5412845Z test_non_contig_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5413137Z test_non_contig_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5413329Z test_non_contig_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5413538Z test_non_contig_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5413703Z test_non_contig_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5413859Z test_non_contig_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5414026Z test_non_contig_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5414169Z test_non_contig_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5414339Z test_non_contig_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5414506Z test_non_contig_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5414678Z test_non_contig_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5414843Z test_non_contig_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415009Z test_non_contig_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415169Z test_non_contig_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415331Z test_non_contig_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415476Z test_non_contig_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415641Z test_non_contig_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415811Z test_non_contig_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5415974Z test_non_contig_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5416147Z test_non_contig_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5416317Z test_non_contig_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5416484Z test_non_contig_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5416651Z test_non_contig_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5416799Z test_non_contig_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5416962Z test_non_contig_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5417124Z test_non_contig_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5417284Z test_non_contig_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5417445Z test_non_contig_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5417616Z test_non_contig_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5417814Z test_non_contig_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5417986Z test_non_contig_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5418162Z test_non_contig_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5418314Z test_non_contig_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5418480Z test_non_contig_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5418647Z test_non_contig_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5418808Z test_non_contig_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5418970Z test_non_contig_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5419130Z test_non_contig_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5419294Z test_non_contig_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5419456Z test_non_contig_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5419632Z test_non_contig_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5419801Z test_non_contig_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5419969Z test_non_contig_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5420138Z test_non_contig_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5420301Z test_non_contig_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5420464Z test_non_contig_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5420624Z test_non_contig_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5420790Z test_non_contig_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5420938Z test_non_contig_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5421101Z test_non_contig_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5421260Z test_non_contig_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5421425Z test_non_contig_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5421586Z test_non_contig_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5421756Z test_non_contig_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5421924Z test_non_contig_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5422092Z test_non_contig_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5422247Z test_non_contig_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5422410Z test_non_contig_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5422572Z test_non_contig_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5422734Z test_non_contig_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5422895Z test_non_contig_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5423054Z test_non_contig_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5423220Z test_non_contig_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5423380Z test_non_contig_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5423536Z test_non_contig_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5423705Z test_non_contig_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5423923Z test_non_contig_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5424087Z test_non_contig_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5424252Z test_non_contig_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5424414Z test_non_contig_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5424573Z test_non_contig_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5424732Z test_non_contig_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5424878Z test_non_contig_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5425045Z test_non_contig_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5425206Z test_non_contig_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5425378Z test_non_contig_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5425546Z test_non_contig_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5425739Z test_non_contig_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5425905Z test_non_contig_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5426070Z test_non_contig_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5426217Z test_non_contig_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5426380Z test_non_contig_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5426541Z test_non_contig_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5426701Z test_non_contig_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5426873Z test_non_contig_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5427037Z test_non_contig_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5427211Z test_non_contig_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5427385Z test_non_contig_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5427554Z test_non_contig_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5427709Z test_non_contig_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5427876Z test_non_contig_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5428041Z test_non_contig_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5428207Z test_non_contig_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5428369Z test_non_contig_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5428528Z test_non_contig_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5428691Z test_non_contig_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5428856Z test_non_contig_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5429011Z test_non_contig_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5429178Z test_non_contig_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5429342Z test_non_contig_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5429502Z test_non_contig_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5429666Z test_non_contig_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5429861Z test_non_contig_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5430026Z test_non_contig_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5430187Z test_non_contig_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5430342Z test_non_contig_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5430509Z test_non_contig_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5430670Z test_non_contig_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5430835Z test_non_contig_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5431001Z test_non_contig_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5431165Z test_non_contig_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5431327Z test_non_contig_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5431562Z test_non_contig_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5431713Z test_non_contig_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5431902Z test_non_contig_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5432064Z test_non_contig_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5432231Z test_non_contig_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5432389Z test_non_contig_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5432559Z test_non_contig_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5432727Z test_non_contig_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5432893Z test_non_contig_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5433059Z test_non_contig_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5433208Z test_non_contig_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5433372Z test_non_contig_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5433534Z test_non_contig_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5433693Z test_non_contig_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5433852Z test_non_contig_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5434009Z test_non_contig_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5434174Z test_non_contig_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5434337Z test_non_contig_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5434489Z test_non_contig_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5434646Z test_non_contig_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5434803Z test_non_contig_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5434964Z test_non_contig_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5435123Z test_non_contig_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5435281Z test_non_contig_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5435449Z test_non_contig_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5435610Z test_non_contig_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5435767Z test_non_contig_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5435937Z test_non_contig_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5436127Z test_non_contig_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5436292Z test_non_contig_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5436459Z test_non_contig_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5436623Z test_non_contig_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5436784Z test_non_contig_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5436948Z test_non_contig_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5437097Z test_non_contig_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5437260Z test_non_contig_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5437420Z test_non_contig_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5437587Z test_non_contig_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5437748Z test_non_contig_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5437941Z test_non_contig_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5438109Z test_non_contig_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5438276Z test_non_contig_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5438427Z test_non_contig_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5438589Z test_non_contig_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5438750Z test_non_contig_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5438910Z test_non_contig_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5439073Z test_non_contig_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5439232Z test_non_contig_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5439392Z test_non_contig_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5439552Z test_non_contig_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5439705Z test_non_contig_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5439866Z test_non_contig_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5440033Z test_non_contig_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5440199Z test_non_contig_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5440362Z test_non_contig_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5440525Z test_non_contig_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5440690Z test_non_contig_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5440852Z test_non_contig_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5441002Z test_non_contig_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5441165Z test_non_contig_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5441324Z test_non_contig_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5441484Z test_non_contig_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5441644Z test_non_contig_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5441822Z test_non_contig_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5442006Z test_non_contig_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5442218Z test_non_contig_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5442395Z test_non_contig_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5442562Z test_non_contig_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5442736Z test_non_contig_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5442910Z test_non_contig_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5443083Z test_non_contig_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5443255Z test_non_contig_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5443422Z test_non_contig_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5443593Z test_non_contig_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5443771Z test_non_contig_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5443930Z test_non_contig_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5444123Z test_non_contig_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5444286Z test_non_contig_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5444454Z test_non_contig_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5444619Z test_non_contig_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5444786Z test_non_contig_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5444949Z test_non_contig_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445108Z test_non_contig_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445256Z test_non_contig_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445414Z test_non_contig_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445576Z test_non_contig_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445733Z test_non_contig_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5445898Z test_non_contig_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5446057Z test_non_contig_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5446225Z test_non_contig_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5446392Z test_non_contig_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5446542Z test_non_contig_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5446711Z test_non_contig_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5446874Z test_non_contig_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447035Z test_non_contig_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447196Z test_non_contig_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447354Z test_non_contig_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447513Z test_non_contig_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447683Z test_non_contig_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5447834Z test_non_contig_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448004Z test_non_contig_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448173Z test_non_contig_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448377Z test_non_contig_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448542Z test_non_contig_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448709Z test_non_contig_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5448876Z test_non_contig_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5449042Z test_non_contig_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5449206Z test_non_contig_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5449362Z test_non_contig_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5449528Z test_non_contig_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5449696Z test_non_contig_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5449863Z test_non_contig_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450027Z test_non_contig_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450222Z test_non_contig_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450388Z test_non_contig_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450554Z test_non_contig_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450704Z test_non_contig_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5450873Z test_non_contig_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5451038Z test_non_contig_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5451210Z test_non_contig_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5451383Z test_non_contig_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5451550Z test_non_contig_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5451719Z test_non_contig_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5451883Z test_non_contig_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5452029Z test_non_contig_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5452195Z test_non_contig_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5452358Z test_non_contig_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5452520Z test_non_contig_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5452684Z test_non_contig_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5452849Z test_non_contig_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5453130Z test_non_contig_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5453344Z test_non_contig_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5453495Z test_non_contig_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5453660Z test_non_contig_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5453820Z test_non_contig_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5453982Z test_non_contig_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454139Z test_non_contig_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454303Z test_non_contig_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454462Z test_non_contig_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454676Z test_non_contig_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454821Z test_non_contig_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5454988Z test_non_contig_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455151Z test_non_contig_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455314Z test_non_contig_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455476Z test_non_contig_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455636Z test_non_contig_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455793Z test_non_contig_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5455952Z test_non_contig_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456109Z test_non_contig_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456273Z test_non_contig_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456479Z test_non_contig_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456644Z test_non_contig_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456809Z test_non_contig_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5456970Z test_non_contig_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457131Z test_non_contig_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457292Z test_non_contig_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457453Z test_non_contig_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457607Z test_non_contig_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457768Z test_non_contig_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5457929Z test_non_contig_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458092Z test_non_contig_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458255Z test_non_contig_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458415Z test_non_contig_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458574Z test_non_contig_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458735Z test_non_contig_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5458882Z test_non_contig_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5459040Z test_non_contig_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5459205Z test_non_contig_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5459367Z test_non_contig_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5459536Z test_non_contig_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5459702Z test_non_contig_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5459863Z test_non_contig_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460025Z test_non_contig_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460170Z test_non_contig_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460329Z test_non_contig_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460484Z test_non_contig_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460672Z test_non_contig_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5460828Z test_non_contig_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5461003Z test_non_contig_expand_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5461182Z test_non_contig_expand_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5461357Z test_non_contig_expand_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5461519Z test_non_contig_expand_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5461690Z test_non_contig_expand_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5461859Z test_non_contig_expand_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5462028Z test_non_contig_expand_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5462199Z test_non_contig_expand_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5462364Z test_non_contig_expand_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5462551Z test_non_contig_expand_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5462719Z test_non_contig_expand_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5462868Z test_non_contig_expand_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5463043Z test_non_contig_expand_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5463215Z test_non_contig_expand_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5463392Z test_non_contig_expand_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5463568Z test_non_contig_expand_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5463742Z test_non_contig_expand_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5463908Z test_non_contig_expand_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464081Z test_non_contig_expand_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464245Z test_non_contig_expand_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464395Z test_non_contig_expand_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464565Z test_non_contig_expand_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464728Z test_non_contig_expand_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5464902Z test_non_contig_expand_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5465067Z test_non_contig_expand_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5465249Z test_non_contig_expand_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5465425Z test_non_contig_expand_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5465600Z test_non_contig_expand_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5465756Z test_non_contig_expand_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5465927Z test_non_contig_expand_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5466099Z test_non_contig_expand_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5466272Z test_non_contig_expand_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5466441Z test_non_contig_expand_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5466654Z test_non_contig_expand_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5466829Z test_non_contig_expand_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.5466999Z test_non_contig_expand_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5467165Z test_non_contig_expand_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5467340Z test_non_contig_expand_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5467512Z test_non_contig_expand_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5467683Z test_non_contig_expand_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5467856Z test_non_contig_expand_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5468026Z test_non_contig_expand_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5468199Z test_non_contig_expand_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5468365Z test_non_contig_expand_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5468561Z test_non_contig_expand_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5468719Z test_non_contig_expand_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5468893Z test_non_contig_expand_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5469062Z test_non_contig_expand_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5469239Z test_non_contig_expand_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5469413Z test_non_contig_expand_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5469586Z test_non_contig_expand_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5469761Z test_non_contig_expand_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5469929Z test_non_contig_expand_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470087Z test_non_contig_expand_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470254Z test_non_contig_expand_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470423Z test_non_contig_expand_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470587Z test_non_contig_expand_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470764Z test_non_contig_expand_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5470932Z test_non_contig_expand_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5471110Z test_non_contig_expand_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5471289Z test_non_contig_expand_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5471522Z test_non_contig_expand_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5471687Z test_non_contig_expand_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5471860Z test_non_contig_expand_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472027Z test_non_contig_expand_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472197Z test_non_contig_expand_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472366Z test_non_contig_expand_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472536Z test_non_contig_expand_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472738Z test_non_contig_expand_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5472908Z test_non_contig_expand_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5473070Z test_non_contig_expand_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5473246Z test_non_contig_expand_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5473417Z test_non_contig_expand_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5473594Z test_non_contig_expand_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5473762Z test_non_contig_expand_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5473925Z test_non_contig_expand_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474092Z test_non_contig_expand_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474264Z test_non_contig_expand_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474414Z test_non_contig_expand_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474630Z test_non_contig_expand_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474795Z test_non_contig_expand_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5474973Z test_non_contig_expand_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5475148Z test_non_contig_expand_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5475323Z test_non_contig_expand_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5475495Z test_non_contig_expand_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5475664Z test_non_contig_expand_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5475837Z test_non_contig_expand_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5475993Z test_non_contig_expand_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5476162Z test_non_contig_expand_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5476331Z test_non_contig_expand_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5476507Z test_non_contig_expand_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5476681Z test_non_contig_expand_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5476862Z test_non_contig_expand_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5477041Z test_non_contig_expand_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5477220Z test_non_contig_expand_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5477385Z test_non_contig_expand_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5477562Z test_non_contig_expand_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5477738Z test_non_contig_expand_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5477910Z test_non_contig_expand_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5478082Z test_non_contig_expand_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5478248Z test_non_contig_expand_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5478420Z test_non_contig_expand_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5478592Z test_non_contig_expand_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5478794Z test_non_contig_expand_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5478958Z test_non_contig_expand_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5479138Z test_non_contig_expand_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5479313Z test_non_contig_expand_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5479488Z test_non_contig_expand_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5479662Z test_non_contig_expand_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5479836Z test_non_contig_expand_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5480007Z test_non_contig_expand_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5480181Z test_non_contig_expand_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5480342Z test_non_contig_expand_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5480516Z test_non_contig_expand_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5480714Z test_non_contig_expand_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5480885Z test_non_contig_expand_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5481056Z test_non_contig_expand_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5481224Z test_non_contig_expand_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5481390Z test_non_contig_expand_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5481553Z test_non_contig_expand_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5481724Z test_non_contig_expand_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5481878Z test_non_contig_expand_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5482053Z test_non_contig_expand_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5482223Z test_non_contig_expand_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5482400Z test_non_contig_expand_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5482572Z test_non_contig_expand_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5482745Z test_non_contig_expand_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5482915Z test_non_contig_expand_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5483086Z test_non_contig_expand_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5483241Z test_non_contig_expand_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5483409Z test_non_contig_expand_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5483573Z test_non_contig_expand_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5483743Z test_non_contig_expand_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5483906Z test_non_contig_expand_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5484080Z test_non_contig_expand_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5484250Z test_non_contig_expand_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5484417Z test_non_contig_expand_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5484572Z test_non_contig_expand_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5484765Z test_non_contig_expand_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5484930Z test_non_contig_expand_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5485101Z test_non_contig_expand_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5485263Z test_non_contig_expand_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5485441Z test_non_contig_expand_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5485605Z test_non_contig_expand_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5485779Z test_non_contig_expand_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5485956Z test_non_contig_expand_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5486116Z test_non_contig_expand_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5486294Z test_non_contig_expand_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5486466Z test_non_contig_expand_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5486666Z test_non_contig_expand_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5486838Z test_non_contig_expand_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5487010Z test_non_contig_expand_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5487177Z test_non_contig_expand_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5487344Z test_non_contig_expand_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5487501Z test_non_contig_expand_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5487672Z test_non_contig_expand_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5487842Z test_non_contig_expand_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5488018Z test_non_contig_expand_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5488196Z test_non_contig_expand_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5488372Z test_non_contig_expand_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5488544Z test_non_contig_expand_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5488717Z test_non_contig_expand_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5488885Z test_non_contig_expand_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5489043Z test_non_contig_expand_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5489210Z test_non_contig_expand_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5489373Z test_non_contig_expand_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5489543Z test_non_contig_expand_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5489706Z test_non_contig_expand_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5489878Z test_non_contig_expand_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5490047Z test_non_contig_expand_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5490223Z test_non_contig_expand_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5490384Z test_non_contig_expand_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5490559Z test_non_contig_expand_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5490760Z test_non_contig_expand_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5490933Z test_non_contig_expand_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5491106Z test_non_contig_expand_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5491274Z test_non_contig_expand_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5491440Z test_non_contig_expand_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5491607Z test_non_contig_expand_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5491761Z test_non_contig_expand_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5491926Z test_non_contig_expand_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5492111Z test_non_contig_expand_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5492295Z test_non_contig_expand_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5492482Z test_non_contig_expand_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5492696Z test_non_contig_expand_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5492878Z test_non_contig_expand_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5493229Z test_non_contig_expand_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5493454Z test_non_contig_expand_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5493626Z test_non_contig_expand_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5493808Z test_non_contig_expand_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5493994Z test_non_contig_expand_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5494174Z test_non_contig_expand_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5494355Z test_non_contig_expand_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5494531Z test_non_contig_expand_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5494704Z test_non_contig_expand_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5494875Z test_non_contig_expand_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5495050Z test_non_contig_expand_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5495211Z test_non_contig_expand_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5495386Z test_non_contig_expand_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5495559Z test_non_contig_expand_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5495728Z test_non_contig_expand_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5495897Z test_non_contig_expand_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5496060Z test_non_contig_expand_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5496229Z test_non_contig_expand_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.5496396Z test_non_contig_expand_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5496554Z test_non_contig_expand_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5496719Z test_non_contig_expand_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5496955Z test_non_contig_expand_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5497131Z test_non_contig_expand_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5497306Z test_non_contig_expand_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5497479Z test_non_contig_expand_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5497647Z test_non_contig_expand_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5497813Z test_non_contig_expand_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5497967Z test_non_contig_expand_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5498136Z test_non_contig_expand_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5498304Z test_non_contig_expand_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5498484Z test_non_contig_expand_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5498658Z test_non_contig_expand_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5498867Z test_non_contig_expand_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499046Z test_non_contig_expand_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499217Z test_non_contig_expand_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499391Z test_non_contig_expand_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499549Z test_non_contig_expand_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499717Z test_non_contig_expand_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5499890Z test_non_contig_expand_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500064Z test_non_contig_expand_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500242Z test_non_contig_expand_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500416Z test_non_contig_expand_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500591Z test_non_contig_expand_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500765Z test_non_contig_expand_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5500924Z test_non_contig_expand_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501095Z test_non_contig_expand_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501267Z test_non_contig_expand_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501442Z test_non_contig_expand_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501614Z test_non_contig_expand_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501787Z test_non_contig_expand_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5501960Z test_non_contig_expand_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5502139Z test_non_contig_expand_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5502305Z test_non_contig_expand_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5502481Z test_non_contig_expand_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5502656Z test_non_contig_expand_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5502828Z test_non_contig_expand_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5503067Z test_non_contig_expand_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5503239Z test_non_contig_expand_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5503413Z test_non_contig_expand_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5503584Z test_non_contig_expand_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5503756Z test_non_contig_expand_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5503913Z test_non_contig_expand_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5504081Z test_non_contig_expand_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5504250Z test_non_contig_expand_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5504420Z test_non_contig_expand_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5504595Z test_non_contig_expand_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5504764Z test_non_contig_expand_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5504961Z test_non_contig_expand_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505127Z test_non_contig_expand_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505282Z test_non_contig_expand_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505448Z test_non_contig_expand_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505622Z test_non_contig_expand_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505790Z test_non_contig_expand_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5505960Z test_non_contig_expand_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506133Z test_non_contig_expand_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506303Z test_non_contig_expand_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506472Z test_non_contig_expand_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506635Z test_non_contig_expand_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506788Z test_non_contig_expand_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5506955Z test_non_contig_expand_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507131Z test_non_contig_expand_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507300Z test_non_contig_expand_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507473Z test_non_contig_expand_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507644Z test_non_contig_expand_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507813Z test_non_contig_expand_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5507986Z test_non_contig_expand_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5508144Z test_non_contig_expand_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5508316Z test_non_contig_expand_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5508484Z test_non_contig_expand_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5508655Z test_non_contig_expand_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5508828Z test_non_contig_expand_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509037Z test_non_contig_expand_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509208Z test_non_contig_expand_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509375Z test_non_contig_expand_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509532Z test_non_contig_expand_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509698Z test_non_contig_expand_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5509859Z test_non_contig_expand_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.042s) 2022-12-01T10:19:33.5510027Z test_non_contig_expand_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5510190Z test_non_contig_expand_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.5510358Z test_non_contig_expand_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5510527Z test_non_contig_expand_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5510702Z test_non_contig_expand_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5510904Z test_non_contig_expand_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5511064Z test_non_contig_expand_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5511231Z test_non_contig_expand_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5511401Z test_non_contig_expand_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5511638Z test_non_contig_expand_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5511804Z test_non_contig_expand_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5511974Z test_non_contig_expand_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512140Z test_non_contig_expand_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512317Z test_non_contig_expand_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512476Z test_non_contig_expand_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512651Z test_non_contig_expand_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512824Z test_non_contig_expand_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5512993Z test_non_contig_expand_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5513158Z test_non_contig_expand_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5513328Z test_non_contig_expand_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5513500Z test_non_contig_expand_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5513672Z test_non_contig_expand_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5513831Z test_non_contig_expand_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5514002Z test_non_contig_expand_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5514176Z test_non_contig_expand_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5514349Z test_non_contig_expand_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5514522Z test_non_contig_expand_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5514692Z test_non_contig_expand_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5514858Z test_non_contig_expand_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5515030Z test_non_contig_expand_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5515230Z test_non_contig_expand_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5515382Z test_non_contig_expand_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5515548Z test_non_contig_expand_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5515716Z test_non_contig_expand_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5515884Z test_non_contig_expand_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5516056Z test_non_contig_expand_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5516220Z test_non_contig_expand_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5516397Z test_non_contig_expand_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5516577Z test_non_contig_expand_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5516740Z test_non_contig_expand_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5516939Z test_non_contig_expand_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517115Z test_non_contig_expand_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517286Z test_non_contig_expand_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517457Z test_non_contig_expand_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517627Z test_non_contig_expand_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517796Z test_non_contig_expand_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5517965Z test_non_contig_expand_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5518125Z test_non_contig_expand_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5518299Z test_non_contig_expand_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5518473Z test_non_contig_expand_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5518646Z test_non_contig_expand_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5518814Z test_non_contig_expand_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5518981Z test_non_contig_expand_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5519145Z test_non_contig_expand_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5519316Z test_non_contig_expand_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5519484Z test_non_contig_expand_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5519643Z test_non_contig_expand_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5519816Z test_non_contig_expand_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5519989Z test_non_contig_expand_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5520160Z test_non_contig_expand_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5520355Z test_non_contig_expand_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5520545Z test_non_contig_expand_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5520731Z test_non_contig_expand_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5520919Z test_non_contig_expand_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.5521104Z test_non_contig_expand_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5521276Z test_non_contig_expand_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5521455Z test_non_contig_expand_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5521632Z test_non_contig_expand_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5521801Z test_non_contig_expand_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5521971Z test_non_contig_expand_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522142Z test_non_contig_expand_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522310Z test_non_contig_expand_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522474Z test_non_contig_expand_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522630Z test_non_contig_expand_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522797Z test_non_contig_expand_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5522992Z test_non_contig_expand_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523166Z test_non_contig_expand_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523334Z test_non_contig_expand_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523499Z test_non_contig_expand_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523666Z test_non_contig_expand_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523831Z test_non_contig_expand_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5523982Z test_non_contig_expand_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5524145Z test_non_contig_expand_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5524309Z test_non_contig_expand_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5524479Z test_non_contig_expand_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5524657Z test_non_contig_expand_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5524832Z test_non_contig_expand_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5525005Z test_non_contig_expand_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5525177Z test_non_contig_expand_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5525344Z test_non_contig_expand_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5525504Z test_non_contig_expand_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5525680Z test_non_contig_expand_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5525850Z test_non_contig_expand_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5526023Z test_non_contig_expand_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5526188Z test_non_contig_expand_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5526357Z test_non_contig_expand_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5526522Z test_non_contig_expand_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5526685Z test_non_contig_expand_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5526837Z test_non_contig_expand_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5527002Z test_non_contig_expand_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5527211Z test_non_contig_expand_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5527386Z test_non_contig_expand_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5527572Z test_non_contig_expand_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5527756Z test_non_contig_expand_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5527936Z test_non_contig_expand_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5528112Z test_non_contig_expand_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5528276Z test_non_contig_expand_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5528447Z test_non_contig_expand_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5528623Z test_non_contig_expand_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5528794Z test_non_contig_expand_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5528988Z test_non_contig_expand_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5529165Z test_non_contig_expand_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5529338Z test_non_contig_expand_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5529508Z test_non_contig_expand_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5529677Z test_non_contig_expand_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5529841Z test_non_contig_expand_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5530016Z test_non_contig_expand_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5530194Z test_non_contig_expand_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5530365Z test_non_contig_expand_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5530538Z test_non_contig_expand_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5530706Z test_non_contig_expand_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5530881Z test_non_contig_expand_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5531054Z test_non_contig_expand_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5531212Z test_non_contig_expand_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5531381Z test_non_contig_expand_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5531551Z test_non_contig_expand_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5531725Z test_non_contig_expand_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5531895Z test_non_contig_expand_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5532074Z test_non_contig_expand_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5532251Z test_non_contig_expand_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5532426Z test_non_contig_expand_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5532598Z test_non_contig_expand_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5532757Z test_non_contig_expand_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5532927Z test_non_contig_expand_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5533308Z test_non_contig_expand_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5533480Z test_non_contig_expand_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5533653Z test_non_contig_expand_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5533827Z test_non_contig_expand_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5534006Z test_non_contig_expand_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5534181Z test_non_contig_expand_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5534344Z test_non_contig_expand_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5534521Z test_non_contig_expand_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5534696Z test_non_contig_expand_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5534871Z test_non_contig_expand_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5535046Z test_non_contig_expand_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5535267Z test_non_contig_expand_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5535440Z test_non_contig_expand_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5535614Z test_non_contig_expand_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5535778Z test_non_contig_expand_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5535951Z test_non_contig_expand_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5536127Z test_non_contig_expand_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5536305Z test_non_contig_expand_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5536478Z test_non_contig_expand_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5536652Z test_non_contig_expand_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5536828Z test_non_contig_expand_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5536997Z test_non_contig_expand_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5537169Z test_non_contig_expand_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5537329Z test_non_contig_expand_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5537507Z test_non_contig_expand_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5537680Z test_non_contig_expand_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5537861Z test_non_contig_expand_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5538041Z test_non_contig_expand_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5538218Z test_non_contig_expand_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5538391Z test_non_contig_expand_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5538561Z test_non_contig_expand_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5538714Z test_non_contig_expand_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5538887Z test_non_contig_expand_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5539057Z test_non_contig_expand_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5539228Z test_non_contig_expand_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5539435Z test_non_contig_expand_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5539605Z test_non_contig_expand_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5539822Z test_non_contig_expand_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5540028Z test_non_contig_expand_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5540239Z test_non_contig_expand_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5540438Z test_non_contig_expand_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5540646Z test_non_contig_expand_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5540855Z test_non_contig_expand_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5541101Z test_non_contig_expand_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5541302Z test_non_contig_expand_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5541497Z test_non_contig_expand_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5541690Z test_non_contig_expand_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5541890Z test_non_contig_expand_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5542092Z test_non_contig_expand_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:19:33.5542270Z test_non_contig_expand_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.5542430Z test_non_contig_expand_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5542607Z test_non_contig_expand_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5542782Z test_non_contig_expand_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5542953Z test_non_contig_expand_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543126Z test_non_contig_expand_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543298Z test_non_contig_expand_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543469Z test_non_contig_expand_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543640Z test_non_contig_expand_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543800Z test_non_contig_expand_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5543972Z test_non_contig_expand_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5544153Z test_non_contig_expand_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5544328Z test_non_contig_expand_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5544499Z test_non_contig_expand_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.038s) 2022-12-01T10:19:33.5544667Z test_non_contig_expand_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5544835Z test_non_contig_expand_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545001Z test_non_contig_expand_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545203Z test_non_contig_expand_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545358Z test_non_contig_expand_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545527Z test_non_contig_expand_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545703Z test_non_contig_expand_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5545875Z test_non_contig_expand_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546046Z test_non_contig_expand_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546219Z test_non_contig_expand_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546386Z test_non_contig_expand_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546553Z test_non_contig_expand_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546712Z test_non_contig_expand_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5546880Z test_non_contig_expand_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5547078Z test_non_contig_expand_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5547251Z test_non_contig_expand_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5547419Z test_non_contig_expand_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5547593Z test_non_contig_expand_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5547767Z test_non_contig_expand_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5547937Z test_non_contig_expand_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548091Z test_non_contig_expand_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548261Z test_non_contig_expand_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548425Z test_non_contig_expand_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548589Z test_non_contig_expand_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548754Z test_non_contig_expand_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5548917Z test_non_contig_expand_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5549084Z test_non_contig_expand_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5549252Z test_non_contig_expand_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5549424Z test_non_contig_expand_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5549586Z test_non_contig_expand_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5549759Z test_non_contig_expand_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5549924Z test_non_contig_expand_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550095Z test_non_contig_expand_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550259Z test_non_contig_expand_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550422Z test_non_contig_expand_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550588Z test_non_contig_expand_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550751Z test_non_contig_expand_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5550920Z test_non_contig_expand_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5551142Z test_non_contig_expand_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5551327Z test_non_contig_expand_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5551579Z test_non_contig_expand_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5551766Z test_non_contig_expand_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5551948Z test_non_contig_expand_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5552127Z test_non_contig_expand_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5552306Z test_non_contig_expand_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5552483Z test_non_contig_expand_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5552643Z test_non_contig_expand_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5552823Z test_non_contig_expand_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5553001Z test_non_contig_expand_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5553207Z test_non_contig_expand_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5553380Z test_non_contig_expand_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5553552Z test_non_contig_expand_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5553720Z test_non_contig_expand_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5553891Z test_non_contig_expand_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5554049Z test_non_contig_expand_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5554225Z test_non_contig_expand_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5554394Z test_non_contig_expand_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5554564Z test_non_contig_expand_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5554734Z test_non_contig_expand_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5554900Z test_non_contig_expand_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5555077Z test_non_contig_expand_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5555253Z test_non_contig_expand_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5555411Z test_non_contig_expand_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5555582Z test_non_contig_expand_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5555755Z test_non_contig_expand_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5555926Z test_non_contig_expand_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5556098Z test_non_contig_expand_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5556265Z test_non_contig_expand_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5556433Z test_non_contig_expand_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5556601Z test_non_contig_expand_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5556764Z test_non_contig_expand_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5556944Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5557136Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5557360Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5557551Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5557745Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5557932Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5558119Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5558308Z test_non_contig_expand_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5558498Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5558677Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5558862Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5559074Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5559263Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5559447Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5559637Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5559820Z test_non_contig_expand_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5560012Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5560206Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5560384Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5560569Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5560750Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5560937Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5561124Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5561311Z test_non_contig_expand_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5561492Z test_non_contig_expand_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5561668Z test_non_contig_expand_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5561846Z test_non_contig_expand_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5562014Z test_non_contig_expand_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5562188Z test_non_contig_expand_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5562362Z test_non_contig_expand_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5562536Z test_non_contig_expand_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5562710Z test_non_contig_expand_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5562883Z test_non_contig_expand_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5563081Z test_non_contig_expand_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5563258Z test_non_contig_expand_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5563420Z test_non_contig_expand_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5563595Z test_non_contig_expand_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5563767Z test_non_contig_expand_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5563939Z test_non_contig_expand_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5564108Z test_non_contig_expand_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5564273Z test_non_contig_expand_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5564441Z test_non_contig_expand_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5564608Z test_non_contig_expand_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5564771Z test_non_contig_expand_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5564951Z test_non_contig_expand_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5565116Z test_non_contig_expand_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5565306Z test_non_contig_expand_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5565495Z test_non_contig_expand_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5565679Z test_non_contig_expand_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5565861Z test_non_contig_expand_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5566050Z test_non_contig_expand_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5566236Z test_non_contig_expand_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5566422Z test_non_contig_expand_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5566620Z test_non_contig_expand_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5566814Z test_non_contig_expand_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5567015Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5567213Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5567412Z test_non_contig_expand_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5567609Z test_non_contig_expand_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5567802Z test_non_contig_expand_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5567997Z test_non_contig_expand_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5568173Z test_non_contig_expand_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5568364Z test_non_contig_expand_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5568551Z test_non_contig_expand_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5568741Z test_non_contig_expand_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5568938Z test_non_contig_expand_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5569162Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5569357Z test_non_contig_expand_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5569543Z test_non_contig_expand_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5569727Z test_non_contig_expand_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5569905Z test_non_contig_expand_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5570095Z test_non_contig_expand_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5570284Z test_non_contig_expand_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5570474Z test_non_contig_expand_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5570663Z test_non_contig_expand_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5570872Z test_non_contig_expand_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.5571059Z test_non_contig_expand_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5571240Z test_non_contig_expand_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5571419Z test_non_contig_expand_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5571589Z test_non_contig_expand_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5571775Z test_non_contig_expand_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5571964Z test_non_contig_expand_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5572151Z test_non_contig_expand_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5572334Z test_non_contig_expand_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5572515Z test_non_contig_expand_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5572699Z test_non_contig_expand_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5572880Z test_non_contig_expand_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5573187Z test_non_contig_expand_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5573404Z test_non_contig_expand_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5573623Z test_non_contig_expand_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5573838Z test_non_contig_expand_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5574050Z test_non_contig_expand_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Different noise (0.001s) 2022-12-01T10:19:33.5574242Z test_non_contig_expand_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5574430Z test_non_contig_expand_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5574619Z test_non_contig_expand_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5574821Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5575070Z test_non_contig_expand_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5575245Z test_non_contig_expand_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5575435Z test_non_contig_expand_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5575620Z test_non_contig_expand_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5575817Z test_non_contig_expand_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5576010Z test_non_contig_expand_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.024s) 2022-12-01T10:19:33.5576204Z test_non_contig_expand_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5576401Z test_non_contig_expand_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5576599Z test_non_contig_expand_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5576796Z test_non_contig_expand_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5577010Z test_non_contig_expand_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5577209Z test_non_contig_expand_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5577403Z test_non_contig_expand_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5577593Z test_non_contig_expand_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5577786Z test_non_contig_expand_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5577979Z test_non_contig_expand_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5578171Z test_non_contig_expand_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5578364Z test_non_contig_expand_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5578549Z test_non_contig_expand_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5578741Z test_non_contig_expand_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5578917Z test_non_contig_expand_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5579113Z test_non_contig_expand_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5579313Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5579513Z test_non_contig_expand_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5579708Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5579903Z test_non_contig_expand_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5580094Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5580285Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5580471Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5580652Z test_non_contig_expand_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5580845Z test_non_contig_expand_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5581069Z test_non_contig_expand_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5581264Z test_non_contig_expand_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5581458Z test_non_contig_expand_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5581648Z test_non_contig_expand_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5581837Z test_non_contig_expand_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5582026Z test_non_contig_expand_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5582217Z test_non_contig_expand_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5582400Z test_non_contig_expand_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5582597Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5582814Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583012Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583204Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583396Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583580Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583769Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5583962Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5584139Z test_non_contig_expand_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5584335Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5584526Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5584719Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5584911Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5585100Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5585290Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5585481Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5585673Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5585849Z test_non_contig_expand_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5586047Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5586241Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5586433Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5586624Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5586843Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5587028Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5587217Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5587407Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5587583Z test_non_contig_expand_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5587778Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5587968Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5588159Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5588353Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5588569Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5588759Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5588944Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5589133Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5589309Z test_non_contig_expand_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5589501Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5589692Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5589883Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5590077Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5590266Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5590453Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5590640Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5590830Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5591006Z test_non_contig_expand_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5591187Z test_non_contig_expand_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5591369Z test_non_contig_expand_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5591617Z test_non_contig_expand_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5591800Z test_non_contig_expand_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5591980Z test_non_contig_expand_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5592159Z test_non_contig_expand_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5592333Z test_non_contig_expand_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5592492Z test_non_contig_expand_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5592703Z test_non_contig_expand_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5592880Z test_non_contig_expand_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5593057Z test_non_contig_expand_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5593233Z test_non_contig_expand_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5593410Z test_non_contig_expand_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5593587Z test_non_contig_expand_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5593763Z test_non_contig_expand_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5593940Z test_non_contig_expand_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5594100Z test_non_contig_expand_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5594277Z test_non_contig_expand_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5594446Z test_non_contig_expand_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5594688Z test_non_contig_expand_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5594862Z test_non_contig_expand_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5595035Z test_non_contig_expand_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5595205Z test_non_contig_expand_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5595377Z test_non_contig_expand_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5595539Z test_non_contig_expand_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5595716Z test_non_contig_expand_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5595893Z test_non_contig_expand_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5596069Z test_non_contig_expand_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5596238Z test_non_contig_expand_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5596409Z test_non_contig_expand_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5596578Z test_non_contig_expand_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5596744Z test_non_contig_expand_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5596909Z test_non_contig_expand_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5597063Z test_non_contig_expand_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5597235Z test_non_contig_expand_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5597419Z test_non_contig_expand_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5597601Z test_non_contig_expand_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5597789Z test_non_contig_expand_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5597972Z test_non_contig_expand_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5598152Z test_non_contig_expand_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5598331Z test_non_contig_expand_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5598493Z test_non_contig_expand_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5598669Z test_non_contig_expand_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5598877Z test_non_contig_expand_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599056Z test_non_contig_expand_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599236Z test_non_contig_expand_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599411Z test_non_contig_expand_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599586Z test_non_contig_expand_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599759Z test_non_contig_expand_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5599934Z test_non_contig_expand_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5600093Z test_non_contig_expand_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5600267Z test_non_contig_expand_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5600437Z test_non_contig_expand_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5600634Z test_non_contig_expand_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5600803Z test_non_contig_expand_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5600992Z test_non_contig_expand_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5601175Z test_non_contig_expand_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5601354Z test_non_contig_expand_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5601529Z test_non_contig_expand_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5601713Z test_non_contig_expand_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5601895Z test_non_contig_expand_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5602089Z test_non_contig_expand_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5602279Z test_non_contig_expand_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5602464Z test_non_contig_expand_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5602639Z test_non_contig_expand_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5602808Z test_non_contig_expand_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5602985Z test_non_contig_expand_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5603149Z test_non_contig_expand_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5603323Z test_non_contig_expand_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5603494Z test_non_contig_expand_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5603667Z test_non_contig_expand_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5603837Z test_non_contig_expand_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5604006Z test_non_contig_expand_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5604174Z test_non_contig_expand_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5604342Z test_non_contig_expand_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5604502Z test_non_contig_expand_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5604699Z test_non_contig_expand_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5604875Z test_non_contig_expand_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5605050Z test_non_contig_expand_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5605226Z test_non_contig_expand_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5605393Z test_non_contig_expand_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5605565Z test_non_contig_expand_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5605734Z test_non_contig_expand_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5605903Z test_non_contig_expand_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5606055Z test_non_contig_expand_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5606219Z test_non_contig_expand_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5606386Z test_non_contig_expand_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5606646Z test_non_contig_expand_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5606871Z test_non_contig_expand_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5607043Z test_non_contig_expand_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5607224Z test_non_contig_expand_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5607401Z test_non_contig_expand_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5607558Z test_non_contig_expand_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5607732Z test_non_contig_expand_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5607906Z test_non_contig_expand_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5608074Z test_non_contig_expand_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5608248Z test_non_contig_expand_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5608415Z test_non_contig_expand_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5608587Z test_non_contig_expand_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5608758Z test_non_contig_expand_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5608921Z test_non_contig_expand_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5609096Z test_non_contig_expand_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5609277Z test_non_contig_expand_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5609459Z test_non_contig_expand_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5609635Z test_non_contig_expand_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5609811Z test_non_contig_expand_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5609982Z test_non_contig_expand_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5610156Z test_non_contig_expand_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5610329Z test_non_contig_expand_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5610487Z test_non_contig_expand_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5610659Z test_non_contig_expand_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5610861Z test_non_contig_expand_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5611033Z test_non_contig_expand_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5611206Z test_non_contig_expand_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5611374Z test_non_contig_expand_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5611544Z test_non_contig_expand_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5611714Z test_non_contig_expand_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5611864Z test_non_contig_expand_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612029Z test_non_contig_expand_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612197Z test_non_contig_expand_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612367Z test_non_contig_expand_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612545Z test_non_contig_expand_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612744Z test_non_contig_expand_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5612923Z test_non_contig_expand_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5613258Z test_non_contig_expand_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5613437Z test_non_contig_expand_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5613595Z test_non_contig_expand_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5613770Z test_non_contig_expand_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5613942Z test_non_contig_expand_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5614114Z test_non_contig_expand_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5614288Z test_non_contig_expand_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5614463Z test_non_contig_expand_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5614633Z test_non_contig_expand_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5614810Z test_non_contig_expand_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5614969Z test_non_contig_expand_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5615139Z test_non_contig_expand_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5615313Z test_non_contig_expand_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5615480Z test_non_contig_expand_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5615647Z test_non_contig_expand_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5615815Z test_non_contig_expand_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5615985Z test_non_contig_expand_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5616153Z test_non_contig_expand_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5616311Z test_non_contig_expand_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5616478Z test_non_contig_expand_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5616653Z test_non_contig_expand_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5616828Z test_non_contig_expand_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5617048Z test_non_contig_expand_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5617218Z test_non_contig_expand_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5617387Z test_non_contig_expand_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5617552Z test_non_contig_expand_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5617721Z test_non_contig_expand_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5617875Z test_non_contig_expand_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5618042Z test_non_contig_expand_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5618215Z test_non_contig_expand_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5618381Z test_non_contig_expand_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5618557Z test_non_contig_expand_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5618731Z test_non_contig_expand_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5618937Z test_non_contig_expand_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5619109Z test_non_contig_expand_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5619263Z test_non_contig_expand_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5619430Z test_non_contig_expand_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5619597Z test_non_contig_expand_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5619763Z test_non_contig_expand_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5619928Z test_non_contig_expand_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5620113Z test_non_contig_expand_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5620300Z test_non_contig_expand_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5620490Z test_non_contig_expand_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5620673Z test_non_contig_expand_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5620842Z test_non_contig_expand_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5621024Z test_non_contig_expand_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5621204Z test_non_contig_expand_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5621383Z test_non_contig_expand_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5621569Z test_non_contig_expand_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5621757Z test_non_contig_expand_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5621942Z test_non_contig_expand_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5622124Z test_non_contig_expand_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5622294Z test_non_contig_expand_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5622471Z test_non_contig_expand_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5622653Z test_non_contig_expand_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5622834Z test_non_contig_expand_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5623043Z test_non_contig_expand_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5623229Z test_non_contig_expand_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5623412Z test_non_contig_expand_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5623592Z test_non_contig_expand_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5623768Z test_non_contig_expand_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5623937Z test_non_contig_expand_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5624114Z test_non_contig_expand_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5624297Z test_non_contig_expand_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5624483Z test_non_contig_expand_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5624665Z test_non_contig_expand_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5624872Z test_non_contig_expand_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625053Z test_non_contig_expand_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625230Z test_non_contig_expand_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625406Z test_non_contig_expand_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625573Z test_non_contig_expand_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625755Z test_non_contig_expand_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5625937Z test_non_contig_expand_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5626119Z test_non_contig_expand_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5626300Z test_non_contig_expand_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5626480Z test_non_contig_expand_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5626656Z test_non_contig_expand_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5626834Z test_non_contig_expand_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5627015Z test_non_contig_expand_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5627182Z test_non_contig_expand_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5627369Z test_non_contig_expand_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5627548Z test_non_contig_expand_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5627730Z test_non_contig_expand_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5627912Z test_non_contig_expand_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5628091Z test_non_contig_expand_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5628267Z test_non_contig_expand_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5628442Z test_non_contig_expand_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5628607Z test_non_contig_expand_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5628814Z test_non_contig_expand_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5628994Z test_non_contig_expand_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5629178Z test_non_contig_expand_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5629360Z test_non_contig_expand_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5629540Z test_non_contig_expand_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5629721Z test_non_contig_expand_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.014s) 2022-12-01T10:19:33.5629902Z test_non_contig_expand_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5630078Z test_non_contig_expand_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5630241Z test_non_contig_expand_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5630423Z test_non_contig_expand_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5630602Z test_non_contig_expand_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5630804Z test_non_contig_expand_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5630984Z test_non_contig_expand_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5631161Z test_non_contig_expand_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5631337Z test_non_contig_expand_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5631592Z test_non_contig_expand_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5631772Z test_non_contig_expand_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5631937Z test_non_contig_expand_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5632113Z test_non_contig_expand_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5632296Z test_non_contig_expand_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5632471Z test_non_contig_expand_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5632647Z test_non_contig_expand_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5632822Z test_non_contig_expand_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5632995Z test_non_contig_expand_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5633170Z test_non_contig_expand_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5633332Z test_non_contig_expand_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5633511Z test_non_contig_expand_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5633694Z test_non_contig_expand_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5633876Z test_non_contig_expand_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5634052Z test_non_contig_expand_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5634228Z test_non_contig_expand_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5634402Z test_non_contig_expand_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5634576Z test_non_contig_expand_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5634747Z test_non_contig_expand_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5634962Z test_non_contig_expand_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5635150Z test_non_contig_expand_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5635331Z test_non_contig_expand_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5635514Z test_non_contig_expand_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5635698Z test_non_contig_expand_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5635879Z test_non_contig_expand_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5636061Z test_non_contig_expand_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5636243Z test_non_contig_expand_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5636429Z test_non_contig_expand_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5636626Z test_non_contig_expand_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5636852Z test_non_contig_expand_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5637050Z test_non_contig_expand_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5637242Z test_non_contig_expand_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5637431Z test_non_contig_expand_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5637626Z test_non_contig_expand_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5637821Z test_non_contig_expand_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5638015Z test_non_contig_expand_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5638212Z test_non_contig_expand_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5638391Z test_non_contig_expand_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5638584Z test_non_contig_expand_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5638777Z test_non_contig_expand_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5638962Z test_non_contig_expand_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5639155Z test_non_contig_expand_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5639344Z test_non_contig_expand_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5639535Z test_non_contig_expand_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5639730Z test_non_contig_expand_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5639922Z test_non_contig_expand_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5640098Z test_non_contig_expand_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5640289Z test_non_contig_expand_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5640481Z test_non_contig_expand_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5640700Z test_non_contig_expand_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5640895Z test_non_contig_expand_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5641089Z test_non_contig_expand_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5641285Z test_non_contig_expand_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5641478Z test_non_contig_expand_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5641667Z test_non_contig_expand_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5641843Z test_non_contig_expand_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5642030Z test_non_contig_expand_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5642225Z test_non_contig_expand_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5642440Z test_non_contig_expand_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5642627Z test_non_contig_expand_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5642805Z test_non_contig_expand_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5642985Z test_non_contig_expand_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5643166Z test_non_contig_expand_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5643345Z test_non_contig_expand_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5643510Z test_non_contig_expand_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5643687Z test_non_contig_expand_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5643865Z test_non_contig_expand_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5644039Z test_non_contig_expand_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5644218Z test_non_contig_expand_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5644402Z test_non_contig_expand_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.013s) 2022-12-01T10:19:33.5644582Z test_non_contig_expand_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5644760Z test_non_contig_expand_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5644939Z test_non_contig_expand_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5645108Z test_non_contig_expand_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5645285Z test_non_contig_expand_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5645466Z test_non_contig_expand_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5645681Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5645893Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5646106Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5646317Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5646552Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5646763Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5646957Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5647169Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5647380Z test_non_contig_expand_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5647580Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5647785Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5647985Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5648184Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5648418Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5648619Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5648814Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5649003Z test_non_contig_expand_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5649201Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5649403Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5649602Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5649798Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5649989Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5650184Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5650378Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5650577Z test_non_contig_expand_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5650761Z test_non_contig_expand_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5650961Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5651158Z test_non_contig_expand_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5651355Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5651548Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5651741Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5651934Z test_non_contig_expand_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5652126Z test_non_contig_expand_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5652328Z test_non_contig_expand_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5652484Z test_non_contig_expand_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5652663Z test_non_contig_expand_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5652839Z test_non_contig_expand_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5653136Z test_non_contig_expand_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5653366Z test_non_contig_expand_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5653537Z test_non_contig_expand_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5653706Z test_non_contig_expand_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5653872Z test_non_contig_expand_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5654030Z test_non_contig_expand_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5654198Z test_non_contig_expand_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5654420Z test_non_contig_expand_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5654592Z test_non_contig_expand_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5654769Z test_non_contig_expand_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5654944Z test_non_contig_expand_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5655115Z test_non_contig_expand_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5655286Z test_non_contig_expand_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5655455Z test_non_contig_expand_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5655613Z test_non_contig_expand_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5655789Z test_non_contig_expand_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5655961Z test_non_contig_expand_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5656133Z test_non_contig_expand_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5656307Z test_non_contig_expand_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5656478Z test_non_contig_expand_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5656648Z test_non_contig_expand_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5656824Z test_non_contig_expand_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5656987Z test_non_contig_expand_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5657158Z test_non_contig_expand_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5657331Z test_non_contig_expand_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5657505Z test_non_contig_expand_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5657671Z test_non_contig_expand_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5657833Z test_non_contig_expand_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5658003Z test_non_contig_expand_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5658170Z test_non_contig_expand_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5658343Z test_non_contig_expand_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5658535Z test_non_contig_expand_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5658711Z test_non_contig_expand_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5658886Z test_non_contig_expand_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5659057Z test_non_contig_expand_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.012s) 2022-12-01T10:19:33.5659226Z test_non_contig_expand_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5659393Z test_non_contig_expand_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5659556Z test_non_contig_expand_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5659723Z test_non_contig_expand_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5659878Z test_non_contig_expand_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5660045Z test_non_contig_expand_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5660218Z test_non_contig_expand_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5660418Z test_non_contig_expand_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5660589Z test_non_contig_expand_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5660762Z test_non_contig_expand_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5660932Z test_non_contig_expand_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5661104Z test_non_contig_expand_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5661259Z test_non_contig_expand_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5661427Z test_non_contig_expand_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5661596Z test_non_contig_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5661758Z test_non_contig_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5661926Z test_non_contig_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5662090Z test_non_contig_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5662255Z test_non_contig_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5662416Z test_non_contig_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5662575Z test_non_contig_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5662724Z test_non_contig_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5662885Z test_non_contig_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5663050Z test_non_contig_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5663211Z test_non_contig_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5663380Z test_non_contig_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5663547Z test_non_contig_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5663708Z test_non_contig_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5663873Z test_non_contig_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5664023Z test_non_contig_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5664186Z test_non_contig_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5664345Z test_non_contig_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5664534Z test_non_contig_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5664693Z test_non_contig_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5664855Z test_non_contig_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5665014Z test_non_contig_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5665178Z test_non_contig_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5665327Z test_non_contig_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5665495Z test_non_contig_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5665661Z test_non_contig_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5665822Z test_non_contig_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5665988Z test_non_contig_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5666150Z test_non_contig_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5666311Z test_non_contig_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5666498Z test_non_contig_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5666649Z test_non_contig_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5666810Z test_non_contig_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5666970Z test_non_contig_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5667128Z test_non_contig_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5667296Z test_non_contig_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5667459Z test_non_contig_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5667624Z test_non_contig_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5667784Z test_non_contig_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5667932Z test_non_contig_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5668093Z test_non_contig_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5668252Z test_non_contig_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5668410Z test_non_contig_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5668571Z test_non_contig_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5668736Z test_non_contig_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5668897Z test_non_contig_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5669062Z test_non_contig_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5669215Z test_non_contig_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5669379Z test_non_contig_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5669542Z test_non_contig_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5669703Z test_non_contig_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5669865Z test_non_contig_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5670026Z test_non_contig_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5670193Z test_non_contig_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5670359Z test_non_contig_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5670548Z test_non_contig_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5670698Z test_non_contig_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5670862Z test_non_contig_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5671024Z test_non_contig_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5671184Z test_non_contig_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5671342Z test_non_contig_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5671559Z test_non_contig_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5671722Z test_non_contig_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5671886Z test_non_contig_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5672031Z test_non_contig_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5672193Z test_non_contig_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5672356Z test_non_contig_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5672544Z test_non_contig_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5672704Z test_non_contig_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5672860Z test_non_contig_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673020Z test_non_contig_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673183Z test_non_contig_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673339Z test_non_contig_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673508Z test_non_contig_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673678Z test_non_contig_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5673849Z test_non_contig_index_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674029Z test_non_contig_index_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674199Z test_non_contig_index_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674370Z test_non_contig_index_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674537Z test_non_contig_index_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674692Z test_non_contig_index_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5674855Z test_non_contig_index_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675021Z test_non_contig_index_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675188Z test_non_contig_index_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675345Z test_non_contig_index_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675512Z test_non_contig_index_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675677Z test_non_contig_index_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675849Z test_non_contig_index_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5675999Z test_non_contig_index_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5676172Z test_non_contig_index_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5676344Z test_non_contig_index_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5676514Z test_non_contig_index_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5676731Z test_non_contig_index_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5676899Z test_non_contig_index_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677066Z test_non_contig_index_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677226Z test_non_contig_index_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677394Z test_non_contig_index_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677547Z test_non_contig_index_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677720Z test_non_contig_index_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5677882Z test_non_contig_index_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678057Z test_non_contig_index_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678230Z test_non_contig_index_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678405Z test_non_contig_index_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678598Z test_non_contig_index_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678767Z test_non_contig_index_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5678918Z test_non_contig_index_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679087Z test_non_contig_index_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679255Z test_non_contig_index_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679421Z test_non_contig_index_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679595Z test_non_contig_index_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679766Z test_non_contig_index_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5679942Z test_non_contig_index_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680121Z test_non_contig_index_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680281Z test_non_contig_index_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680452Z test_non_contig_index_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680622Z test_non_contig_index_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680791Z test_non_contig_index_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5680959Z test_non_contig_index_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681122Z test_non_contig_index_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681289Z test_non_contig_index_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681453Z test_non_contig_index_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681624Z test_non_contig_index_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681779Z test_non_contig_index_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5681954Z test_non_contig_index_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682128Z test_non_contig_index_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682298Z test_non_contig_index_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682469Z test_non_contig_index_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682665Z test_non_contig_index_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682832Z test_non_contig_index_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5682994Z test_non_contig_index_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683149Z test_non_contig_index_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683313Z test_non_contig_index_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683484Z test_non_contig_index_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683651Z test_non_contig_index_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683826Z test_non_contig_index_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5683999Z test_non_contig_index_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5684172Z test_non_contig_index_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5684344Z test_non_contig_index_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5684523Z test_non_contig_index_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5684690Z test_non_contig_index_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5684855Z test_non_contig_index_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685021Z test_non_contig_index_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685184Z test_non_contig_index_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685354Z test_non_contig_index_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685522Z test_non_contig_index_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685697Z test_non_contig_index_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5685872Z test_non_contig_index_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686032Z test_non_contig_index_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686201Z test_non_contig_index_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686369Z test_non_contig_index_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686536Z test_non_contig_index_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686697Z test_non_contig_index_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5686863Z test_non_contig_index_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687025Z test_non_contig_index_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687200Z test_non_contig_index_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687354Z test_non_contig_index_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687531Z test_non_contig_index_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687703Z test_non_contig_index_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5687875Z test_non_contig_index_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688044Z test_non_contig_index_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688211Z test_non_contig_index_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688378Z test_non_contig_index_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688541Z test_non_contig_index_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688758Z test_non_contig_index_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5688922Z test_non_contig_index_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689098Z test_non_contig_index_bfloat16_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689269Z test_non_contig_index_bfloat16_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689451Z test_non_contig_index_bfloat16_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689627Z test_non_contig_index_bfloat16_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689804Z test_non_contig_index_bfloat16_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5689978Z test_non_contig_index_bfloat16_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5690155Z test_non_contig_index_bfloat16_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5690315Z test_non_contig_index_bfloat16_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5690514Z test_non_contig_index_bfloat16_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5690689Z test_non_contig_index_bfloat16_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5690861Z test_non_contig_index_bfloat16_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691033Z test_non_contig_index_bfloat16_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691205Z test_non_contig_index_bfloat16_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691380Z test_non_contig_index_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691555Z test_non_contig_index_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691720Z test_non_contig_index_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5691895Z test_non_contig_index_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692071Z test_non_contig_index_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692243Z test_non_contig_index_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692415Z test_non_contig_index_bool_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692583Z test_non_contig_index_bool_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692755Z test_non_contig_index_bool_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5692928Z test_non_contig_index_bool_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5693277Z test_non_contig_index_bool_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5693440Z test_non_contig_index_bool_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5693612Z test_non_contig_index_bool_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5693781Z test_non_contig_index_bool_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5693954Z test_non_contig_index_bool_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694118Z test_non_contig_index_bool_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694280Z test_non_contig_index_bool_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694447Z test_non_contig_index_bool_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694613Z test_non_contig_index_bool_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694770Z test_non_contig_index_byte_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5694981Z test_non_contig_index_byte_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695153Z test_non_contig_index_byte_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695328Z test_non_contig_index_byte_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695498Z test_non_contig_index_byte_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695665Z test_non_contig_index_byte_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695832Z test_non_contig_index_byte_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5695998Z test_non_contig_index_byte_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5696147Z test_non_contig_index_byte_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5696318Z test_non_contig_index_byte_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5696487Z test_non_contig_index_byte_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5696653Z test_non_contig_index_byte_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5696858Z test_non_contig_index_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697029Z test_non_contig_index_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697195Z test_non_contig_index_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697365Z test_non_contig_index_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697532Z test_non_contig_index_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697682Z test_non_contig_index_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5697849Z test_non_contig_index_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698010Z test_non_contig_index_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698184Z test_non_contig_index_chalf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698346Z test_non_contig_index_chalf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698520Z test_non_contig_index_chalf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698693Z test_non_contig_index_chalf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5698864Z test_non_contig_index_chalf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699020Z test_non_contig_index_chalf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699191Z test_non_contig_index_chalf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699363Z test_non_contig_index_chalf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699532Z test_non_contig_index_chalf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699697Z test_non_contig_index_chalf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5699863Z test_non_contig_index_chalf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700029Z test_non_contig_index_chalf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700192Z test_non_contig_index_chalf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700349Z test_non_contig_index_char_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700516Z test_non_contig_index_char_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700689Z test_non_contig_index_char_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5700892Z test_non_contig_index_char_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701063Z test_non_contig_index_char_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701234Z test_non_contig_index_char_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701402Z test_non_contig_index_char_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701571Z test_non_contig_index_char_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701738Z test_non_contig_index_char_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5701890Z test_non_contig_index_char_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702049Z test_non_contig_index_char_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702214Z test_non_contig_index_char_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702377Z test_non_contig_index_char_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702546Z test_non_contig_index_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702736Z test_non_contig_index_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5702910Z test_non_contig_index_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703082Z test_non_contig_index_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703243Z test_non_contig_index_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703411Z test_non_contig_index_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703573Z test_non_contig_index_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703734Z test_non_contig_index_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5703900Z test_non_contig_index_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704063Z test_non_contig_index_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704226Z test_non_contig_index_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704395Z test_non_contig_index_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704548Z test_non_contig_index_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704733Z test_non_contig_index_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5704912Z test_non_contig_index_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5705100Z test_non_contig_index_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5705287Z test_non_contig_index_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5705472Z test_non_contig_index_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5705656Z test_non_contig_index_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5705837Z test_non_contig_index_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706014Z test_non_contig_index_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706179Z test_non_contig_index_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706356Z test_non_contig_index_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706529Z test_non_contig_index_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706704Z test_non_contig_index_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5706905Z test_non_contig_index_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707079Z test_non_contig_index_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707246Z test_non_contig_index_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707416Z test_non_contig_index_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707575Z test_non_contig_index_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707745Z test_non_contig_index_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5707912Z test_non_contig_index_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708078Z test_non_contig_index_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708242Z test_non_contig_index_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708400Z test_non_contig_index_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708590Z test_non_contig_index_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708758Z test_non_contig_index_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5708929Z test_non_contig_index_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709082Z test_non_contig_index_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709254Z test_non_contig_index_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709427Z test_non_contig_index_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709597Z test_non_contig_index_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709767Z test_non_contig_index_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5709934Z test_non_contig_index_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710100Z test_non_contig_index_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710261Z test_non_contig_index_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710412Z test_non_contig_index_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710577Z test_non_contig_index_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710754Z test_non_contig_index_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5710924Z test_non_contig_index_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5711098Z test_non_contig_index_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5711269Z test_non_contig_index_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5711439Z test_non_contig_index_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5711675Z test_non_contig_index_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5711833Z test_non_contig_index_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712004Z test_non_contig_index_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712174Z test_non_contig_index_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712349Z test_non_contig_index_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712525Z test_non_contig_index_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712698Z test_non_contig_index_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5712903Z test_non_contig_index_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713072Z test_non_contig_index_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713247Z test_non_contig_index_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713405Z test_non_contig_index_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713577Z test_non_contig_index_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713748Z test_non_contig_index_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5713918Z test_non_contig_index_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714093Z test_non_contig_index_double_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714268Z test_non_contig_index_double_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714445Z test_non_contig_index_double_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714620Z test_non_contig_index_double_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714808Z test_non_contig_index_double_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5714982Z test_non_contig_index_double_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715152Z test_non_contig_index_double_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715323Z test_non_contig_index_double_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715491Z test_non_contig_index_double_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715656Z test_non_contig_index_double_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715825Z test_non_contig_index_double_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5715992Z test_non_contig_index_double_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716161Z test_non_contig_index_double_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716318Z test_non_contig_index_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716487Z test_non_contig_index_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716654Z test_non_contig_index_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716818Z test_non_contig_index_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5716985Z test_non_contig_index_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717146Z test_non_contig_index_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717305Z test_non_contig_index_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717468Z test_non_contig_index_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717621Z test_non_contig_index_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717792Z test_non_contig_index_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5717954Z test_non_contig_index_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718122Z test_non_contig_index_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718288Z test_non_contig_index_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718454Z test_non_contig_index_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718616Z test_non_contig_index_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718818Z test_non_contig_index_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5718969Z test_non_contig_index_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719132Z test_non_contig_index_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719305Z test_non_contig_index_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719473Z test_non_contig_index_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719644Z test_non_contig_index_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719814Z test_non_contig_index_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5719980Z test_non_contig_index_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720144Z test_non_contig_index_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720313Z test_non_contig_index_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720468Z test_non_contig_index_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720659Z test_non_contig_index_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720832Z test_non_contig_index_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5720997Z test_non_contig_index_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5721165Z test_non_contig_index_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5721333Z test_non_contig_index_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5721499Z test_non_contig_index_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5721665Z test_non_contig_index_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5721820Z test_non_contig_index_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5721985Z test_non_contig_index_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722150Z test_non_contig_index_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722313Z test_non_contig_index_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722480Z test_non_contig_index_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722646Z test_non_contig_index_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722820Z test_non_contig_index_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5722992Z test_non_contig_index_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723148Z test_non_contig_index_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723315Z test_non_contig_index_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723480Z test_non_contig_index_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723647Z test_non_contig_index_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723807Z test_non_contig_index_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5723971Z test_non_contig_index_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724131Z test_non_contig_index_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724302Z test_non_contig_index_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724457Z test_non_contig_index_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724628Z test_non_contig_index_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724826Z test_non_contig_index_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5724988Z test_non_contig_index_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725151Z test_non_contig_index_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725310Z test_non_contig_index_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725475Z test_non_contig_index_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725644Z test_non_contig_index_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725810Z test_non_contig_index_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5725965Z test_non_contig_index_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5726138Z test_non_contig_index_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5726313Z test_non_contig_index_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5726488Z test_non_contig_index_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5726683Z test_non_contig_index_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5726853Z test_non_contig_index_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5727021Z test_non_contig_index_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5754575Z test_non_contig_index_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5754845Z test_non_contig_index_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755007Z test_non_contig_index_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755184Z test_non_contig_index_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755351Z test_non_contig_index_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755521Z test_non_contig_index_float_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755684Z test_non_contig_index_float_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5755853Z test_non_contig_index_float_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756022Z test_non_contig_index_float_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756190Z test_non_contig_index_float_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756348Z test_non_contig_index_float_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756513Z test_non_contig_index_float_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756679Z test_non_contig_index_float_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5756840Z test_non_contig_index_float_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757000Z test_non_contig_index_float_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757156Z test_non_contig_index_float_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757316Z test_non_contig_index_float_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757470Z test_non_contig_index_float_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757635Z test_non_contig_index_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757791Z test_non_contig_index_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5757952Z test_non_contig_index_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5758255Z test_non_contig_index_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5758411Z test_non_contig_index_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5758565Z test_non_contig_index_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5758725Z test_non_contig_index_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5758877Z test_non_contig_index_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759038Z test_non_contig_index_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759198Z test_non_contig_index_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759361Z test_non_contig_index_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759524Z test_non_contig_index_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759690Z test_non_contig_index_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5759853Z test_non_contig_index_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760053Z test_non_contig_index_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760215Z test_non_contig_index_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760378Z test_non_contig_index_half_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760534Z test_non_contig_index_half_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760702Z test_non_contig_index_half_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5760867Z test_non_contig_index_half_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761028Z test_non_contig_index_half_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761192Z test_non_contig_index_half_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761351Z test_non_contig_index_half_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761513Z test_non_contig_index_half_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761669Z test_non_contig_index_half_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761824Z test_non_contig_index_half_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5761977Z test_non_contig_index_half_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762132Z test_non_contig_index_half_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762291Z test_non_contig_index_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762449Z test_non_contig_index_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762609Z test_non_contig_index_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762765Z test_non_contig_index_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5762923Z test_non_contig_index_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763076Z test_non_contig_index_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763222Z test_non_contig_index_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763376Z test_non_contig_index_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763535Z test_non_contig_index_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763702Z test_non_contig_index_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5763867Z test_non_contig_index_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764062Z test_non_contig_index_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764224Z test_non_contig_index_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764385Z test_non_contig_index_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764545Z test_non_contig_index_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764708Z test_non_contig_index_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5764869Z test_non_contig_index_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765026Z test_non_contig_index_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765179Z test_non_contig_index_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765338Z test_non_contig_index_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765492Z test_non_contig_index_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765643Z test_non_contig_index_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765828Z test_non_contig_index_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5765979Z test_non_contig_index_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5766149Z test_non_contig_index_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5766314Z test_non_contig_index_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5766486Z test_non_contig_index_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5766658Z test_non_contig_index_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5766829Z test_non_contig_index_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5766994Z test_non_contig_index_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767161Z test_non_contig_index_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767318Z test_non_contig_index_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767481Z test_non_contig_index_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767643Z test_non_contig_index_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767807Z test_non_contig_index_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5767971Z test_non_contig_index_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768133Z test_non_contig_index_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768298Z test_non_contig_index_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768457Z test_non_contig_index_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768623Z test_non_contig_index_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768785Z test_non_contig_index_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5768951Z test_non_contig_index_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769113Z test_non_contig_index_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769275Z test_non_contig_index_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769438Z test_non_contig_index_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769597Z test_non_contig_index_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769784Z test_non_contig_index_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5769936Z test_non_contig_index_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770095Z test_non_contig_index_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770249Z test_non_contig_index_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770411Z test_non_contig_index_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770571Z test_non_contig_index_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770738Z test_non_contig_index_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5770903Z test_non_contig_index_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771067Z test_non_contig_index_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771228Z test_non_contig_index_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771416Z test_non_contig_index_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771575Z test_non_contig_index_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771729Z test_non_contig_index_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5771882Z test_non_contig_index_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5772041Z test_non_contig_index_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5772195Z test_non_contig_index_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5772363Z test_non_contig_index_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5772526Z test_non_contig_index_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5772695Z test_non_contig_index_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5772861Z test_non_contig_index_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5773165Z test_non_contig_index_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5773379Z test_non_contig_index_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5773543Z test_non_contig_index_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5773707Z test_non_contig_index_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5773869Z test_non_contig_index_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774030Z test_non_contig_index_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774201Z test_non_contig_index_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774358Z test_non_contig_index_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774525Z test_non_contig_index_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774689Z test_non_contig_index_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5774851Z test_non_contig_index_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775016Z test_non_contig_index_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775176Z test_non_contig_index_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775340Z test_non_contig_index_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775545Z test_non_contig_index_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775710Z test_non_contig_index_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5775873Z test_non_contig_index_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776033Z test_non_contig_index_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776200Z test_non_contig_index_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776365Z test_non_contig_index_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776531Z test_non_contig_index_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776693Z test_non_contig_index_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5776856Z test_non_contig_index_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777020Z test_non_contig_index_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777176Z test_non_contig_index_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777369Z test_non_contig_index_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777532Z test_non_contig_index_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777692Z test_non_contig_index_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5777854Z test_non_contig_index_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5778056Z test_non_contig_index_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5778252Z test_non_contig_index_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5778453Z test_non_contig_index_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5778654Z test_non_contig_index_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5778849Z test_non_contig_index_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5779044Z test_non_contig_index_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5779237Z test_non_contig_index_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5779430Z test_non_contig_index_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5779620Z test_non_contig_index_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5779812Z test_non_contig_index_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5780001Z test_non_contig_index_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5780191Z test_non_contig_index_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5780357Z test_non_contig_index_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5780517Z test_non_contig_index_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5780681Z test_non_contig_index_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5780843Z test_non_contig_index_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781005Z test_non_contig_index_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781196Z test_non_contig_index_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781357Z test_non_contig_index_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781520Z test_non_contig_index_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781681Z test_non_contig_index_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781845Z test_non_contig_index_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5781999Z test_non_contig_index_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782164Z test_non_contig_index_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782328Z test_non_contig_index_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782491Z test_non_contig_index_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782654Z test_non_contig_index_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782815Z test_non_contig_index_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5782998Z test_non_contig_index_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783150Z test_non_contig_index_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783305Z test_non_contig_index_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783461Z test_non_contig_index_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783625Z test_non_contig_index_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783786Z test_non_contig_index_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5783949Z test_non_contig_index_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784112Z test_non_contig_index_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784272Z test_non_contig_index_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784431Z test_non_contig_index_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784580Z test_non_contig_index_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784742Z test_non_contig_index_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5784896Z test_non_contig_index_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785056Z test_non_contig_index_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785218Z test_non_contig_index_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785385Z test_non_contig_index_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785553Z test_non_contig_index_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785715Z test_non_contig_index_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5785877Z test_non_contig_index_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786031Z test_non_contig_index_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786186Z test_non_contig_index_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786338Z test_non_contig_index_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786497Z test_non_contig_index_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786651Z test_non_contig_index_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5786813Z test_non_contig_index_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787014Z test_non_contig_index_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787178Z test_non_contig_index_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787341Z test_non_contig_index_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787501Z test_non_contig_index_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787656Z test_non_contig_index_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787815Z test_non_contig_index_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5787970Z test_non_contig_index_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788121Z test_non_contig_index_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788278Z test_non_contig_index_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788434Z test_non_contig_index_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788601Z test_non_contig_index_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788797Z test_non_contig_index_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5788974Z test_non_contig_index_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5789148Z test_non_contig_index_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5789531Z test_non_contig_index_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5789703Z test_non_contig_index_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5789900Z test_non_contig_index_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790072Z test_non_contig_index_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790241Z test_non_contig_index_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790402Z test_non_contig_index_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790569Z test_non_contig_index_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790734Z test_non_contig_index_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5790899Z test_non_contig_index_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791062Z test_non_contig_index_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791224Z test_non_contig_index_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791389Z test_non_contig_index_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791616Z test_non_contig_index_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791769Z test_non_contig_index_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5791925Z test_non_contig_index_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792085Z test_non_contig_index_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792239Z test_non_contig_index_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792403Z test_non_contig_index_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792565Z test_non_contig_index_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792732Z test_non_contig_index_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5792935Z test_non_contig_index_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793144Z test_non_contig_index_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793301Z test_non_contig_index_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793467Z test_non_contig_index_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793627Z test_non_contig_index_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793787Z test_non_contig_index_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5793944Z test_non_contig_index_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5794098Z test_non_contig_index_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5794257Z test_non_contig_index_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5794421Z test_non_contig_index_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5794601Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5794822Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5795012Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5795199Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5795379Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5795553Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5795733Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5795911Z test_non_contig_index_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5796095Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5796275Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5796459Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5796638Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5796818Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5796996Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5797179Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5797359Z test_non_contig_index_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5797545Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5797735Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5797909Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.5798090Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5798268Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5798444Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5798626Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5798834Z test_non_contig_index_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799011Z test_non_contig_index_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799188Z test_non_contig_index_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799365Z test_non_contig_index_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799529Z test_non_contig_index_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799699Z test_non_contig_index_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5799875Z test_non_contig_index_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800048Z test_non_contig_index_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800221Z test_non_contig_index_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800392Z test_non_contig_index_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800596Z test_non_contig_index_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800770Z test_non_contig_index_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5800931Z test_non_contig_index_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801107Z test_non_contig_index_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801280Z test_non_contig_index_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801452Z test_non_contig_index_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801617Z test_non_contig_index_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801822Z test_non_contig_index_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5801991Z test_non_contig_index_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5802155Z test_non_contig_index_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5802317Z test_non_contig_index_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5802470Z test_non_contig_index_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5802631Z test_non_contig_index_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5802822Z test_non_contig_index_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803013Z test_non_contig_index_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803196Z test_non_contig_index_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803382Z test_non_contig_index_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803568Z test_non_contig_index_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803748Z test_non_contig_index_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5803970Z test_non_contig_index_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5804167Z test_non_contig_index_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5804362Z test_non_contig_index_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5804560Z test_non_contig_index_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5804785Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5804979Z test_non_contig_index_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5805173Z test_non_contig_index_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5805366Z test_non_contig_index_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5805556Z test_non_contig_index_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5805735Z test_non_contig_index_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5805925Z test_non_contig_index_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5806114Z test_non_contig_index_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5806307Z test_non_contig_index_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5806504Z test_non_contig_index_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5806761Z test_non_contig_index_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5806957Z test_non_contig_index_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5807144Z test_non_contig_index_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5807327Z test_non_contig_index_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5807501Z test_non_contig_index_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5807690Z test_non_contig_index_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5807875Z test_non_contig_index_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808066Z test_non_contig_index_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808251Z test_non_contig_index_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808434Z test_non_contig_index_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808619Z test_non_contig_index_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808798Z test_non_contig_index_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5808974Z test_non_contig_index_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5809144Z test_non_contig_index_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5809323Z test_non_contig_index_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5809508Z test_non_contig_index_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5809695Z test_non_contig_index_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5809876Z test_non_contig_index_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810057Z test_non_contig_index_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810235Z test_non_contig_index_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810409Z test_non_contig_index_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810618Z test_non_contig_index_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810788Z test_non_contig_index_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5810978Z test_non_contig_index_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5811164Z test_non_contig_index_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5811345Z test_non_contig_index_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5811524Z test_non_contig_index_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5811708Z test_non_contig_index_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5811892Z test_non_contig_index_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5812094Z test_non_contig_index_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5812293Z test_non_contig_index_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5812493Z test_non_contig_index_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5812680Z test_non_contig_index_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5812861Z test_non_contig_index_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5813201Z test_non_contig_index_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5813421Z test_non_contig_index_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5813614Z test_non_contig_index_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5813815Z test_non_contig_index_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5814012Z test_non_contig_index_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5814204Z test_non_contig_index_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5814385Z test_non_contig_index_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5814581Z test_non_contig_index_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5814774Z test_non_contig_index_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5814963Z test_non_contig_index_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5815157Z test_non_contig_index_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5815348Z test_non_contig_index_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5815539Z test_non_contig_index_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5815730Z test_non_contig_index_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5815919Z test_non_contig_index_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5816093Z test_non_contig_index_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5816282Z test_non_contig_index_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5816479Z test_non_contig_index_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5816733Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5816931Z test_non_contig_index_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5817127Z test_non_contig_index_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5817320Z test_non_contig_index_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5817511Z test_non_contig_index_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5817701Z test_non_contig_index_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5817880Z test_non_contig_index_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5818070Z test_non_contig_index_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5818262Z test_non_contig_index_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5818492Z test_non_contig_index_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5818687Z test_non_contig_index_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5818879Z test_non_contig_index_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5819070Z test_non_contig_index_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5819262Z test_non_contig_index_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5819447Z test_non_contig_index_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5819625Z test_non_contig_index_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5819816Z test_non_contig_index_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820014Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820204Z test_non_contig_index_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820399Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820591Z test_non_contig_index_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820783Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5820974Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5821167Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5821342Z test_non_contig_index_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5821532Z test_non_contig_index_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5821728Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5821916Z test_non_contig_index_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5822111Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5822301Z test_non_contig_index_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5822489Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5822707Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5822899Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5823073Z test_non_contig_index_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5823262Z test_non_contig_index_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5823456Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5823696Z test_non_contig_index_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5823891Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5824085Z test_non_contig_index_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5824277Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5824492Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5824682Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5824856Z test_non_contig_index_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5825044Z test_non_contig_index_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5825238Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5825422Z test_non_contig_index_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5825618Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5825809Z test_non_contig_index_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826001Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826190Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826377Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826550Z test_non_contig_index_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826738Z test_non_contig_index_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5826933Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5827122Z test_non_contig_index_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5827318Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5827508Z test_non_contig_index_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5827695Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5827883Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5828071Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5828245Z test_non_contig_index_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5828476Z test_non_contig_index_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5828652Z test_non_contig_index_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5828835Z test_non_contig_index_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829015Z test_non_contig_index_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829193Z test_non_contig_index_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829370Z test_non_contig_index_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829545Z test_non_contig_index_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829715Z test_non_contig_index_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5829876Z test_non_contig_index_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830053Z test_non_contig_index_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830227Z test_non_contig_index_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830431Z test_non_contig_index_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830608Z test_non_contig_index_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830784Z test_non_contig_index_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5830960Z test_non_contig_index_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5831135Z test_non_contig_index_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5831296Z test_non_contig_index_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5831527Z test_non_contig_index_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5831703Z test_non_contig_index_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5831878Z test_non_contig_index_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832050Z test_non_contig_index_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832223Z test_non_contig_index_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832393Z test_non_contig_index_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832563Z test_non_contig_index_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832719Z test_non_contig_index_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5832894Z test_non_contig_index_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833071Z test_non_contig_index_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833246Z test_non_contig_index_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833418Z test_non_contig_index_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833588Z test_non_contig_index_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833757Z test_non_contig_index_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5833928Z test_non_contig_index_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834095Z test_non_contig_index_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834245Z test_non_contig_index_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834415Z test_non_contig_index_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834616Z test_non_contig_index_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834797Z test_non_contig_index_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5834977Z test_non_contig_index_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5835162Z test_non_contig_index_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5835347Z test_non_contig_index_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5835527Z test_non_contig_index_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5835693Z test_non_contig_index_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5835869Z test_non_contig_index_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836048Z test_non_contig_index_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836227Z test_non_contig_index_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836429Z test_non_contig_index_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836607Z test_non_contig_index_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836784Z test_non_contig_index_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5836957Z test_non_contig_index_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837130Z test_non_contig_index_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837288Z test_non_contig_index_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837458Z test_non_contig_index_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837627Z test_non_contig_index_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837790Z test_non_contig_index_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5837963Z test_non_contig_index_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5838126Z test_non_contig_index_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5838312Z test_non_contig_index_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5838497Z test_non_contig_index_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5838662Z test_non_contig_index_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5838844Z test_non_contig_index_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839024Z test_non_contig_index_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839201Z test_non_contig_index_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839396Z test_non_contig_index_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839587Z test_non_contig_index_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839777Z test_non_contig_index_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5839952Z test_non_contig_index_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5840123Z test_non_contig_index_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5840285Z test_non_contig_index_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5840461Z test_non_contig_index_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5840660Z test_non_contig_index_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5840832Z test_non_contig_index_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841002Z test_non_contig_index_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841167Z test_non_contig_index_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841330Z test_non_contig_index_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841499Z test_non_contig_index_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841650Z test_non_contig_index_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841819Z test_non_contig_index_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5841991Z test_non_contig_index_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5842165Z test_non_contig_index_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5842340Z test_non_contig_index_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5842541Z test_non_contig_index_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5842710Z test_non_contig_index_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5842872Z test_non_contig_index_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843034Z test_non_contig_index_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843188Z test_non_contig_index_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843350Z test_non_contig_index_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843515Z test_non_contig_index_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843681Z test_non_contig_index_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5843842Z test_non_contig_index_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844017Z test_non_contig_index_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844188Z test_non_contig_index_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844366Z test_non_contig_index_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844527Z test_non_contig_index_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844697Z test_non_contig_index_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5844868Z test_non_contig_index_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845040Z test_non_contig_index_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845208Z test_non_contig_index_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845376Z test_non_contig_index_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845537Z test_non_contig_index_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845705Z test_non_contig_index_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5845855Z test_non_contig_index_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5846033Z test_non_contig_index_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5846205Z test_non_contig_index_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5846386Z test_non_contig_index_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5846594Z test_non_contig_index_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5846768Z test_non_contig_index_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5846945Z test_non_contig_index_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847117Z test_non_contig_index_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847290Z test_non_contig_index_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847445Z test_non_contig_index_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847618Z test_non_contig_index_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847786Z test_non_contig_index_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5847956Z test_non_contig_index_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848128Z test_non_contig_index_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848297Z test_non_contig_index_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848495Z test_non_contig_index_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848667Z test_non_contig_index_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848823Z test_non_contig_index_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5848988Z test_non_contig_index_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5849150Z test_non_contig_index_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5849318Z test_non_contig_index_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5849483Z test_non_contig_index_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5849660Z test_non_contig_index_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5849831Z test_non_contig_index_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850007Z test_non_contig_index_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850169Z test_non_contig_index_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850343Z test_non_contig_index_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850515Z test_non_contig_index_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850687Z test_non_contig_index_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5850858Z test_non_contig_index_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5851030Z test_non_contig_index_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.016s) 2022-12-01T10:19:33.5851203Z test_non_contig_index_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5851374Z test_non_contig_index_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5851544Z test_non_contig_index_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5851705Z test_non_contig_index_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5851876Z test_non_contig_index_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852045Z test_non_contig_index_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852214Z test_non_contig_index_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852382Z test_non_contig_index_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852572Z test_non_contig_index_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852732Z test_non_contig_index_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5852900Z test_non_contig_index_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5853208Z test_non_contig_index_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5853385Z test_non_contig_index_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5853554Z test_non_contig_index_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5853729Z test_non_contig_index_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5853904Z test_non_contig_index_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854074Z test_non_contig_index_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854249Z test_non_contig_index_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854417Z test_non_contig_index_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854616Z test_non_contig_index_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854788Z test_non_contig_index_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5854953Z test_non_contig_index_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855121Z test_non_contig_index_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855291Z test_non_contig_index_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855458Z test_non_contig_index_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855631Z test_non_contig_index_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855809Z test_non_contig_index_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5855979Z test_non_contig_index_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856137Z test_non_contig_index_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856303Z test_non_contig_index_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856467Z test_non_contig_index_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856629Z test_non_contig_index_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856794Z test_non_contig_index_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5856959Z test_non_contig_index_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5857142Z test_non_contig_index_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5857330Z test_non_contig_index_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5857501Z test_non_contig_index_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5857687Z test_non_contig_index_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5857866Z test_non_contig_index_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5858047Z test_non_contig_index_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5858227Z test_non_contig_index_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5858406Z test_non_contig_index_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5858588Z test_non_contig_index_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5858846Z test_non_contig_index_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859027Z test_non_contig_index_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859197Z test_non_contig_index_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859379Z test_non_contig_index_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859562Z test_non_contig_index_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859744Z test_non_contig_index_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5859924Z test_non_contig_index_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5860107Z test_non_contig_index_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5860298Z test_non_contig_index_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5860481Z test_non_contig_index_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5860688Z test_non_contig_index_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5860858Z test_non_contig_index_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861036Z test_non_contig_index_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861218Z test_non_contig_index_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861396Z test_non_contig_index_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861578Z test_non_contig_index_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861764Z test_non_contig_index_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5861942Z test_non_contig_index_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5862124Z test_non_contig_index_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5862290Z test_non_contig_index_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5862469Z test_non_contig_index_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5862648Z test_non_contig_index_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5862825Z test_non_contig_index_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863006Z test_non_contig_index_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863192Z test_non_contig_index_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863371Z test_non_contig_index_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863550Z test_non_contig_index_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863730Z test_non_contig_index_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5863894Z test_non_contig_index_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5864073Z test_non_contig_index_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5864252Z test_non_contig_index_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5864436Z test_non_contig_index_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5864640Z test_non_contig_index_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5864819Z test_non_contig_index_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865003Z test_non_contig_index_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865180Z test_non_contig_index_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865356Z test_non_contig_index_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865517Z test_non_contig_index_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865691Z test_non_contig_index_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5865862Z test_non_contig_index_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866039Z test_non_contig_index_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866224Z test_non_contig_index_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866406Z test_non_contig_index_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866617Z test_non_contig_index_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866796Z test_non_contig_index_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5866956Z test_non_contig_index_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5867132Z test_non_contig_index_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5867302Z test_non_contig_index_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5867483Z test_non_contig_index_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5867664Z test_non_contig_index_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5867844Z test_non_contig_index_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868024Z test_non_contig_index_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868201Z test_non_contig_index_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868377Z test_non_contig_index_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868536Z test_non_contig_index_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868780Z test_non_contig_index_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5868955Z test_non_contig_index_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5869132Z test_non_contig_index_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5869309Z test_non_contig_index_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5869486Z test_non_contig_index_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5869660Z test_non_contig_index_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5869833Z test_non_contig_index_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870006Z test_non_contig_index_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870166Z test_non_contig_index_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870340Z test_non_contig_index_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870513Z test_non_contig_index_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870734Z test_non_contig_index_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5870911Z test_non_contig_index_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5871087Z test_non_contig_index_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5871263Z test_non_contig_index_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5871435Z test_non_contig_index_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5871653Z test_non_contig_index_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5871828Z test_non_contig_index_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872014Z test_non_contig_index_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872204Z test_non_contig_index_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872388Z test_non_contig_index_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872604Z test_non_contig_index_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872788Z test_non_contig_index_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5872971Z test_non_contig_index_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5873151Z test_non_contig_index_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5873321Z test_non_contig_index_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5873514Z test_non_contig_index_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5873715Z test_non_contig_index_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5873912Z test_non_contig_index_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5874107Z test_non_contig_index_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5874300Z test_non_contig_index_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5874489Z test_non_contig_index_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5874683Z test_non_contig_index_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5874876Z test_non_contig_index_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5875056Z test_non_contig_index_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5875253Z test_non_contig_index_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5875450Z test_non_contig_index_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5875641Z test_non_contig_index_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5875830Z test_non_contig_index_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876016Z test_non_contig_index_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876208Z test_non_contig_index_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876402Z test_non_contig_index_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876622Z test_non_contig_index_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876802Z test_non_contig_index_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5876998Z test_non_contig_index_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5877187Z test_non_contig_index_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5877374Z test_non_contig_index_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.5877560Z test_non_contig_index_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5877751Z test_non_contig_index_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5877942Z test_non_contig_index_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5878136Z test_non_contig_index_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5878329Z test_non_contig_index_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5878534Z test_non_contig_index_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5878723Z test_non_contig_index_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5878912Z test_non_contig_index_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5879101Z test_non_contig_index_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5879291Z test_non_contig_index_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5879485Z test_non_contig_index_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5879667Z test_non_contig_index_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5879847Z test_non_contig_index_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880030Z test_non_contig_index_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880196Z test_non_contig_index_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880372Z test_non_contig_index_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880552Z test_non_contig_index_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880727Z test_non_contig_index_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5880906Z test_non_contig_index_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881082Z test_non_contig_index_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881259Z test_non_contig_index_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881446Z test_non_contig_index_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881616Z test_non_contig_index_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881796Z test_non_contig_index_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5881975Z test_non_contig_index_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5882150Z test_non_contig_index_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5882325Z test_non_contig_index_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5882527Z test_non_contig_index_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5882746Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5882960Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5883173Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5883385Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5883580Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5883793Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5884005Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5884239Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5884447Z test_non_contig_index_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5884650Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5884853Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5885052Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5885252Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5885440Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5885640Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5885838Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5886039Z test_non_contig_index_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5886241Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5886443Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5886640Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5886839Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5887036Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5887219Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5887416Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5887612Z test_non_contig_index_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5887809Z test_non_contig_index_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5888008Z test_non_contig_index_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5888231Z test_non_contig_index_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5888428Z test_non_contig_index_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5888623Z test_non_contig_index_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5888813Z test_non_contig_index_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889006Z test_non_contig_index_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889182Z test_non_contig_index_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889355Z test_non_contig_index_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889526Z test_non_contig_index_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889705Z test_non_contig_index_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5889880Z test_non_contig_index_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890081Z test_non_contig_index_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890251Z test_non_contig_index_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890422Z test_non_contig_index_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890575Z test_non_contig_index_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890738Z test_non_contig_index_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5890905Z test_non_contig_index_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891069Z test_non_contig_index_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891246Z test_non_contig_index_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891419Z test_non_contig_index_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891600Z test_non_contig_index_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891778Z test_non_contig_index_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5891952Z test_non_contig_index_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5892112Z test_non_contig_index_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5892284Z test_non_contig_index_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5892457Z test_non_contig_index_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5892629Z test_non_contig_index_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5892802Z test_non_contig_index_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893096Z test_non_contig_index_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893305Z test_non_contig_index_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893477Z test_non_contig_index_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893632Z test_non_contig_index_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893805Z test_non_contig_index_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5893978Z test_non_contig_index_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5894153Z test_non_contig_index_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5894317Z test_non_contig_index_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5894536Z test_non_contig_index_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5894702Z test_non_contig_index_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5894866Z test_non_contig_index_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895019Z test_non_contig_index_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895183Z test_non_contig_index_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895356Z test_non_contig_index_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895525Z test_non_contig_index_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895702Z test_non_contig_index_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5895878Z test_non_contig_index_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5896051Z test_non_contig_index_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5896221Z test_non_contig_index_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5896423Z test_non_contig_index_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5896574Z test_non_contig_index_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5896736Z test_non_contig_index_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5896903Z test_non_contig_index_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897067Z test_non_contig_index_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897246Z test_non_contig_index_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897424Z test_non_contig_index_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897595Z test_non_contig_index_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897767Z test_non_contig_index_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5897923Z test_non_contig_index_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5898085Z test_non_contig_index_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5898256Z test_non_contig_index_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5898421Z test_non_contig_index_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5898663Z test_non_contig_int_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5898826Z test_non_contig_int_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5898998Z test_non_contig_int_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5899192Z test_non_contig_int_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5899343Z test_non_contig_int_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5899508Z test_non_contig_int_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5899671Z test_non_contig_int_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5899833Z test_non_contig_int_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5899994Z test_non_contig_int_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5900151Z test_non_contig_int_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5900309Z test_non_contig_int_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5900466Z test_non_contig_int_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5900688Z test_non_contig_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5900856Z test_non_contig_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5901034Z test_non_contig_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5901206Z test_non_contig_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5901378Z test_non_contig_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5901546Z test_non_contig_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5901712Z test_non_contig_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5901874Z test_non_contig_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.5902044Z test_non_contig_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5902194Z test_non_contig_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5902354Z test_non_contig_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5902546Z test_non_contig_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5902716Z test_non_contig_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5902881Z test_non_contig_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5903044Z test_non_contig_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5903216Z test_non_contig_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5903385Z test_non_contig_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5903538Z test_non_contig_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5903706Z test_non_contig_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5903872Z test_non_contig_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5904037Z test_non_contig_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5904200Z test_non_contig_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5904363Z test_non_contig_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5904523Z test_non_contig_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5904686Z test_non_contig_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5904833Z test_non_contig_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5905002Z test_non_contig_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5905166Z test_non_contig_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5905337Z test_non_contig_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5905506Z test_non_contig_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5905672Z test_non_contig_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5905839Z test_non_contig_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5906003Z test_non_contig_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5906150Z test_non_contig_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5906311Z test_non_contig_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5906473Z test_non_contig_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5906637Z test_non_contig_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5906826Z test_non_contig_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5906998Z test_non_contig_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5907167Z test_non_contig_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5907338Z test_non_contig_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5907493Z test_non_contig_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5907659Z test_non_contig_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5907827Z test_non_contig_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5907993Z test_non_contig_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5908157Z test_non_contig_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5908324Z test_non_contig_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5908492Z test_non_contig_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5908701Z test_non_contig_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5908931Z test_non_contig_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5909106Z test_non_contig_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5909275Z test_non_contig_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5909440Z test_non_contig_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5909608Z test_non_contig_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5909771Z test_non_contig_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5909937Z test_non_contig_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5910103Z test_non_contig_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5910272Z test_non_contig_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5910428Z test_non_contig_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5910592Z test_non_contig_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5910764Z test_non_contig_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5910936Z test_non_contig_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5911104Z test_non_contig_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5911271Z test_non_contig_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5911436Z test_non_contig_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5911664Z test_non_contig_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5911820Z test_non_contig_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5911985Z test_non_contig_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5912150Z test_non_contig_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5912312Z test_non_contig_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5912475Z test_non_contig_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5912681Z test_non_contig_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5912882Z test_non_contig_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5913135Z test_non_contig_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5913341Z test_non_contig_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5913526Z test_non_contig_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5913725Z test_non_contig_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5913923Z test_non_contig_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5914119Z test_non_contig_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5914314Z test_non_contig_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5914513Z test_non_contig_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5914707Z test_non_contig_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5914926Z test_non_contig_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:19:33.5915097Z test_non_contig_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5915251Z test_non_contig_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5915419Z test_non_contig_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5915584Z test_non_contig_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5915751Z test_non_contig_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5915919Z test_non_contig_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5916084Z test_non_contig_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5916246Z test_non_contig_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5916411Z test_non_contig_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5916564Z test_non_contig_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5916727Z test_non_contig_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5916897Z test_non_contig_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5917066Z test_non_contig_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5917232Z test_non_contig_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5917398Z test_non_contig_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5917562Z test_non_contig_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5917724Z test_non_contig_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5917873Z test_non_contig_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5918036Z test_non_contig_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5918195Z test_non_contig_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5918364Z test_non_contig_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5918526Z test_non_contig_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5918692Z test_non_contig_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.011s) 2022-12-01T10:19:33.5918857Z test_non_contig_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5919050Z test_non_contig_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5919198Z test_non_contig_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5919363Z test_non_contig_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5919526Z test_non_contig_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5919688Z test_non_contig_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5919854Z test_non_contig_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5920016Z test_non_contig_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5920186Z test_non_contig_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5920353Z test_non_contig_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5920504Z test_non_contig_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5920669Z test_non_contig_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5920832Z test_non_contig_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921036Z test_non_contig_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921197Z test_non_contig_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921360Z test_non_contig_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921518Z test_non_contig_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921680Z test_non_contig_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5921843Z test_non_contig_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5921999Z test_non_contig_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5922167Z test_non_contig_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5922331Z test_non_contig_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5922496Z test_non_contig_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5922657Z test_non_contig_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5922818Z test_non_contig_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5922973Z test_non_contig_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5923134Z test_non_contig_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5923277Z test_non_contig_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5923449Z test_non_contig_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5923623Z test_non_contig_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5923801Z test_non_contig_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5923979Z test_non_contig_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5924151Z test_non_contig_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5924323Z test_non_contig_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5924495Z test_non_contig_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5924653Z test_non_contig_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5924818Z test_non_contig_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5924982Z test_non_contig_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5925183Z test_non_contig_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5925347Z test_non_contig_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5925517Z test_non_contig_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5925682Z test_non_contig_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5925851Z test_non_contig_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926001Z test_non_contig_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926166Z test_non_contig_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926328Z test_non_contig_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926491Z test_non_contig_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926659Z test_non_contig_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5926821Z test_non_contig_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5927013Z test_non_contig_long_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5927175Z test_non_contig_long_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5927331Z test_non_contig_long_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5927501Z test_non_contig_long_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5927666Z test_non_contig_long_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5927832Z test_non_contig_long_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5927998Z test_non_contig_long_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5928163Z test_non_contig_long_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5928323Z test_non_contig_long_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5928483Z test_non_contig_long_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5928649Z test_non_contig_long_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5928794Z test_non_contig_long_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5928953Z test_non_contig_long_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5929141Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5929326Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5929510Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5929695Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5929876Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5930061Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5930230Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5930408Z test_non_contig_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5930593Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5930775Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5930959Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5931167Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5931346Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5931526Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5931705Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5931870Z test_non_contig_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5932054Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5932235Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5932416Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.006s) 2022-12-01T10:19:33.5932596Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.009s) 2022-12-01T10:19:33.5932775Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5933102Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5933321Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5933500Z test_non_contig_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5933659Z test_non_contig_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5933828Z test_non_contig_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5933998Z test_non_contig_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5934170Z test_non_contig_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5934341Z test_non_contig_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5934510Z test_non_contig_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5934676Z test_non_contig_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5934838Z test_non_contig_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5934991Z test_non_contig_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5935155Z test_non_contig_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5935322Z test_non_contig_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5935491Z test_non_contig_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5935661Z test_non_contig_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5935832Z test_non_contig_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5935995Z test_non_contig_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5936161Z test_non_contig_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5936310Z test_non_contig_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5936472Z test_non_contig_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5936634Z test_non_contig_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5936792Z test_non_contig_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5936953Z test_non_contig_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5937110Z test_non_contig_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5937294Z test_non_contig_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5937531Z test_non_contig_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5937699Z test_non_contig_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5937880Z test_non_contig_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5938060Z test_non_contig_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5938238Z test_non_contig_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5938429Z test_non_contig_nn_functional_hardshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5938618Z test_non_contig_nn_functional_hardshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5938805Z test_non_contig_nn_functional_hardshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939001Z test_non_contig_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939224Z test_non_contig_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939400Z test_non_contig_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939589Z test_non_contig_nn_functional_hardtanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939774Z test_non_contig_nn_functional_hardtanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5939955Z test_non_contig_nn_functional_hardtanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5940138Z test_non_contig_nn_functional_hardtanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5940322Z test_non_contig_nn_functional_hardtanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5940507Z test_non_contig_nn_functional_hardtanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5940690Z test_non_contig_nn_functional_hardtanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5940881Z test_non_contig_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941056Z test_non_contig_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941240Z test_non_contig_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941422Z test_non_contig_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941600Z test_non_contig_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941784Z test_non_contig_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5941969Z test_non_contig_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5942150Z test_non_contig_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5942332Z test_non_contig_nn_functional_relu6_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5942513Z test_non_contig_nn_functional_relu6_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5942678Z test_non_contig_nn_functional_relu6_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5942856Z test_non_contig_nn_functional_relu6_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5943033Z test_non_contig_nn_functional_relu6_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5943206Z test_non_contig_nn_functional_relu6_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5943413Z test_non_contig_nn_functional_relu6_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5943586Z test_non_contig_nn_functional_relu6_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5943768Z test_non_contig_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5943948Z test_non_contig_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5944114Z test_non_contig_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5944293Z test_non_contig_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5944471Z test_non_contig_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5944644Z test_non_contig_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5944822Z test_non_contig_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5944994Z test_non_contig_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5945204Z test_non_contig_nn_functional_rrelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5945386Z test_non_contig_nn_functional_rrelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5945565Z test_non_contig_nn_functional_rrelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5945730Z test_non_contig_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5945908Z test_non_contig_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5946087Z test_non_contig_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5946281Z test_non_contig_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5946478Z test_non_contig_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5946659Z test_non_contig_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5946835Z test_non_contig_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5947015Z test_non_contig_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5947189Z test_non_contig_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5947375Z test_non_contig_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5947554Z test_non_contig_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5947748Z test_non_contig_nn_functional_softshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5947937Z test_non_contig_nn_functional_softshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5948121Z test_non_contig_nn_functional_softshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5948305Z test_non_contig_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5948493Z test_non_contig_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5948679Z test_non_contig_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5948847Z test_non_contig_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949026Z test_non_contig_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949233Z test_non_contig_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949417Z test_non_contig_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949602Z test_non_contig_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949785Z test_non_contig_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5949968Z test_non_contig_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5950147Z test_non_contig_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5950338Z test_non_contig_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5950517Z test_non_contig_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5950709Z test_non_contig_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5950896Z test_non_contig_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5951107Z test_non_contig_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5951290Z test_non_contig_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5951524Z test_non_contig_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5951704Z test_non_contig_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5951888Z test_non_contig_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.020s) 2022-12-01T10:19:33.5952072Z test_non_contig_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.018s) 2022-12-01T10:19:33.5952247Z test_non_contig_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5952433Z test_non_contig_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5952616Z test_non_contig_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5952799Z test_non_contig_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5952984Z test_non_contig_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5953166Z test_non_contig_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5953349Z test_non_contig_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5953532Z test_non_contig_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5953726Z test_non_contig_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.5953896Z test_non_contig_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5954088Z test_non_contig_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5954271Z test_non_contig_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5954453Z test_non_contig_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5954636Z test_non_contig_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5954818Z test_non_contig_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5955001Z test_non_contig_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5955222Z test_non_contig_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5955398Z test_non_contig_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5955585Z test_non_contig_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5955772Z test_non_contig_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5955958Z test_non_contig_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5956145Z test_non_contig_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5956326Z test_non_contig_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5956507Z test_non_contig_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5956691Z test_non_contig_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5956871Z test_non_contig_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5957073Z test_non_contig_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5957258Z test_non_contig_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5957444Z test_non_contig_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5957627Z test_non_contig_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5957810Z test_non_contig_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5957994Z test_non_contig_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5958178Z test_non_contig_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5958361Z test_non_contig_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5958543Z test_non_contig_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5958717Z test_non_contig_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5958900Z test_non_contig_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5959088Z test_non_contig_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5959271Z test_non_contig_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5959455Z test_non_contig_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5959639Z test_non_contig_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5959819Z test_non_contig_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960001Z test_non_contig_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960181Z test_non_contig_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960355Z test_non_contig_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960535Z test_non_contig_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960721Z test_non_contig_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5960902Z test_non_contig_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5961115Z test_non_contig_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5961297Z test_non_contig_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5961481Z test_non_contig_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5961662Z test_non_contig_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5961828Z test_non_contig_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5962002Z test_non_contig_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5962176Z test_non_contig_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5962351Z test_non_contig_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5962525Z test_non_contig_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5962699Z test_non_contig_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5962868Z test_non_contig_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5963066Z test_non_contig_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5963239Z test_non_contig_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5963391Z test_non_contig_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5963554Z test_non_contig_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5963722Z test_non_contig_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5963889Z test_non_contig_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5964059Z test_non_contig_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5964228Z test_non_contig_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5964397Z test_non_contig_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5964565Z test_non_contig_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5964714Z test_non_contig_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5964882Z test_non_contig_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5965050Z test_non_contig_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5965217Z test_non_contig_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5965380Z test_non_contig_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5965544Z test_non_contig_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5965712Z test_non_contig_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5965876Z test_non_contig_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5966033Z test_non_contig_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5966202Z test_non_contig_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5966368Z test_non_contig_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5966536Z test_non_contig_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5966705Z test_non_contig_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5966868Z test_non_contig_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5967032Z test_non_contig_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5967225Z test_non_contig_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5967373Z test_non_contig_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5967536Z test_non_contig_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5967700Z test_non_contig_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5967879Z test_non_contig_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5968051Z test_non_contig_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5968229Z test_non_contig_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5968408Z test_non_contig_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5968582Z test_non_contig_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5968758Z test_non_contig_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5968917Z test_non_contig_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5969088Z test_non_contig_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5969284Z test_non_contig_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5969449Z test_non_contig_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5969618Z test_non_contig_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5969784Z test_non_contig_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5969952Z test_non_contig_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5970119Z test_non_contig_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5970274Z test_non_contig_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5970438Z test_non_contig_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5970601Z test_non_contig_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5970770Z test_non_contig_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5970934Z test_non_contig_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5971099Z test_non_contig_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5971277Z test_non_contig_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5971455Z test_non_contig_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5971618Z test_non_contig_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5971801Z test_non_contig_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5971974Z test_non_contig_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5972152Z test_non_contig_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5972334Z test_non_contig_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5972517Z test_non_contig_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5972701Z test_non_contig_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5972868Z test_non_contig_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5973178Z test_non_contig_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5973366Z test_non_contig_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5973586Z test_non_contig_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5973753Z test_non_contig_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5973922Z test_non_contig_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5974086Z test_non_contig_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5974249Z test_non_contig_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5974410Z test_non_contig_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5974574Z test_non_contig_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5974723Z test_non_contig_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5974889Z test_non_contig_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5975053Z test_non_contig_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5975222Z test_non_contig_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5975390Z test_non_contig_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5975591Z test_non_contig_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5975754Z test_non_contig_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5975918Z test_non_contig_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5976065Z test_non_contig_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5976227Z test_non_contig_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5976389Z test_non_contig_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5976548Z test_non_contig_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5976711Z test_non_contig_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5976869Z test_non_contig_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5977039Z test_non_contig_short_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5977201Z test_non_contig_short_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5977358Z test_non_contig_short_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5977529Z test_non_contig_short_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5977696Z test_non_contig_short_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5977862Z test_non_contig_short_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5978026Z test_non_contig_short_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5978192Z test_non_contig_short_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5978353Z test_non_contig_short_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5978517Z test_non_contig_short_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5978666Z test_non_contig_short_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5978828Z test_non_contig_short_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5978999Z test_non_contig_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5979169Z test_non_contig_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5979344Z test_non_contig_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5979516Z test_non_contig_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5979712Z test_non_contig_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5979879Z test_non_contig_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5980033Z test_non_contig_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5980199Z test_non_contig_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5980363Z test_non_contig_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5980529Z test_non_contig_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5980694Z test_non_contig_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5980857Z test_non_contig_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5981019Z test_non_contig_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5981186Z test_non_contig_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5981350Z test_non_contig_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5981501Z test_non_contig_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5981694Z test_non_contig_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5981856Z test_non_contig_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5982019Z test_non_contig_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5982180Z test_non_contig_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5982339Z test_non_contig_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5982511Z test_non_contig_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5982675Z test_non_contig_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5982838Z test_non_contig_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5983004Z test_non_contig_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5983167Z test_non_contig_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5983334Z test_non_contig_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5983499Z test_non_contig_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5983663Z test_non_contig_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5983827Z test_non_contig_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5983990Z test_non_contig_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.5984141Z test_non_contig_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5984305Z test_non_contig_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5984473Z test_non_contig_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5984640Z test_non_contig_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5984803Z test_non_contig_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5984965Z test_non_contig_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985126Z test_non_contig_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985284Z test_non_contig_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985428Z test_non_contig_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985588Z test_non_contig_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985775Z test_non_contig_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5985941Z test_non_contig_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5986102Z test_non_contig_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5986272Z test_non_contig_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5986441Z test_non_contig_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5986606Z test_non_contig_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5986757Z test_non_contig_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5986920Z test_non_contig_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5987084Z test_non_contig_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5987246Z test_non_contig_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5987408Z test_non_contig_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5987568Z test_non_contig_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5987761Z test_non_contig_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5987922Z test_non_contig_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5988077Z test_non_contig_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5988246Z test_non_contig_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.5988410Z test_non_contig_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5988573Z test_non_contig_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5988736Z test_non_contig_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5988899Z test_non_contig_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5989060Z test_non_contig_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5989222Z test_non_contig_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5989382Z test_non_contig_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5989543Z test_non_contig_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5989724Z test_non_contig_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5989901Z test_non_contig_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.5990078Z test_non_contig_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5990253Z test_non_contig_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5990428Z test_non_contig_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5990602Z test_non_contig_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5990776Z test_non_contig_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5990940Z test_non_contig_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5991120Z test_non_contig_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5991298Z test_non_contig_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5991537Z test_non_contig_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5991716Z test_non_contig_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5991889Z test_non_contig_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5992095Z test_non_contig_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5992267Z test_non_contig_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5992440Z test_non_contig_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5992602Z test_non_contig_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5992778Z test_non_contig_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5992948Z test_non_contig_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5993123Z test_non_contig_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5993290Z test_non_contig_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5993463Z test_non_contig_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5993630Z test_non_contig_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5993860Z test_non_contig_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5994021Z test_non_contig_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5994197Z test_non_contig_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5994366Z test_non_contig_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5994539Z test_non_contig_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5994708Z test_non_contig_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5994880Z test_non_contig_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5995054Z test_non_contig_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5995224Z test_non_contig_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5995400Z test_non_contig_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5995561Z test_non_contig_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5995731Z test_non_contig_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5995906Z test_non_contig_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5996075Z test_non_contig_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5996245Z test_non_contig_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5996416Z test_non_contig_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5996590Z test_non_contig_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5996765Z test_non_contig_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5996925Z test_non_contig_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5997099Z test_non_contig_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5997270Z test_non_contig_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5997442Z test_non_contig_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5997613Z test_non_contig_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5997786Z test_non_contig_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5997999Z test_non_contig_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5998169Z test_non_contig_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5998332Z test_non_contig_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5998507Z test_non_contig_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5998680Z test_non_contig_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5998852Z test_non_contig_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5999027Z test_non_contig_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5999199Z test_non_contig_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5999372Z test_non_contig_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5999547Z test_non_contig_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.5999719Z test_non_contig_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.5999902Z test_non_contig_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6000074Z test_non_contig_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6000244Z test_non_contig_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6000413Z test_non_contig_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6000579Z test_non_contig_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6000749Z test_non_contig_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6000916Z test_non_contig_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6001087Z test_non_contig_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6001245Z test_non_contig_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6001417Z test_non_contig_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6001583Z test_non_contig_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6001751Z test_non_contig_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6001914Z test_non_contig_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002081Z test_non_contig_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002245Z test_non_contig_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002410Z test_non_contig_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002568Z test_non_contig_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002742Z test_non_contig_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6002910Z test_non_contig_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6003076Z test_non_contig_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6003240Z test_non_contig_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6003410Z test_non_contig_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6003575Z test_non_contig_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6003749Z test_non_contig_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6003964Z test_non_contig_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.008s) 2022-12-01T10:19:33.6004129Z test_non_contig_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6004309Z test_non_contig_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6004484Z test_non_contig_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6004656Z test_non_contig_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6004832Z test_non_contig_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6005008Z test_non_contig_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6005196Z test_non_contig_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6005385Z test_non_contig_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6005565Z test_non_contig_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6005779Z test_non_contig_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6005965Z test_non_contig_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6006145Z test_non_contig_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6006329Z test_non_contig_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6006510Z test_non_contig_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6006691Z test_non_contig_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6006880Z test_non_contig_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007068Z test_non_contig_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007243Z test_non_contig_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007425Z test_non_contig_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007604Z test_non_contig_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007789Z test_non_contig_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6007970Z test_non_contig_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6008152Z test_non_contig_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6008342Z test_non_contig_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6008530Z test_non_contig_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6008717Z test_non_contig_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6008884Z test_non_contig_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6009064Z test_non_contig_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6009247Z test_non_contig_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6009427Z test_non_contig_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6009607Z test_non_contig_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6009821Z test_non_contig_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010008Z test_non_contig_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010195Z test_non_contig_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010377Z test_non_contig_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010543Z test_non_contig_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010725Z test_non_contig_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6010916Z test_non_contig_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6011094Z test_non_contig_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6011272Z test_non_contig_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6011444Z test_non_contig_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6011644Z test_non_contig_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6011817Z test_non_contig_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6011990Z test_non_contig_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6012147Z test_non_contig_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6012320Z test_non_contig_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6012491Z test_non_contig_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6012661Z test_non_contig_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6012840Z test_non_contig_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6013148Z test_non_contig_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6013374Z test_non_contig_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6013548Z test_non_contig_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6013708Z test_non_contig_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6013881Z test_non_contig_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6014052Z test_non_contig_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6014264Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.6014472Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6014681Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6014885Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6015089Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6015294Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6015485Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6015689Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6015889Z test_non_contig_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6016137Z test_non_contig_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6016335Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6016532Z test_non_contig_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6016725Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6016917Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6017106Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6017283Z test_non_contig_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6017479Z test_non_contig_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6017667Z test_non_contig_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6017904Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6018097Z test_non_contig_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6018286Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6018478Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6018666Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6018857Z test_non_contig_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6019031Z test_non_contig_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.007s) 2022-12-01T10:19:33.6019224Z test_non_contig_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6019415Z test_non_contig_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6019609Z test_non_contig_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6019801Z test_non_contig_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6019985Z test_non_contig_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6020164Z test_non_contig_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6020353Z test_non_contig_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6020534Z test_non_contig_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6020690Z test_non_contig_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6020855Z test_non_contig_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6021025Z test_non_contig_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6021200Z test_non_contig_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6021365Z test_non_contig_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6021530Z test_non_contig_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6021695Z test_non_contig_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6021886Z test_non_contig_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6022036Z test_non_contig_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6022201Z test_non_contig_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6022363Z test_non_contig_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6022533Z test_non_contig_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6022699Z test_non_contig_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6022870Z test_non_contig_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6023041Z test_non_contig_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6023208Z test_non_contig_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6023376Z test_non_contig_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6023524Z test_non_contig_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6023715Z test_non_contig_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6023882Z test_non_contig_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6024046Z test_non_contig_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6024210Z test_non_contig_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6024372Z test_non_contig_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6024535Z test_non_contig_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6024697Z test_non_contig_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6024851Z test_non_contig_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6025018Z test_non_contig_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6025182Z test_non_contig_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6025348Z test_non_contig_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6025508Z test_non_contig_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6025668Z test_non_contig_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6025827Z test_non_contig_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6025988Z test_non_contig_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6026135Z test_non_contig_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6026299Z test_non_contig_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6026460Z test_non_contig_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6026631Z test_non_contig_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6026802Z test_non_contig_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6026965Z test_non_contig_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6027130Z test_non_contig_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6027294Z test_non_contig_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6027444Z test_non_contig_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6027605Z test_non_contig_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6027771Z test_non_contig_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6027959Z test_non_contig_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6028128Z test_non_contig_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6028294Z test_non_contig_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6028461Z test_non_contig_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.004s) 2022-12-01T10:19:33.6028624Z test_non_contig_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6028773Z test_non_contig_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6028936Z test_non_contig_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6029098Z test_non_contig_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6029265Z test_non_contig_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6029422Z test_nonzero_empty_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6029575Z test_op_invert_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6029737Z test_polygamma_neg_cpu (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.6029977Z test_reference_numerics_extremal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6030174Z test_reference_numerics_extremal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6030378Z test_reference_numerics_extremal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6030591Z test_reference_numerics_extremal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6030799Z test_reference_numerics_extremal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6031008Z test_reference_numerics_extremal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6031222Z test_reference_numerics_extremal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6031431Z test_reference_numerics_extremal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6031708Z test_reference_numerics_extremal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6031918Z test_reference_numerics_extremal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6032127Z test_reference_numerics_extremal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6032326Z test_reference_numerics_extremal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6032532Z test_reference_numerics_extremal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6032739Z test_reference_numerics_extremal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6032953Z test_reference_numerics_extremal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6033165Z test_reference_numerics_extremal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6033379Z test_reference_numerics_extremal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6033595Z test_reference_numerics_extremal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6033808Z test_reference_numerics_extremal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6034054Z test_reference_numerics_extremal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6034249Z test_reference_numerics_extremal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6034461Z test_reference_numerics_extremal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6034670Z test_reference_numerics_extremal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6034875Z test_reference_numerics_extremal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6035079Z test_reference_numerics_extremal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6035287Z test_reference_numerics_extremal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6035497Z test_reference_numerics_extremal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6035705Z test_reference_numerics_extremal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6035940Z test_reference_numerics_extremal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6036145Z test_reference_numerics_extremal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6036343Z test_reference_numerics_extremal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6036550Z test_reference_numerics_extremal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6036760Z test_reference_numerics_extremal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6036968Z test_reference_numerics_extremal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6037173Z test_reference_numerics_extremal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6037384Z test_reference_numerics_extremal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6037592Z test_reference_numerics_extremal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6037803Z test_reference_numerics_extremal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6038008Z test_reference_numerics_extremal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6038211Z test_reference_numerics_extremal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6038410Z test_reference_numerics_extremal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6038618Z test_reference_numerics_extremal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6038830Z test_reference_numerics_extremal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6039038Z test_reference_numerics_extremal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6039245Z test_reference_numerics_extremal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6039451Z test_reference_numerics_extremal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6039665Z test_reference_numerics_extremal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6039918Z test_reference_numerics_extremal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6040124Z test_reference_numerics_extremal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6040321Z test_reference_numerics_extremal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6040528Z test_reference_numerics_extremal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6040749Z test_reference_numerics_extremal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6040974Z test_reference_numerics_extremal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6041195Z test_reference_numerics_extremal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6041416Z test_reference_numerics_extremal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6041659Z test_reference_numerics_extremal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6041877Z test_reference_numerics_extremal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6042081Z test_reference_numerics_extremal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6042293Z test_reference_numerics_extremal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6042488Z test_reference_numerics_extremal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6042696Z test_reference_numerics_extremal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6042904Z test_reference_numerics_extremal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6043117Z test_reference_numerics_extremal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6043328Z test_reference_numerics_extremal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6043537Z test_reference_numerics_extremal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6043746Z test_reference_numerics_extremal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6043951Z test_reference_numerics_extremal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6044168Z test_reference_numerics_extremal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6044382Z test_reference_numerics_extremal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6044583Z test_reference_numerics_extremal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6044792Z test_reference_numerics_extremal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6045004Z test_reference_numerics_extremal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6045211Z test_reference_numerics_extremal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6045422Z test_reference_numerics_extremal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6045662Z test_reference_numerics_extremal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6045869Z test_reference_numerics_extremal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6046078Z test_reference_numerics_extremal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6046288Z test_reference_numerics_extremal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6046494Z test_reference_numerics_extremal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6046686Z test_reference_numerics_extremal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6046897Z test_reference_numerics_extremal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6047111Z test_reference_numerics_extremal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6047348Z test_reference_numerics_extremal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6047559Z test_reference_numerics_extremal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6047765Z test_reference_numerics_extremal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6047973Z test_reference_numerics_extremal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6048176Z test_reference_numerics_extremal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6048379Z test_reference_numerics_extremal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6048571Z test_reference_numerics_extremal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6048779Z test_reference_numerics_extremal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6048987Z test_reference_numerics_extremal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6049193Z test_reference_numerics_extremal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6049395Z test_reference_numerics_extremal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6049603Z test_reference_numerics_extremal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6049811Z test_reference_numerics_extremal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6050022Z test_reference_numerics_extremal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6050237Z test_reference_numerics_extremal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6050449Z test_reference_numerics_extremal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6050642Z test_reference_numerics_extremal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6050845Z test_reference_numerics_extremal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6051052Z test_reference_numerics_extremal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6051259Z test_reference_numerics_extremal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6051496Z test_reference_numerics_extremal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6051707Z test_reference_numerics_extremal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6051908Z test_reference_numerics_extremal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6052107Z test_reference_numerics_extremal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6052306Z test_reference_numerics_extremal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6052488Z test_reference_numerics_extremal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6052698Z test_reference_numerics_extremal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6052909Z test_reference_numerics_extremal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6053329Z test_reference_numerics_extremal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6053544Z test_reference_numerics_extremal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6053748Z test_reference_numerics_extremal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6053953Z test_reference_numerics_extremal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6054156Z test_reference_numerics_extremal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6054369Z test_reference_numerics_extremal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6054587Z test_reference_numerics_extremal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6054787Z test_reference_numerics_extremal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6055004Z test_reference_numerics_extremal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6055220Z test_reference_numerics_extremal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6055438Z test_reference_numerics_extremal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6055651Z test_reference_numerics_extremal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6055865Z test_reference_numerics_extremal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6056074Z test_reference_numerics_extremal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6056290Z test_reference_numerics_extremal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6056504Z test_reference_numerics_extremal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6056714Z test_reference_numerics_extremal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6056910Z test_reference_numerics_extremal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6057116Z test_reference_numerics_extremal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6057360Z test_reference_numerics_extremal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6057570Z test_reference_numerics_extremal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6057784Z test_reference_numerics_extremal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6057995Z test_reference_numerics_extremal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6058204Z test_reference_numerics_extremal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6058411Z test_reference_numerics_extremal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6058626Z test_reference_numerics_extremal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6058827Z test_reference_numerics_extremal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6059068Z test_reference_numerics_extremal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6059279Z test_reference_numerics_extremal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6059492Z test_reference_numerics_extremal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6059701Z test_reference_numerics_extremal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6059911Z test_reference_numerics_extremal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6060116Z test_reference_numerics_extremal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6060334Z test_reference_numerics_extremal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6060550Z test_reference_numerics_extremal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6060760Z test_reference_numerics_extremal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6060955Z test_reference_numerics_extremal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6061168Z test_reference_numerics_extremal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6061377Z test_reference_numerics_extremal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6061603Z test_reference_numerics_extremal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6061828Z test_reference_numerics_extremal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6062057Z test_reference_numerics_extremal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6062275Z test_reference_numerics_extremal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6062489Z test_reference_numerics_extremal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6062700Z test_reference_numerics_extremal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6062906Z test_reference_numerics_extremal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6063139Z test_reference_numerics_extremal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6063353Z test_reference_numerics_extremal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6063564Z test_reference_numerics_extremal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6063776Z test_reference_numerics_extremal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6063990Z test_reference_numerics_extremal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6064197Z test_reference_numerics_extremal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6064403Z test_reference_numerics_extremal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6064614Z test_reference_numerics_extremal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6064849Z test_reference_numerics_extremal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6065055Z test_reference_numerics_extremal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6065249Z test_reference_numerics_extremal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6065454Z test_reference_numerics_extremal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6065658Z test_reference_numerics_extremal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6065872Z test_reference_numerics_extremal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6066079Z test_reference_numerics_extremal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6066290Z test_reference_numerics_extremal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6066499Z test_reference_numerics_extremal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6066709Z test_reference_numerics_extremal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6066914Z test_reference_numerics_extremal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6067122Z test_reference_numerics_extremal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6067327Z test_reference_numerics_extremal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6067547Z test_reference_numerics_extremal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6067769Z test_reference_numerics_extremal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6067986Z test_reference_numerics_extremal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6068201Z test_reference_numerics_extremal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6068416Z test_reference_numerics_extremal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6068621Z test_reference_numerics_extremal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6068858Z test_reference_numerics_extremal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6069069Z test_reference_numerics_extremal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6069298Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6069509Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6069735Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6069962Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6070192Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6070442Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6070665Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6070890Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6071112Z test_reference_numerics_extremal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6071325Z test_reference_numerics_extremal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6071601Z test_reference_numerics_extremal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6071803Z test_reference_numerics_extremal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6072014Z test_reference_numerics_extremal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6072222Z test_reference_numerics_extremal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6072436Z test_reference_numerics_extremal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6072647Z test_reference_numerics_extremal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6072855Z test_reference_numerics_extremal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6073064Z test_reference_numerics_extremal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6073271Z test_reference_numerics_extremal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6073497Z test_reference_numerics_extremal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6073722Z test_reference_numerics_extremal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6073929Z test_reference_numerics_extremal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6074144Z test_reference_numerics_extremal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6074363Z test_reference_numerics_extremal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6074612Z test_reference_numerics_extremal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6074848Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6075080Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6075313Z test_reference_numerics_extremal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6075546Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6075776Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6076006Z test_reference_numerics_extremal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6076240Z test_reference_numerics_extremal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6076456Z test_reference_numerics_extremal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6076680Z test_reference_numerics_extremal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6076909Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6077133Z test_reference_numerics_extremal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6077359Z test_reference_numerics_extremal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6077579Z test_reference_numerics_extremal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6077793Z test_reference_numerics_extremal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6078015Z test_reference_numerics_extremal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6078234Z test_reference_numerics_extremal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6078451Z test_reference_numerics_extremal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6078674Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6078896Z test_reference_numerics_extremal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6079117Z test_reference_numerics_extremal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6079334Z test_reference_numerics_extremal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6079551Z test_reference_numerics_extremal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6079775Z test_reference_numerics_extremal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6080046Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6080273Z test_reference_numerics_extremal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6080501Z test_reference_numerics_extremal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6080732Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6080950Z test_reference_numerics_extremal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6081176Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6081399Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6081629Z test_reference_numerics_extremal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6081886Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6082118Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6082351Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6082580Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6082808Z test_reference_numerics_extremal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6083035Z test_reference_numerics_extremal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6083268Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6083478Z test_reference_numerics_extremal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6083706Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6083933Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6084160Z test_reference_numerics_extremal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6084384Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6084608Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6084828Z test_reference_numerics_extremal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6085047Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6085266Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6085484Z test_reference_numerics_extremal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6085749Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6085969Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6086187Z test_reference_numerics_extremal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6086408Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6086626Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6086844Z test_reference_numerics_extremal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6087059Z test_reference_numerics_extremal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6087281Z test_reference_numerics_extremal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6087524Z test_reference_numerics_extremal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6087739Z test_reference_numerics_extremal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6087936Z test_reference_numerics_extremal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6088145Z test_reference_numerics_extremal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6088350Z test_reference_numerics_extremal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6088568Z test_reference_numerics_extremal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6088782Z test_reference_numerics_extremal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6088994Z test_reference_numerics_extremal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6089204Z test_reference_numerics_extremal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6089416Z test_reference_numerics_extremal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6089625Z test_reference_numerics_extremal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6089833Z test_reference_numerics_extremal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6090031Z test_reference_numerics_extremal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6090239Z test_reference_numerics_extremal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6090451Z test_reference_numerics_extremal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6090661Z test_reference_numerics_extremal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6090873Z test_reference_numerics_extremal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6091091Z test_reference_numerics_extremal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6091313Z test_reference_numerics_extremal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6091561Z test_reference_numerics_extremal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6091772Z test_reference_numerics_extremal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6091981Z test_reference_numerics_extremal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6092178Z test_reference_numerics_extremal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6092401Z test_reference_numerics_extremal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6092620Z test_reference_numerics_extremal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6092839Z test_reference_numerics_extremal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6093196Z test_reference_numerics_extremal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6093479Z test_reference_numerics_extremal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6093692Z test_reference_numerics_extremal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6093917Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6094142Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6094368Z test_reference_numerics_extremal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6094567Z test_reference_numerics_extremal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6094772Z test_reference_numerics_extremal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6094977Z test_reference_numerics_extremal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6095186Z test_reference_numerics_extremal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6095394Z test_reference_numerics_extremal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6095593Z test_reference_numerics_extremal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6095795Z test_reference_numerics_extremal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6096003Z test_reference_numerics_extremal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6096206Z test_reference_numerics_extremal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6096391Z test_reference_numerics_extremal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6096585Z test_reference_numerics_extremal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6096802Z test_reference_numerics_extremal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6097009Z test_reference_numerics_extremal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6097215Z test_reference_numerics_extremal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6097467Z test_reference_numerics_extremal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6097680Z test_reference_numerics_extremal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6097877Z test_reference_numerics_extremal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6098079Z test_reference_numerics_extremal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6098277Z test_reference_numerics_extremal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6098457Z test_reference_numerics_extremal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6098671Z test_reference_numerics_extremal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6098885Z test_reference_numerics_extremal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6099124Z test_reference_numerics_extremal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6099335Z test_reference_numerics_extremal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6099545Z test_reference_numerics_extremal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6099754Z test_reference_numerics_extremal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6099963Z test_reference_numerics_extremal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6100170Z test_reference_numerics_extremal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6100380Z test_reference_numerics_extremal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6100579Z test_reference_numerics_extremal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6100789Z test_reference_numerics_extremal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6100997Z test_reference_numerics_extremal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6101205Z test_reference_numerics_extremal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6101413Z test_reference_numerics_extremal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6101623Z test_reference_numerics_extremal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6101840Z test_reference_numerics_extremal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6102051Z test_reference_numerics_extremal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6102256Z test_reference_numerics_extremal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6102449Z test_reference_numerics_extremal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6102669Z test_reference_numerics_extremal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6102887Z test_reference_numerics_extremal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6103137Z test_reference_numerics_extremal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6103357Z test_reference_numerics_extremal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6103571Z test_reference_numerics_extremal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6103783Z test_reference_numerics_extremal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6103993Z test_reference_numerics_extremal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6104203Z test_reference_numerics_extremal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6104426Z test_reference_numerics_extremal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6104631Z test_reference_numerics_extremal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6104878Z test_reference_numerics_extremal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6105095Z test_reference_numerics_extremal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6105315Z test_reference_numerics_extremal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6105534Z test_reference_numerics_extremal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6105751Z test_reference_numerics_extremal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6105967Z test_reference_numerics_extremal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6106184Z test_reference_numerics_extremal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6106399Z test_reference_numerics_extremal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6106613Z test_reference_numerics_extremal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6106813Z test_reference_numerics_extremal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6107027Z test_reference_numerics_extremal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6107241Z test_reference_numerics_extremal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6107466Z test_reference_numerics_extremal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6107687Z test_reference_numerics_extremal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6107919Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6108150Z test_reference_numerics_extremal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6108374Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6108600Z test_reference_numerics_extremal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6108851Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6109076Z test_reference_numerics_extremal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6109284Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6109506Z test_reference_numerics_extremal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6109724Z test_reference_numerics_extremal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6109943Z test_reference_numerics_extremal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6110165Z test_reference_numerics_extremal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6110408Z test_reference_numerics_extremal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6110627Z test_reference_numerics_extremal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6110874Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6111121Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6111365Z test_reference_numerics_extremal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6111690Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6111913Z test_reference_numerics_extremal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6112142Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6112370Z test_reference_numerics_extremal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6112601Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6112835Z test_reference_numerics_extremal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6113047Z test_reference_numerics_extremal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6113262Z test_reference_numerics_extremal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6113474Z test_reference_numerics_extremal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6113682Z test_reference_numerics_extremal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6113890Z test_reference_numerics_extremal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6114088Z test_reference_numerics_extremal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6114303Z test_reference_numerics_extremal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6114550Z test_reference_numerics_extremal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6114765Z test_reference_numerics_extremal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6114975Z test_reference_numerics_extremal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6115184Z test_reference_numerics_extremal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6115384Z test_reference_numerics_extremal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6115596Z test_reference_numerics_extremal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6115808Z test_reference_numerics_extremal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6116017Z test_reference_numerics_extremal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6116238Z test_reference_numerics_extremal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6116447Z test_reference_numerics_extremal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6116656Z test_reference_numerics_extremal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6116866Z test_reference_numerics_extremal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6117073Z test_reference_numerics_extremal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6117281Z test_reference_numerics_extremal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6117492Z test_reference_numerics_extremal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6117703Z test_reference_numerics_extremal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6117910Z test_reference_numerics_extremal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6118101Z test_reference_numerics_large_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6118307Z test_reference_numerics_large_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6118514Z test_reference_numerics_large_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6118717Z test_reference_numerics_large_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6118921Z test_reference_numerics_large_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6119122Z test_reference_numerics_large_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6119320Z test_reference_numerics_large_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6119519Z test_reference_numerics_large_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6119721Z test_reference_numerics_large_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6119922Z test_reference_numerics_large_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6120154Z test_reference_numerics_large_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6120353Z test_reference_numerics_large_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6120563Z test_reference_numerics_large_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6120767Z test_reference_numerics_large_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6120968Z test_reference_numerics_large_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6121167Z test_reference_numerics_large_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6121371Z test_reference_numerics_large_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6121573Z test_reference_numerics_large_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6121775Z test_reference_numerics_large_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6121988Z test_reference_numerics_large_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6122184Z test_reference_numerics_large_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6122382Z test_reference_numerics_large_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6122583Z test_reference_numerics_large_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6122790Z test_reference_numerics_large_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6122989Z test_reference_numerics_large_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6123193Z test_reference_numerics_large_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6123398Z test_reference_numerics_large_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6123604Z test_reference_numerics_large_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6123807Z test_reference_numerics_large_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6123997Z test_reference_numerics_large_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6124194Z test_reference_numerics_large_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6124390Z test_reference_numerics_large_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6124595Z test_reference_numerics_large_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6124797Z test_reference_numerics_large_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6125005Z test_reference_numerics_large_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6125209Z test_reference_numerics_large_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6125422Z test_reference_numerics_large_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6125630Z test_reference_numerics_large_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6125823Z test_reference_numerics_large_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6126055Z test_reference_numerics_large_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6126255Z test_reference_numerics_large_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6126458Z test_reference_numerics_large_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6126657Z test_reference_numerics_large_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6126850Z test_reference_numerics_large_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6127051Z test_reference_numerics_large_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6127246Z test_reference_numerics_large_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6127450Z test_reference_numerics_large_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6127676Z test_reference_numerics_large_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6127865Z test_reference_numerics_large_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6128068Z test_reference_numerics_large_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6128272Z test_reference_numerics_large_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6128477Z test_reference_numerics_large_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6128677Z test_reference_numerics_large_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6128875Z test_reference_numerics_large_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6129073Z test_reference_numerics_large_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6129273Z test_reference_numerics_large_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6129477Z test_reference_numerics_large_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6129672Z test_reference_numerics_large_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6129871Z test_reference_numerics_large_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6130069Z test_reference_numerics_large_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6130273Z test_reference_numerics_large_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6130481Z test_reference_numerics_large_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6130683Z test_reference_numerics_large_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6130885Z test_reference_numerics_large_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6131082Z test_reference_numerics_large_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6131276Z test_reference_numerics_large_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6131478Z test_reference_numerics_large_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6131687Z test_reference_numerics_large_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6131892Z test_reference_numerics_large_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6132097Z test_reference_numerics_large_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6132301Z test_reference_numerics_large_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6132500Z test_reference_numerics_large_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6132707Z test_reference_numerics_large_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6132905Z test_reference_numerics_large_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6133275Z test_reference_numerics_large_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6133474Z test_reference_numerics_large_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6133702Z test_reference_numerics_large_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6133902Z test_reference_numerics_large_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6134107Z test_reference_numerics_large_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6134316Z test_reference_numerics_large_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6134515Z test_reference_numerics_large_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6134719Z test_reference_numerics_large_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6134920Z test_reference_numerics_large_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6135128Z test_reference_numerics_large_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6135330Z test_reference_numerics_large_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6135517Z test_reference_numerics_large_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6135714Z test_reference_numerics_large_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6135909Z test_reference_numerics_large_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6136112Z test_reference_numerics_large_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6136310Z test_reference_numerics_large_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6136521Z test_reference_numerics_large_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6136728Z test_reference_numerics_large_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6136939Z test_reference_numerics_large_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6137146Z test_reference_numerics_large_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6137352Z test_reference_numerics_large_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6137578Z test_reference_numerics_large_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6137792Z test_reference_numerics_large_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6138000Z test_reference_numerics_large_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6138207Z test_reference_numerics_large_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6138411Z test_reference_numerics_large_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6138610Z test_reference_numerics_large_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6138805Z test_reference_numerics_large_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6139008Z test_reference_numerics_large_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6139209Z test_reference_numerics_large_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6139441Z test_reference_numerics_large_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6139629Z test_reference_numerics_large_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6139839Z test_reference_numerics_large_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6140045Z test_reference_numerics_large_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6140253Z test_reference_numerics_large_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6140458Z test_reference_numerics_large_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6140657Z test_reference_numerics_large_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6140855Z test_reference_numerics_large_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6141055Z test_reference_numerics_large_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6141251Z test_reference_numerics_large_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6141432Z test_reference_numerics_large_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6141631Z test_reference_numerics_large_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6141837Z test_reference_numerics_large_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6142056Z test_reference_numerics_large_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6142270Z test_reference_numerics_large_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6142490Z test_reference_numerics_large_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6142707Z test_reference_numerics_large_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6142925Z test_reference_numerics_large_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6143143Z test_reference_numerics_large_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6143383Z test_reference_numerics_large_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6143585Z test_reference_numerics_large_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6143796Z test_reference_numerics_large_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6144006Z test_reference_numerics_large_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6144211Z test_reference_numerics_large_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6144422Z test_reference_numerics_large_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6144628Z test_reference_numerics_large_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6144834Z test_reference_numerics_large_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6145067Z test_reference_numerics_large_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6145277Z test_reference_numerics_large_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6145482Z test_reference_numerics_large_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6145670Z test_reference_numerics_large_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6145870Z test_reference_numerics_large_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6146068Z test_reference_numerics_large_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6146271Z test_reference_numerics_large_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6146476Z test_reference_numerics_large_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6146678Z test_reference_numerics_large_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6146878Z test_reference_numerics_large_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6147084Z test_reference_numerics_large_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6147284Z test_reference_numerics_large_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6147470Z test_reference_numerics_large_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6147679Z test_reference_numerics_large_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6147888Z test_reference_numerics_large_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6148090Z test_reference_numerics_large_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6148291Z test_reference_numerics_large_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6148488Z test_reference_numerics_large_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6148683Z test_reference_numerics_large_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6148877Z test_reference_numerics_large_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6149114Z test_reference_numerics_large_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6149304Z test_reference_numerics_large_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6149512Z test_reference_numerics_large_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6149721Z test_reference_numerics_large_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6149930Z test_reference_numerics_large_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6150141Z test_reference_numerics_large_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6150347Z test_reference_numerics_large_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6150549Z test_reference_numerics_large_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6150775Z test_reference_numerics_large_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6150979Z test_reference_numerics_large_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6151181Z test_reference_numerics_large_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6151377Z test_reference_numerics_large_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6151653Z test_reference_numerics_large_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6151864Z test_reference_numerics_large_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6152076Z test_reference_numerics_large_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6152284Z test_reference_numerics_large_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6152487Z test_reference_numerics_large_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6152685Z test_reference_numerics_large_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6152890Z test_reference_numerics_large_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6153090Z test_reference_numerics_large_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6153294Z test_reference_numerics_large_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6153487Z test_reference_numerics_large_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6153692Z test_reference_numerics_large_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6153892Z test_reference_numerics_large_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6154094Z test_reference_numerics_large_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6154294Z test_reference_numerics_large_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6154494Z test_reference_numerics_large_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6154694Z test_reference_numerics_large_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6154923Z test_reference_numerics_large_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6155130Z test_reference_numerics_large_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6155317Z test_reference_numerics_large_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6155523Z test_reference_numerics_large_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6155722Z test_reference_numerics_large_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6155927Z test_reference_numerics_large_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6156129Z test_reference_numerics_large_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6156326Z test_reference_numerics_large_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6156525Z test_reference_numerics_large_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6156757Z test_reference_numerics_large_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6156969Z test_reference_numerics_large_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6157172Z test_reference_numerics_large_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6157364Z test_reference_numerics_large_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6157570Z test_reference_numerics_large_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6157777Z test_reference_numerics_large_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6157976Z test_reference_numerics_large_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6158177Z test_reference_numerics_large_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6158381Z test_reference_numerics_large_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6158579Z test_reference_numerics_large_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6158783Z test_reference_numerics_large_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6158984Z test_reference_numerics_large_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6159177Z test_reference_numerics_large_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6159378Z test_reference_numerics_large_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6159576Z test_reference_numerics_large_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6159776Z test_reference_numerics_large_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6159974Z test_reference_numerics_large_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6160166Z test_reference_numerics_large_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6160363Z test_reference_numerics_large_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6160612Z test_reference_numerics_large_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6160809Z test_reference_numerics_large_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6161000Z test_reference_numerics_large_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6161202Z test_reference_numerics_large_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6161402Z test_reference_numerics_large_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6161612Z test_reference_numerics_large_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6161814Z test_reference_numerics_large_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6162016Z test_reference_numerics_large_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6162219Z test_reference_numerics_large_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6162443Z test_reference_numerics_large_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6162648Z test_reference_numerics_large_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6162834Z test_reference_numerics_large_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6163032Z test_reference_numerics_large_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6163236Z test_reference_numerics_large_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6163441Z test_reference_numerics_large_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6163643Z test_reference_numerics_large_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6163847Z test_reference_numerics_large_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6164046Z test_reference_numerics_large_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6164240Z test_reference_numerics_large_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6164440Z test_reference_numerics_large_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6164636Z test_reference_numerics_large_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6164824Z test_reference_numerics_large_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6165025Z test_reference_numerics_large_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6165237Z test_reference_numerics_large_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6165444Z test_reference_numerics_large_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6165654Z test_reference_numerics_large_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6165859Z test_reference_numerics_large_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6166060Z test_reference_numerics_large_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6166256Z test_reference_numerics_large_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6166483Z test_reference_numerics_large_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6166669Z test_reference_numerics_large_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6166863Z test_reference_numerics_large_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6167062Z test_reference_numerics_large_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6167266Z test_reference_numerics_large_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6167472Z test_reference_numerics_large_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6167678Z test_reference_numerics_large_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6167881Z test_reference_numerics_large_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6168115Z test_reference_numerics_large_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6168312Z test_reference_numerics_large_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6168506Z test_reference_numerics_large_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6168691Z test_reference_numerics_large_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6168886Z test_reference_numerics_large_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6169088Z test_reference_numerics_large_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6169292Z test_reference_numerics_large_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6169491Z test_reference_numerics_large_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6169688Z test_reference_numerics_large_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6169894Z test_reference_numerics_large_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6170102Z test_reference_numerics_large_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6170304Z test_reference_numerics_large_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6170489Z test_reference_numerics_large_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6170693Z test_reference_numerics_large_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6170899Z test_reference_numerics_large_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6171100Z test_reference_numerics_large_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6171294Z test_reference_numerics_large_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6171490Z test_reference_numerics_large_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6171688Z test_reference_numerics_large_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6171889Z test_reference_numerics_large_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6172110Z test_reference_numerics_large_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6172308Z test_reference_numerics_large_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6172504Z test_reference_numerics_large_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6172715Z test_reference_numerics_large_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6172922Z test_reference_numerics_large_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6173314Z test_reference_numerics_large_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6173524Z test_reference_numerics_large_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6173741Z test_reference_numerics_large_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6174035Z test_reference_numerics_large_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6174251Z test_reference_numerics_large_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6174461Z test_reference_numerics_large_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6174656Z test_reference_numerics_large_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6174866Z test_reference_numerics_large_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6175075Z test_reference_numerics_large_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6175284Z test_reference_numerics_large_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6175495Z test_reference_numerics_large_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6175701Z test_reference_numerics_large_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6175905Z test_reference_numerics_large_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6176115Z test_reference_numerics_large_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6176319Z test_reference_numerics_large_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6176530Z test_reference_numerics_large_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6176729Z test_reference_numerics_large_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6176939Z test_reference_numerics_large_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6177146Z test_reference_numerics_large_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6177347Z test_reference_numerics_large_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6177546Z test_reference_numerics_large_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6177748Z test_reference_numerics_large_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6177945Z test_reference_numerics_large_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6178177Z test_reference_numerics_large_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6178385Z test_reference_numerics_large_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6178570Z test_reference_numerics_large_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6178775Z test_reference_numerics_large_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6178977Z test_reference_numerics_large_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6179186Z test_reference_numerics_large_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6179391Z test_reference_numerics_large_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6179595Z test_reference_numerics_large_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6179820Z test_reference_numerics_large_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180017Z test_reference_numerics_large_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180216Z test_reference_numerics_large_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180410Z test_reference_numerics_large_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180592Z test_reference_numerics_large_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180790Z test_reference_numerics_large_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6180985Z test_reference_numerics_large_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6181195Z test_reference_numerics_large_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6181401Z test_reference_numerics_large_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6181609Z test_reference_numerics_large_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6181815Z test_reference_numerics_large_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6182023Z test_reference_numerics_large_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6182228Z test_reference_numerics_large_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6182436Z test_reference_numerics_large_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6182631Z test_reference_numerics_large_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6182839Z test_reference_numerics_large_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6183046Z test_reference_numerics_large_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6183250Z test_reference_numerics_large_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6183455Z test_reference_numerics_large_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6183663Z test_reference_numerics_large_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6183899Z test_reference_numerics_large_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6184108Z test_reference_numerics_large_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6184311Z test_reference_numerics_large_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6184503Z test_reference_numerics_large_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6184706Z test_reference_numerics_large_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6184910Z test_reference_numerics_large_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6185115Z test_reference_numerics_large_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6185324Z test_reference_numerics_large_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6185557Z test_reference_numerics_large_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6185768Z test_reference_numerics_large_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6185978Z test_reference_numerics_large_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6186185Z test_reference_numerics_large_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6186390Z test_reference_numerics_large_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6186586Z test_reference_numerics_large_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6186790Z test_reference_numerics_large_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6186996Z test_reference_numerics_large_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6187195Z test_reference_numerics_large_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6187391Z test_reference_numerics_large_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6187594Z test_reference_numerics_large_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6187792Z test_reference_numerics_large_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6188011Z test_reference_numerics_large_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6188227Z test_reference_numerics_large_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6188451Z test_reference_numerics_large_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6188659Z test_reference_numerics_large_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6188874Z test_reference_numerics_large_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6189090Z test_reference_numerics_large_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6189305Z test_reference_numerics_large_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6189545Z test_reference_numerics_large_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6189757Z test_reference_numerics_large_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6189964Z test_reference_numerics_large_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6190173Z test_reference_numerics_large_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6190379Z test_reference_numerics_large_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6190577Z test_reference_numerics_large_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6190767Z test_reference_numerics_large_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6190973Z test_reference_numerics_large_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6191208Z test_reference_numerics_large_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6191412Z test_reference_numerics_large_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6191672Z test_reference_numerics_large_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6191871Z test_reference_numerics_large_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6192075Z test_reference_numerics_large_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6192273Z test_reference_numerics_large_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6192480Z test_reference_numerics_large_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6192672Z test_reference_numerics_large_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6192883Z test_reference_numerics_large_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6193090Z test_reference_numerics_large_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6193298Z test_reference_numerics_large_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6193499Z test_reference_numerics_large_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6193706Z test_reference_numerics_large_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6193906Z test_reference_numerics_large_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6194103Z test_reference_numerics_large_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6194305Z test_reference_numerics_large_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6194503Z test_reference_numerics_large_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6194696Z test_reference_numerics_large_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6194900Z test_reference_numerics_large_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6195106Z test_reference_numerics_large_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6195336Z test_reference_numerics_large_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6195539Z test_reference_numerics_large_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6195736Z test_reference_numerics_large_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6195929Z test_reference_numerics_large_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6196126Z test_reference_numerics_large_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6196321Z test_reference_numerics_large_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6196506Z test_reference_numerics_large_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6196709Z test_reference_numerics_large_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6196944Z test_reference_numerics_large_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6197152Z test_reference_numerics_large_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6197357Z test_reference_numerics_large_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6197556Z test_reference_numerics_large_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6197755Z test_reference_numerics_large_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6197949Z test_reference_numerics_large_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6198145Z test_reference_numerics_large_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6198346Z test_reference_numerics_large_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6198532Z test_reference_numerics_large_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6198733Z test_reference_numerics_large_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6198932Z test_reference_numerics_large_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6199140Z test_reference_numerics_large_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6199342Z test_reference_numerics_large_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6199545Z test_reference_numerics_large_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6199745Z test_reference_numerics_large_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6199942Z test_reference_numerics_large_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6200141Z test_reference_numerics_large_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6200327Z test_reference_numerics_large_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6200532Z test_reference_numerics_large_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6200730Z test_reference_numerics_large_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6200987Z test_reference_numerics_large_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6201197Z test_reference_numerics_large_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6201413Z test_reference_numerics_large_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6201626Z test_reference_numerics_large_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6201838Z test_reference_numerics_large_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6202049Z test_reference_numerics_large_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6202260Z test_reference_numerics_large_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6202454Z test_reference_numerics_large_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.005s) 2022-12-01T10:19:33.6202687Z test_reference_numerics_large_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6202897Z test_reference_numerics_large_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6203108Z test_reference_numerics_large_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6203318Z test_reference_numerics_large_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6203525Z test_reference_numerics_large_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6203736Z test_reference_numerics_large_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6203942Z test_reference_numerics_large_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6204146Z test_reference_numerics_large_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6204337Z test_reference_numerics_large_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6204538Z test_reference_numerics_large_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6204736Z test_reference_numerics_large_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6204937Z test_reference_numerics_large_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6205138Z test_reference_numerics_large_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6205361Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6205586Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6205801Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6206020Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6206232Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6206428Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6206670Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6206886Z test_reference_numerics_large_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6207112Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6207334Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6207554Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6207774Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6207991Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6208235Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6208443Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6208649Z test_reference_numerics_large_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6208870Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6209091Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6209307Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6209525Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6209739Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6209950Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6210158Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6210372Z test_reference_numerics_large_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6210581Z test_reference_numerics_large_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6210787Z test_reference_numerics_large_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6210985Z test_reference_numerics_large_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6211193Z test_reference_numerics_large_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6211399Z test_reference_numerics_large_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6211608Z test_reference_numerics_large_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6211814Z test_reference_numerics_large_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6212019Z test_reference_numerics_large_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6212252Z test_reference_numerics_large_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6212458Z test_reference_numerics_large_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6212664Z test_reference_numerics_large_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6212857Z test_reference_numerics_large_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6213231Z test_reference_numerics_large_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6213449Z test_reference_numerics_large_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6213657Z test_reference_numerics_large_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6213861Z test_reference_numerics_large_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6214109Z test_reference_numerics_large_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6214313Z test_reference_numerics_large_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6214514Z test_reference_numerics_large_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6214716Z test_reference_numerics_large_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6214920Z test_reference_numerics_large_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6215105Z test_reference_numerics_large_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6215329Z test_reference_numerics_large_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6215551Z test_reference_numerics_large_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6215767Z test_reference_numerics_large_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6215979Z test_reference_numerics_large_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6216195Z test_reference_numerics_large_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6216413Z test_reference_numerics_large_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6216646Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6216875Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6217104Z test_reference_numerics_large_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6217317Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6217546Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6217771Z test_reference_numerics_large_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6218027Z test_reference_numerics_large_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6218240Z test_reference_numerics_large_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6218467Z test_reference_numerics_large_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6218688Z test_reference_numerics_large_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6218905Z test_reference_numerics_large_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6219119Z test_reference_numerics_large_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6219337Z test_reference_numerics_large_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6219538Z test_reference_numerics_large_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6219782Z test_reference_numerics_large_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6220002Z test_reference_numerics_large_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6220219Z test_reference_numerics_large_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6220437Z test_reference_numerics_large_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6220650Z test_reference_numerics_large_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6220873Z test_reference_numerics_large_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6221089Z test_reference_numerics_large_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6221309Z test_reference_numerics_large_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6221531Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6221737Z test_reference_numerics_large_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6221955Z test_reference_numerics_large_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6222169Z test_reference_numerics_large_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6222382Z test_reference_numerics_large_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6222607Z test_reference_numerics_large_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6222830Z test_reference_numerics_large_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6223054Z test_reference_numerics_large_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6223278Z test_reference_numerics_large_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6223505Z test_reference_numerics_large_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6223761Z test_reference_numerics_large_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6223986Z test_reference_numerics_large_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6224196Z test_reference_numerics_large_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6224417Z test_reference_numerics_large_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6224638Z test_reference_numerics_large_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6224853Z test_reference_numerics_large_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6225067Z test_reference_numerics_large_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6225310Z test_reference_numerics_large_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6225524Z test_reference_numerics_large_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6225749Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6225979Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6226211Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6226424Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6226649Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6226873Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6227095Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6227317Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6227537Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6227756Z test_reference_numerics_large_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6227984Z test_reference_numerics_large_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6228210Z test_reference_numerics_large_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6228436Z test_reference_numerics_large_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6228656Z test_reference_numerics_large_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6228859Z test_reference_numerics_large_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6229072Z test_reference_numerics_large_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6229320Z test_reference_numerics_large_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6229538Z test_reference_numerics_large_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6229764Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6229989Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6230214Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6230437Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6230662Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6230912Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6231114Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6231337Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6231642Z test_reference_numerics_large_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6231863Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6232084Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6232303Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6232520Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6232733Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6232946Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6233155Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6233352Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6233561Z test_reference_numerics_large_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6233788Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6234013Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6234239Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6234461Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6234684Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6234942Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6235155Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6235377Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6235582Z test_reference_numerics_large_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6235805Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6236022Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6236245Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6236470Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6236715Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6236932Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6237147Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6237369Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6237585Z test_reference_numerics_large_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6237812Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6238022Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6238246Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6238469Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6238694Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6238908Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6239123Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6239342Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6239556Z test_reference_numerics_large_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6239764Z test_reference_numerics_large_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6239978Z test_reference_numerics_large_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6240177Z test_reference_numerics_large_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6240390Z test_reference_numerics_large_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6240641Z test_reference_numerics_large_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6240851Z test_reference_numerics_large_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6241060Z test_reference_numerics_large_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6241264Z test_reference_numerics_large_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6241470Z test_reference_numerics_large_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6241675Z test_reference_numerics_large_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6241881Z test_reference_numerics_large_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6242088Z test_reference_numerics_large_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6242307Z test_reference_numerics_large_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6242517Z test_reference_numerics_large_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6242729Z test_reference_numerics_large_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6242940Z test_reference_numerics_large_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6243148Z test_reference_numerics_large_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6243355Z test_reference_numerics_large_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6243566Z test_reference_numerics_large_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6243761Z test_reference_numerics_large_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6250797Z test_reference_numerics_large_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6251054Z test_reference_numerics_large_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6251270Z test_reference_numerics_large_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6251480Z test_reference_numerics_large_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6251700Z test_reference_numerics_large_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6251916Z test_reference_numerics_large_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6252133Z test_reference_numerics_large_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6252329Z test_reference_numerics_large_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6252531Z test_reference_numerics_large_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6252732Z test_reference_numerics_large_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6252937Z test_reference_numerics_large_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6253339Z test_reference_numerics_large_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6253648Z test_reference_numerics_large_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6253852Z test_reference_numerics_large_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6254055Z test_reference_numerics_large_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6254260Z test_reference_numerics_large_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6254460Z test_reference_numerics_large_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6254681Z test_reference_numerics_large_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6254899Z test_reference_numerics_large_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6255114Z test_reference_numerics_large_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6255368Z test_reference_numerics_large_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6255578Z test_reference_numerics_large_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6255788Z test_reference_numerics_large_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6255998Z test_reference_numerics_large_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6256206Z test_reference_numerics_large_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6256422Z test_reference_numerics_large_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6256616Z test_reference_numerics_large_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6256825Z test_reference_numerics_large_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6257030Z test_reference_numerics_large_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6257230Z test_reference_numerics_large_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6257433Z test_reference_numerics_large_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6257631Z test_reference_numerics_large_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6257829Z test_reference_numerics_large_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6258030Z test_reference_numerics_large_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6258228Z test_reference_numerics_large_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6258431Z test_reference_numerics_large_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6258652Z test_reference_numerics_large_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6258870Z test_reference_numerics_large_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6259090Z test_reference_numerics_large_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6259336Z test_reference_numerics_large_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6259553Z test_reference_numerics_large_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6259776Z test_reference_numerics_large_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6259996Z test_reference_numerics_large_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6260210Z test_reference_numerics_large_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6260417Z test_reference_numerics_large_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6260608Z test_reference_numerics_large_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6260819Z test_reference_numerics_large_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6261053Z test_reference_numerics_large_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6261261Z test_reference_numerics_large_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6261466Z test_reference_numerics_large_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6261668Z test_reference_numerics_large_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6261866Z test_reference_numerics_large_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6262065Z test_reference_numerics_large_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6262267Z test_reference_numerics_large_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.005s) 2022-12-01T10:19:33.6262468Z test_reference_numerics_large_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6262660Z test_reference_numerics_large_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6262864Z test_reference_numerics_large_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6263071Z test_reference_numerics_large_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6263274Z test_reference_numerics_large_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6263477Z test_reference_numerics_large_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6263681Z test_reference_numerics_large_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6263884Z test_reference_numerics_large_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6264080Z test_reference_numerics_large_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6264280Z test_reference_numerics_large_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6264468Z test_reference_numerics_large_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6264668Z test_reference_numerics_large_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6264873Z test_reference_numerics_large_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6265101Z test_reference_numerics_large_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6265316Z test_reference_numerics_large_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6265523Z test_reference_numerics_large_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6265726Z test_reference_numerics_large_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6265930Z test_reference_numerics_large_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6266142Z test_reference_numerics_large_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6266350Z test_reference_numerics_large_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6266543Z test_reference_numerics_large_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6266772Z test_reference_numerics_large_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6266971Z test_reference_numerics_large_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6267176Z test_reference_numerics_large_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6267375Z test_reference_numerics_large_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6267570Z test_reference_numerics_large_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6267769Z test_reference_numerics_large_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6267976Z test_reference_numerics_large_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6268177Z test_reference_numerics_large_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6268360Z test_reference_numerics_large_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6268566Z test_reference_numerics_large_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6268763Z test_reference_numerics_large_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6268957Z test_reference_numerics_large_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6269155Z test_reference_numerics_large_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6269358Z test_reference_numerics_large_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6269569Z test_reference_numerics_large_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6269771Z test_reference_numerics_large_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6269977Z test_reference_numerics_large_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6270185Z test_reference_numerics_large_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6270380Z test_reference_numerics_large_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6270586Z test_reference_numerics_large_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6270856Z test_reference_numerics_large_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6271057Z test_reference_numerics_large_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6271261Z test_reference_numerics_large_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6271521Z test_reference_numerics_large_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6271730Z test_reference_numerics_large_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6271933Z test_reference_numerics_large_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6272145Z test_reference_numerics_large_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6272339Z test_reference_numerics_large_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6272571Z test_reference_numerics_large_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6272773Z test_reference_numerics_large_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6272972Z test_reference_numerics_large_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6273171Z test_reference_numerics_large_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6273371Z test_reference_numerics_large_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6273573Z test_reference_numerics_large_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6273773Z test_reference_numerics_large_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6273981Z test_reference_numerics_large_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6274182Z test_reference_numerics_large_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6274377Z test_reference_numerics_large_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6274584Z test_reference_numerics_large_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6274789Z test_reference_numerics_large_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6274989Z test_reference_numerics_large_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6275191Z test_reference_numerics_large_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6275392Z test_reference_numerics_large_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6275587Z test_reference_numerics_large_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6275784Z test_reference_numerics_large_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6275986Z test_reference_numerics_large_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6276175Z test_reference_numerics_large_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6276374Z test_reference_numerics_large_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6276604Z test_reference_numerics_large_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6276813Z test_reference_numerics_large_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6277018Z test_reference_numerics_large_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6277219Z test_reference_numerics_large_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6277421Z test_reference_numerics_large_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6277618Z test_reference_numerics_large_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6277813Z test_reference_numerics_large_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6278009Z test_reference_numerics_large_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6278198Z test_reference_numerics_large_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6278426Z test_reference_numerics_large_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6278634Z test_reference_numerics_large_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6278837Z test_reference_numerics_large_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6279044Z test_reference_numerics_large_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6279242Z test_reference_numerics_large_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6279441Z test_reference_numerics_large_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6279642Z test_reference_numerics_large_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6279842Z test_reference_numerics_large_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6280045Z test_reference_numerics_large_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6280267Z test_reference_numerics_large_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6280484Z test_reference_numerics_large_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6280701Z test_reference_numerics_large_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6280917Z test_reference_numerics_large_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6281133Z test_reference_numerics_large_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6281347Z test_reference_numerics_large_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6281558Z test_reference_numerics_large_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6281772Z test_reference_numerics_large_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6281986Z test_reference_numerics_large_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6282218Z test_reference_numerics_large_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6282429Z test_reference_numerics_large_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6282645Z test_reference_numerics_large_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6282859Z test_reference_numerics_large_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6283074Z test_reference_numerics_large_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6283285Z test_reference_numerics_large_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6283497Z test_reference_numerics_large_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6283715Z test_reference_numerics_large_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6283957Z test_reference_numerics_large_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6284168Z test_reference_numerics_large_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6284366Z test_reference_numerics_large_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6284580Z test_reference_numerics_large_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6284793Z test_reference_numerics_large_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6285006Z test_reference_numerics_large_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6285219Z test_reference_numerics_large_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6285433Z test_reference_numerics_large_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6285644Z test_reference_numerics_large_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6285852Z test_reference_numerics_large_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6286064Z test_reference_numerics_large_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6286275Z test_reference_numerics_large_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6286477Z test_reference_numerics_large_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6286687Z test_reference_numerics_large_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6286893Z test_reference_numerics_large_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6287106Z test_reference_numerics_large_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6287319Z test_reference_numerics_large_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6287529Z test_reference_numerics_large_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6287739Z test_reference_numerics_large_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6287990Z test_reference_numerics_large_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6288198Z test_reference_numerics_large_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6288409Z test_reference_numerics_large_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6288607Z test_reference_numerics_large_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6288819Z test_reference_numerics_large_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6289036Z test_reference_numerics_large_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6289254Z test_reference_numerics_large_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6289467Z test_reference_numerics_large_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6289703Z test_reference_numerics_large_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6289915Z test_reference_numerics_large_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6290125Z test_reference_numerics_large_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6290331Z test_reference_numerics_large_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6290549Z test_reference_numerics_large_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6290748Z test_reference_numerics_large_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6290964Z test_reference_numerics_large_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6291178Z test_reference_numerics_large_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6291388Z test_reference_numerics_large_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6291595Z test_reference_numerics_large_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6291802Z test_reference_numerics_large_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6292010Z test_reference_numerics_large_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6292218Z test_reference_numerics_large_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6292427Z test_reference_numerics_large_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6292636Z test_reference_numerics_large_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6292832Z test_reference_numerics_large_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6293167Z test_reference_numerics_large_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6293398Z test_reference_numerics_large_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6293611Z test_reference_numerics_large_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6293866Z test_reference_numerics_large_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Incorrect result! (0.001s) 2022-12-01T10:19:33.6294075Z test_reference_numerics_large_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6294284Z test_reference_numerics_large_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6294498Z test_reference_numerics_large_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6294708Z test_reference_numerics_large_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6294919Z test_reference_numerics_large_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6295115Z test_reference_numerics_large_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6295320Z test_reference_numerics_large_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6295565Z test_reference_numerics_large_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6295773Z test_reference_numerics_large_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6295989Z test_reference_numerics_large_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6296207Z test_reference_numerics_large_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6296424Z test_reference_numerics_large_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6296641Z test_reference_numerics_large_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6296857Z test_reference_numerics_large_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6297057Z test_reference_numerics_large_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6297269Z test_reference_numerics_large_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6297483Z test_reference_numerics_large_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6297707Z test_reference_numerics_large_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6297937Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6298168Z test_reference_numerics_large_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6298396Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6298623Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6298848Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6299070Z test_reference_numerics_large_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6299292Z test_reference_numerics_large_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6299532Z test_reference_numerics_large_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6299763Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6299990Z test_reference_numerics_large_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6300213Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6300438Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6300661Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6300886Z test_reference_numerics_large_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6301138Z test_reference_numerics_large_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6301364Z test_reference_numerics_large_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6301592Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6301804Z test_reference_numerics_large_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6302025Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6302252Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6302477Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6302700Z test_reference_numerics_large_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6302921Z test_reference_numerics_large_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6303146Z test_reference_numerics_large_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6303372Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6303598Z test_reference_numerics_large_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6303823Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6304043Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6304251Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6304474Z test_reference_numerics_large_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6304694Z test_reference_numerics_large_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6304939Z test_reference_numerics_large_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6305153Z test_reference_numerics_large_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6305368Z test_reference_numerics_large_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6305581Z test_reference_numerics_large_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6305791Z test_reference_numerics_large_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6306001Z test_reference_numerics_large_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6306207Z test_reference_numerics_large_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6306405Z test_reference_numerics_large_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6306645Z test_reference_numerics_large_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6306858Z test_reference_numerics_large_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6307074Z test_reference_numerics_large_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6307288Z test_reference_numerics_large_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6307501Z test_reference_numerics_large_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6307715Z test_reference_numerics_large_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6307925Z test_reference_numerics_large_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6308137Z test_reference_numerics_large_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6308345Z test_reference_numerics_large_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6308576Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6308817Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6309059Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6309305Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6309548Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6309782Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6310012Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6310248Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6310479Z test_reference_numerics_large_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6310740Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6310981Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6311201Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6311437Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6311735Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6311969Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6312203Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6312464Z test_reference_numerics_large_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6312696Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6312930Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6313163Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6313391Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6313626Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6313843Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6314073Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6314301Z test_reference_numerics_large_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6314530Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6314762Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6314995Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6315225Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6315450Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6315679Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6315903Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6316113Z test_reference_numerics_large_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6316343Z test_reference_numerics_large_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6316548Z test_reference_numerics_large_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6316757Z test_reference_numerics_large_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6316963Z test_reference_numerics_large_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6317167Z test_reference_numerics_large_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6317369Z test_reference_numerics_large_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6317571Z test_reference_numerics_large_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6317769Z test_reference_numerics_large_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6317992Z test_reference_numerics_large_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6318178Z test_reference_numerics_large_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6318380Z test_reference_numerics_large_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6318580Z test_reference_numerics_large_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6318788Z test_reference_numerics_large_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6318990Z test_reference_numerics_large_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6319196Z test_reference_numerics_large_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6319402Z test_reference_numerics_large_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6319609Z test_reference_numerics_large_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6319814Z test_reference_numerics_large_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6320007Z test_reference_numerics_large_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6320209Z test_reference_numerics_large_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6320410Z test_reference_numerics_large_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6320614Z test_reference_numerics_large_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6320817Z test_reference_numerics_large_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6321015Z test_reference_numerics_large_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6321218Z test_reference_numerics_large_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6321427Z test_reference_numerics_large_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6321632Z test_reference_numerics_large_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6321836Z test_reference_numerics_large_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6322048Z test_reference_numerics_large_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6322252Z test_reference_numerics_large_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6322456Z test_reference_numerics_large_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6322657Z test_reference_numerics_large_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6322858Z test_reference_numerics_large_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6323056Z test_reference_numerics_large_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6323263Z test_reference_numerics_large_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6323464Z test_reference_numerics_large_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6323700Z test_reference_numerics_large_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6323897Z test_reference_numerics_large_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6324102Z test_reference_numerics_large_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6324302Z test_reference_numerics_large_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6324503Z test_reference_numerics_large_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6324700Z test_reference_numerics_large_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6324898Z test_reference_numerics_large_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6325099Z test_reference_numerics_large_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6325301Z test_reference_numerics_large_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6325508Z test_reference_numerics_large_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6325712Z test_reference_numerics_large_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6325898Z test_reference_numerics_large_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6326100Z test_reference_numerics_large_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6326299Z test_reference_numerics_large_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6326496Z test_reference_numerics_large_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6326694Z test_reference_numerics_large_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6326894Z test_reference_numerics_large_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6327100Z test_reference_numerics_normal_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6327307Z test_reference_numerics_normal_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6327514Z test_reference_numerics_normal_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6327746Z test_reference_numerics_normal_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6327956Z test_reference_numerics_normal_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6328157Z test_reference_numerics_normal_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6328355Z test_reference_numerics_normal_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6328557Z test_reference_numerics_normal_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6328755Z test_reference_numerics_normal_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6328950Z test_reference_numerics_normal_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6329152Z test_reference_numerics_normal_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6329354Z test_reference_numerics_normal_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6329585Z test_reference_numerics_normal_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6329772Z test_reference_numerics_normal_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6329982Z test_reference_numerics_normal_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6330191Z test_reference_numerics_normal_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6330397Z test_reference_numerics_normal_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6330599Z test_reference_numerics_normal_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6330801Z test_reference_numerics_normal_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331001Z test_reference_numerics_normal_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331199Z test_reference_numerics_normal_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331399Z test_reference_numerics_normal_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331581Z test_reference_numerics_normal_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331790Z test_reference_numerics_normal_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6331995Z test_reference_numerics_normal_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6332209Z test_reference_numerics_normal_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6332419Z test_reference_numerics_normal_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6332628Z test_reference_numerics_normal_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6332834Z test_reference_numerics_normal_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6333181Z test_reference_numerics_normal_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6333427Z test_reference_numerics_normal_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6333677Z test_reference_numerics_normal_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6333866Z test_reference_numerics_normal_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6334064Z test_reference_numerics_normal_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6334274Z test_reference_numerics_normal_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6334483Z test_reference_numerics_normal_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6334697Z test_reference_numerics_normal_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6334909Z test_reference_numerics_normal_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6335120Z test_reference_numerics_normal_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6335358Z test_reference_numerics_normal_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6335566Z test_reference_numerics_normal_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6335771Z test_reference_numerics_normal_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6335958Z test_reference_numerics_normal_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6336157Z test_reference_numerics_normal_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6336364Z test_reference_numerics_normal_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6336567Z test_reference_numerics_normal_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6336778Z test_reference_numerics_normal_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6336983Z test_reference_numerics_normal_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6337209Z test_reference_numerics_normal_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6337417Z test_reference_numerics_normal_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6337620Z test_reference_numerics_normal_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6337809Z test_reference_numerics_normal_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6338013Z test_reference_numerics_normal_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6338211Z test_reference_numerics_normal_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6338405Z test_reference_numerics_normal_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6338606Z test_reference_numerics_normal_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6338800Z test_reference_numerics_normal_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6339006Z test_reference_numerics_normal_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6339210Z test_reference_numerics_normal_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6339440Z test_reference_numerics_normal_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6339643Z test_reference_numerics_normal_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6339835Z test_reference_numerics_normal_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6340041Z test_reference_numerics_normal_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6340245Z test_reference_numerics_normal_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6340445Z test_reference_numerics_normal_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6340643Z test_reference_numerics_normal_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6340849Z test_reference_numerics_normal_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6341088Z test_reference_numerics_normal_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6341297Z test_reference_numerics_normal_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6341499Z test_reference_numerics_normal_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6341695Z test_reference_numerics_normal_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6341903Z test_reference_numerics_normal_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6342107Z test_reference_numerics_normal_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6342309Z test_reference_numerics_normal_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6342512Z test_reference_numerics_normal_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6342708Z test_reference_numerics_normal_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6342903Z test_reference_numerics_normal_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6343106Z test_reference_numerics_normal_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6343301Z test_reference_numerics_normal_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6343507Z test_reference_numerics_normal_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6343700Z test_reference_numerics_normal_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6343914Z test_reference_numerics_normal_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6344123Z test_reference_numerics_normal_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6344329Z test_reference_numerics_normal_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6344533Z test_reference_numerics_normal_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6344739Z test_reference_numerics_normal_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6344938Z test_reference_numerics_normal_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6345162Z test_reference_numerics_normal_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6345364Z test_reference_numerics_normal_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6345546Z test_reference_numerics_normal_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6345754Z test_reference_numerics_normal_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6345967Z test_reference_numerics_normal_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6346176Z test_reference_numerics_normal_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6346384Z test_reference_numerics_normal_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6346595Z test_reference_numerics_normal_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6346835Z test_reference_numerics_normal_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6347041Z test_reference_numerics_normal_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6347246Z test_reference_numerics_normal_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6347447Z test_reference_numerics_normal_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6347636Z test_reference_numerics_normal_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6347836Z test_reference_numerics_normal_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6348039Z test_reference_numerics_normal_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6348243Z test_reference_numerics_normal_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6348442Z test_reference_numerics_normal_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6348647Z test_reference_numerics_normal_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6348852Z test_reference_numerics_normal_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6349059Z test_reference_numerics_normal_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6349270Z test_reference_numerics_normal_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6349468Z test_reference_numerics_normal_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6349674Z test_reference_numerics_normal_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6349873Z test_reference_numerics_normal_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6350071Z test_reference_numerics_normal_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6350270Z test_reference_numerics_normal_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6350464Z test_reference_numerics_normal_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6350660Z test_reference_numerics_normal_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6350886Z test_reference_numerics_normal_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6351084Z test_reference_numerics_normal_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6351299Z test_reference_numerics_normal_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6351561Z test_reference_numerics_normal_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6351782Z test_reference_numerics_normal_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6352003Z test_reference_numerics_normal_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6352224Z test_reference_numerics_normal_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6352441Z test_reference_numerics_normal_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6352686Z test_reference_numerics_normal_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6352901Z test_reference_numerics_normal_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6353116Z test_reference_numerics_normal_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6353328Z test_reference_numerics_normal_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6353539Z test_reference_numerics_normal_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6353740Z test_reference_numerics_normal_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6353949Z test_reference_numerics_normal_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6354153Z test_reference_numerics_normal_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6354356Z test_reference_numerics_normal_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6354566Z test_reference_numerics_normal_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6354774Z test_reference_numerics_normal_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6354979Z test_reference_numerics_normal_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6355184Z test_reference_numerics_normal_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6355388Z test_reference_numerics_normal_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6355588Z test_reference_numerics_normal_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6355770Z test_reference_numerics_normal_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6355969Z test_reference_numerics_normal_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6356173Z test_reference_numerics_normal_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6356376Z test_reference_numerics_normal_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6356601Z test_reference_numerics_normal_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6356812Z test_reference_numerics_normal_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6357020Z test_reference_numerics_normal_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6357226Z test_reference_numerics_normal_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6357425Z test_reference_numerics_normal_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6357612Z test_reference_numerics_normal_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6357809Z test_reference_numerics_normal_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6358006Z test_reference_numerics_normal_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6358263Z test_reference_numerics_normal_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6358459Z test_reference_numerics_normal_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6358670Z test_reference_numerics_normal_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6358877Z test_reference_numerics_normal_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6359087Z test_reference_numerics_normal_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6359296Z test_reference_numerics_normal_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6359508Z test_reference_numerics_normal_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6359704Z test_reference_numerics_normal_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6359909Z test_reference_numerics_normal_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6360116Z test_reference_numerics_normal_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6360323Z test_reference_numerics_normal_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6360529Z test_reference_numerics_normal_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6360740Z test_reference_numerics_normal_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6360947Z test_reference_numerics_normal_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6361157Z test_reference_numerics_normal_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6361368Z test_reference_numerics_normal_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6361559Z test_reference_numerics_normal_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6361767Z test_reference_numerics_normal_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6361973Z test_reference_numerics_normal_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6362181Z test_reference_numerics_normal_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6362414Z test_reference_numerics_normal_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6362622Z test_reference_numerics_normal_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6362827Z test_reference_numerics_normal_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6363032Z test_reference_numerics_normal_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6363233Z test_reference_numerics_normal_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6363438Z test_reference_numerics_normal_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6363621Z test_reference_numerics_normal_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6363820Z test_reference_numerics_normal_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6364045Z test_reference_numerics_normal_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6364249Z test_reference_numerics_normal_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6364454Z test_reference_numerics_normal_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6364657Z test_reference_numerics_normal_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6364860Z test_reference_numerics_normal_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6365058Z test_reference_numerics_normal_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6365262Z test_reference_numerics_normal_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6365447Z test_reference_numerics_normal_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6365641Z test_reference_numerics_normal_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6365840Z test_reference_numerics_normal_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6366036Z test_reference_numerics_normal_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6366244Z test_reference_numerics_normal_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6366451Z test_reference_numerics_normal_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6366660Z test_reference_numerics_normal_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6366872Z test_reference_numerics_normal_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6367077Z test_reference_numerics_normal_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6367278Z test_reference_numerics_normal_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6367461Z test_reference_numerics_normal_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6367667Z test_reference_numerics_normal_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6367868Z test_reference_numerics_normal_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6368113Z test_reference_numerics_normal_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6368317Z test_reference_numerics_normal_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6368520Z test_reference_numerics_normal_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6368721Z test_reference_numerics_normal_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6368916Z test_reference_numerics_normal_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6369116Z test_reference_numerics_normal_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6369311Z test_reference_numerics_normal_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6369493Z test_reference_numerics_normal_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6369718Z test_reference_numerics_normal_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6369914Z test_reference_numerics_normal_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6370114Z test_reference_numerics_normal_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6370315Z test_reference_numerics_normal_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6370523Z test_reference_numerics_normal_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6370730Z test_reference_numerics_normal_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6370938Z test_reference_numerics_normal_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6371141Z test_reference_numerics_normal_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6371329Z test_reference_numerics_normal_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6371526Z test_reference_numerics_normal_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6371721Z test_reference_numerics_normal_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6371924Z test_reference_numerics_normal_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6372125Z test_reference_numerics_normal_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6372334Z test_reference_numerics_normal_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6372541Z test_reference_numerics_normal_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6372747Z test_reference_numerics_normal_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6372953Z test_reference_numerics_normal_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6373354Z test_reference_numerics_normal_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6373543Z test_reference_numerics_normal_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6373740Z test_reference_numerics_normal_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6373993Z test_reference_numerics_normal_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6374194Z test_reference_numerics_normal_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6374401Z test_reference_numerics_normal_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6374604Z test_reference_numerics_normal_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6374816Z test_reference_numerics_normal_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6375027Z test_reference_numerics_normal_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6375235Z test_reference_numerics_normal_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6375427Z test_reference_numerics_normal_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6375659Z test_reference_numerics_normal_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6375856Z test_reference_numerics_normal_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6376061Z test_reference_numerics_normal_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6376259Z test_reference_numerics_normal_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6376456Z test_reference_numerics_normal_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6376660Z test_reference_numerics_normal_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6376860Z test_reference_numerics_normal_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6377073Z test_reference_numerics_normal_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6377281Z test_reference_numerics_normal_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6377473Z test_reference_numerics_normal_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6377678Z test_reference_numerics_normal_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6377881Z test_reference_numerics_normal_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6378078Z test_reference_numerics_normal_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6378284Z test_reference_numerics_normal_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6378487Z test_reference_numerics_normal_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6378694Z test_reference_numerics_normal_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6378898Z test_reference_numerics_normal_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6379099Z test_reference_numerics_normal_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6379282Z test_reference_numerics_normal_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6379493Z test_reference_numerics_normal_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6379732Z test_reference_numerics_normal_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6379942Z test_reference_numerics_normal_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6380147Z test_reference_numerics_normal_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6380352Z test_reference_numerics_normal_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6380553Z test_reference_numerics_normal_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6380759Z test_reference_numerics_normal_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6380959Z test_reference_numerics_normal_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6381161Z test_reference_numerics_normal_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6381374Z test_reference_numerics_normal_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6381574Z test_reference_numerics_normal_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6381774Z test_reference_numerics_normal_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6381974Z test_reference_numerics_normal_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6382184Z test_reference_numerics_normal_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6382394Z test_reference_numerics_normal_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6382606Z test_reference_numerics_normal_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6382823Z test_reference_numerics_normal_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6383030Z test_reference_numerics_normal_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6383233Z test_reference_numerics_normal_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6383445Z test_reference_numerics_normal_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6383656Z test_reference_numerics_normal_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6383863Z test_reference_numerics_normal_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6384074Z test_reference_numerics_normal_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6384283Z test_reference_numerics_normal_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6384490Z test_reference_numerics_normal_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6384692Z test_reference_numerics_normal_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6384897Z test_reference_numerics_normal_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6385103Z test_reference_numerics_normal_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6385323Z test_reference_numerics_normal_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6385530Z test_reference_numerics_normal_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6385738Z test_reference_numerics_normal_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6385949Z test_reference_numerics_normal_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6386158Z test_reference_numerics_normal_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6386367Z test_reference_numerics_normal_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6386574Z test_reference_numerics_normal_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6386784Z test_reference_numerics_normal_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6386987Z test_reference_numerics_normal_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6387219Z test_reference_numerics_normal_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6387408Z test_reference_numerics_normal_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6387604Z test_reference_numerics_normal_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6387807Z test_reference_numerics_normal_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6388008Z test_reference_numerics_normal_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6388219Z test_reference_numerics_normal_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6388421Z test_reference_numerics_normal_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6388635Z test_reference_numerics_normal_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6388846Z test_reference_numerics_normal_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6389051Z test_reference_numerics_normal_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6389243Z test_reference_numerics_normal_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6389447Z test_reference_numerics_normal_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6389651Z test_reference_numerics_normal_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6389854Z test_reference_numerics_normal_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6390051Z test_reference_numerics_normal_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6390253Z test_reference_numerics_normal_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6390449Z test_reference_numerics_normal_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6390659Z test_reference_numerics_normal_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6390863Z test_reference_numerics_normal_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6391101Z test_reference_numerics_normal_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6391297Z test_reference_numerics_normal_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6391567Z test_reference_numerics_normal_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6391779Z test_reference_numerics_normal_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6391990Z test_reference_numerics_normal_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6392197Z test_reference_numerics_normal_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6392406Z test_reference_numerics_normal_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6392614Z test_reference_numerics_normal_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6392864Z test_reference_numerics_normal_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6393072Z test_reference_numerics_normal_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6393269Z test_reference_numerics_normal_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6393476Z test_reference_numerics_normal_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6393681Z test_reference_numerics_normal_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6393890Z test_reference_numerics_normal_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6394095Z test_reference_numerics_normal_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6394304Z test_reference_numerics_normal_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6394509Z test_reference_numerics_normal_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6394717Z test_reference_numerics_normal_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6394928Z test_reference_numerics_normal_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6395133Z test_reference_numerics_normal_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6395330Z test_reference_numerics_normal_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6395543Z test_reference_numerics_normal_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6395754Z test_reference_numerics_normal_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6395964Z test_reference_numerics_normal_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6396171Z test_reference_numerics_normal_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6396378Z test_reference_numerics_normal_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6396583Z test_reference_numerics_normal_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6396782Z test_reference_numerics_normal_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6397008Z test_reference_numerics_normal_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6397216Z test_reference_numerics_normal_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6397400Z test_reference_numerics_normal_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6397621Z test_reference_numerics_normal_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6397829Z test_reference_numerics_normal_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6398051Z test_reference_numerics_normal_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6398274Z test_reference_numerics_normal_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6398491Z test_reference_numerics_normal_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6398741Z test_reference_numerics_normal_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6398959Z test_reference_numerics_normal_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6399175Z test_reference_numerics_normal_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6399386Z test_reference_numerics_normal_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6399586Z test_reference_numerics_normal_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6399800Z test_reference_numerics_normal_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6400016Z test_reference_numerics_normal_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6400229Z test_reference_numerics_normal_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6400434Z test_reference_numerics_normal_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6400641Z test_reference_numerics_normal_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6400851Z test_reference_numerics_normal_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6401055Z test_reference_numerics_normal_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6401264Z test_reference_numerics_normal_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6401450Z test_reference_numerics_normal_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6401653Z test_reference_numerics_normal_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6401850Z test_reference_numerics_normal_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6402056Z test_reference_numerics_normal_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6402261Z test_reference_numerics_normal_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6402471Z test_reference_numerics_normal_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6402714Z test_reference_numerics_normal_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6402924Z test_reference_numerics_normal_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6403128Z test_reference_numerics_normal_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6403335Z test_reference_numerics_normal_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6403520Z test_reference_numerics_normal_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6403714Z test_reference_numerics_normal_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6403912Z test_reference_numerics_normal_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6404113Z test_reference_numerics_normal_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6404352Z test_reference_numerics_normal_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6404558Z test_reference_numerics_normal_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6404765Z test_reference_numerics_normal_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6404970Z test_reference_numerics_normal_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6405174Z test_reference_numerics_normal_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6405373Z test_reference_numerics_normal_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6405559Z test_reference_numerics_normal_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6405764Z test_reference_numerics_normal_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6405960Z test_reference_numerics_normal_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6406167Z test_reference_numerics_normal_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6406371Z test_reference_numerics_normal_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6406581Z test_reference_numerics_normal_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6406790Z test_reference_numerics_normal_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6406998Z test_reference_numerics_normal_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6407200Z test_reference_numerics_normal_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6407389Z test_reference_numerics_normal_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6407588Z test_reference_numerics_normal_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6407783Z test_reference_numerics_normal_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6407985Z test_reference_numerics_normal_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6408184Z test_reference_numerics_normal_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6408430Z test_reference_numerics_normal_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6408633Z test_reference_numerics_normal_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6408842Z test_reference_numerics_normal_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6409052Z test_reference_numerics_normal_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6409255Z test_reference_numerics_normal_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6409440Z test_reference_numerics_normal_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6409640Z test_reference_numerics_normal_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6409839Z test_reference_numerics_normal_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6410061Z test_reference_numerics_normal_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6410264Z test_reference_numerics_normal_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6410468Z test_reference_numerics_normal_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6410686Z test_reference_numerics_normal_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6410897Z test_reference_numerics_normal_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6411116Z test_reference_numerics_normal_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6411321Z test_reference_numerics_normal_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6411536Z test_reference_numerics_normal_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6411748Z test_reference_numerics_normal_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6411958Z test_reference_numerics_normal_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6412168Z test_reference_numerics_normal_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6412380Z test_reference_numerics_normal_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6412590Z test_reference_numerics_normal_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6412799Z test_reference_numerics_normal_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6413137Z test_reference_numerics_normal_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6413380Z test_reference_numerics_normal_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6413574Z test_reference_numerics_normal_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6413782Z test_reference_numerics_normal_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6413988Z test_reference_numerics_normal_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6414240Z test_reference_numerics_normal_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6414445Z test_reference_numerics_normal_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6414646Z test_reference_numerics_normal_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6414852Z test_reference_numerics_normal_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6415053Z test_reference_numerics_normal_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6415279Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6415502Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6415715Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6415972Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6416192Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6416406Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6416624Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6416838Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6417059Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6417284Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6417505Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6417727Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6417932Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6418144Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6418364Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6418581Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6418804Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6419024Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6419245Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6419465Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6419680Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6419920Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6420125Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6420336Z test_reference_numerics_normal_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6420548Z test_reference_numerics_normal_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6420755Z test_reference_numerics_normal_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6420965Z test_reference_numerics_normal_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6421178Z test_reference_numerics_normal_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6421383Z test_reference_numerics_normal_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6421620Z test_reference_numerics_normal_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6421830Z test_reference_numerics_normal_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6422037Z test_reference_numerics_normal_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6422239Z test_reference_numerics_normal_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6422448Z test_reference_numerics_normal_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6422658Z test_reference_numerics_normal_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6422868Z test_reference_numerics_normal_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6423076Z test_reference_numerics_normal_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6423284Z test_reference_numerics_normal_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6423495Z test_reference_numerics_normal_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6423699Z test_reference_numerics_normal_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6423897Z test_reference_numerics_normal_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6424104Z test_reference_numerics_normal_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6424292Z test_reference_numerics_normal_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6424489Z test_reference_numerics_normal_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6424692Z test_reference_numerics_normal_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6424895Z test_reference_numerics_normal_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6425113Z test_reference_numerics_normal_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6425333Z test_reference_numerics_normal_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6425573Z test_reference_numerics_normal_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6425785Z test_reference_numerics_normal_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6426003Z test_reference_numerics_normal_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6426216Z test_reference_numerics_normal_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6426430Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6426661Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6426896Z test_reference_numerics_normal_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6427156Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6427385Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6427612Z test_reference_numerics_normal_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6427833Z test_reference_numerics_normal_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6428051Z test_reference_numerics_normal_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6428278Z test_reference_numerics_normal_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6428499Z test_reference_numerics_normal_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6428704Z test_reference_numerics_normal_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6428921Z test_reference_numerics_normal_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6429137Z test_reference_numerics_normal_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6429352Z test_reference_numerics_normal_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6429570Z test_reference_numerics_normal_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6429788Z test_reference_numerics_normal_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6430008Z test_reference_numerics_normal_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6430225Z test_reference_numerics_normal_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6430440Z test_reference_numerics_normal_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6430658Z test_reference_numerics_normal_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6430860Z test_reference_numerics_normal_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6431106Z test_reference_numerics_normal_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6431339Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6431623Z test_reference_numerics_normal_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6431846Z test_reference_numerics_normal_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6432062Z test_reference_numerics_normal_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6432275Z test_reference_numerics_normal_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6432504Z test_reference_numerics_normal_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6432731Z test_reference_numerics_normal_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6432994Z test_reference_numerics_normal_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6433226Z test_reference_numerics_normal_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6433440Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6433667Z test_reference_numerics_normal_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6433891Z test_reference_numerics_normal_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6434116Z test_reference_numerics_normal_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6434341Z test_reference_numerics_normal_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6434563Z test_reference_numerics_normal_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6434779Z test_reference_numerics_normal_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6434994Z test_reference_numerics_normal_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6435216Z test_reference_numerics_normal_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6435433Z test_reference_numerics_normal_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6435650Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6435873Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6436093Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6436318Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6436538Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6436795Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6437022Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6437247Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6437469Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6437690Z test_reference_numerics_normal_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6437905Z test_reference_numerics_normal_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6438134Z test_reference_numerics_normal_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6438395Z test_reference_numerics_normal_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6438619Z test_reference_numerics_normal_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6438842Z test_reference_numerics_normal_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6439064Z test_reference_numerics_normal_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6439286Z test_reference_numerics_normal_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6439512Z test_reference_numerics_normal_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6439741Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6439968Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6440192Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6440405Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6440626Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6440852Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6441073Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6441297Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6441519Z test_reference_numerics_normal_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6441746Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6441969Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6442193Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6442444Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6442653Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6442873Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6443098Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6443328Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6443549Z test_reference_numerics_normal_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6443778Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6444028Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6444256Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6444480Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6444698Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6444918Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6445125Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6445349Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6445574Z test_reference_numerics_normal_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6445802Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6446025Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6446250Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6446473Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6446694Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6446917Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6447137Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6447345Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6447564Z test_reference_numerics_normal_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6447789Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6448095Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6448322Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6448549Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6448768Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6448989Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6449209Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6449432Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6449683Z test_reference_numerics_normal_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6449885Z test_reference_numerics_normal_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6450104Z test_reference_numerics_normal_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6450319Z test_reference_numerics_normal_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6450536Z test_reference_numerics_normal_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6450750Z test_reference_numerics_normal_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6450970Z test_reference_numerics_normal_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6451184Z test_reference_numerics_normal_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6451395Z test_reference_numerics_normal_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6451605Z test_reference_numerics_normal_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6451799Z test_reference_numerics_normal_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6452008Z test_reference_numerics_normal_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6452218Z test_reference_numerics_normal_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6452432Z test_reference_numerics_normal_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6452643Z test_reference_numerics_normal_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6452851Z test_reference_numerics_normal_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6453227Z test_reference_numerics_normal_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6453452Z test_reference_numerics_normal_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6453659Z test_reference_numerics_normal_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6453921Z test_reference_numerics_normal_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6454116Z test_reference_numerics_normal_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6454326Z test_reference_numerics_normal_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6454538Z test_reference_numerics_normal_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6454744Z test_reference_numerics_normal_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6454951Z test_reference_numerics_normal_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6455164Z test_reference_numerics_normal_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6455377Z test_reference_numerics_normal_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6455589Z test_reference_numerics_normal_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6455831Z test_reference_numerics_normal_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6456037Z test_reference_numerics_normal_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6456225Z test_reference_numerics_normal_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6456433Z test_reference_numerics_normal_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6456633Z test_reference_numerics_normal_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6456834Z test_reference_numerics_normal_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6457038Z test_reference_numerics_normal_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6457253Z test_reference_numerics_normal_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6457475Z test_reference_numerics_normal_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6457689Z test_reference_numerics_normal_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6457907Z test_reference_numerics_normal_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6458115Z test_reference_numerics_normal_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6458331Z test_reference_numerics_normal_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6458544Z test_reference_numerics_normal_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6458755Z test_reference_numerics_normal_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6458968Z test_reference_numerics_normal_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6459178Z test_reference_numerics_normal_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6459388Z test_reference_numerics_normal_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6459598Z test_reference_numerics_normal_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6459844Z test_reference_numerics_normal_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6460055Z test_reference_numerics_normal_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6460252Z test_reference_numerics_normal_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6460460Z test_reference_numerics_normal_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6460664Z test_reference_numerics_normal_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6460863Z test_reference_numerics_normal_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6461060Z test_reference_numerics_normal_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6461270Z test_reference_numerics_normal_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6461497Z test_reference_numerics_normal_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6461717Z test_reference_numerics_normal_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6461934Z test_reference_numerics_normal_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6462150Z test_reference_numerics_normal_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6462358Z test_reference_numerics_normal_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6462576Z test_reference_numerics_normal_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6462796Z test_reference_numerics_normal_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6463019Z test_reference_numerics_normal_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6463243Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6463461Z test_reference_numerics_normal_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6463668Z test_reference_numerics_normal_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6463870Z test_reference_numerics_normal_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6464080Z test_reference_numerics_normal_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6464298Z test_reference_numerics_normal_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6464493Z test_reference_numerics_normal_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6464701Z test_reference_numerics_normal_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6464906Z test_reference_numerics_normal_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6465106Z test_reference_numerics_normal_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6465303Z test_reference_numerics_normal_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6465534Z test_reference_numerics_normal_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6465740Z test_reference_numerics_normal_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6465944Z test_reference_numerics_normal_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6466143Z test_reference_numerics_normal_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6466340Z test_reference_numerics_normal_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6466549Z test_reference_numerics_normal_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6466757Z test_reference_numerics_normal_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6466960Z test_reference_numerics_normal_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6467187Z test_reference_numerics_normal_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6467385Z test_reference_numerics_normal_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6467588Z test_reference_numerics_normal_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6467787Z test_reference_numerics_normal_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6467982Z test_reference_numerics_normal_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6468181Z test_reference_numerics_normal_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6468374Z test_reference_numerics_normal_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6468591Z test_reference_numerics_normal_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6468801Z test_reference_numerics_normal_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6469013Z test_reference_numerics_normal_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6469225Z test_reference_numerics_normal_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6469433Z test_reference_numerics_normal_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6469641Z test_reference_numerics_normal_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6469849Z test_reference_numerics_normal_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6470058Z test_reference_numerics_normal_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6470248Z test_reference_numerics_normal_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6470455Z test_reference_numerics_normal_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6470661Z test_reference_numerics_normal_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6470867Z test_reference_numerics_normal_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6471069Z test_reference_numerics_normal_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6471304Z test_reference_numerics_normal_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6471577Z test_reference_numerics_normal_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6471778Z test_reference_numerics_normal_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6471984Z test_reference_numerics_normal_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6472184Z test_reference_numerics_normal_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6472366Z test_reference_numerics_normal_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6472569Z test_reference_numerics_normal_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6472773Z test_reference_numerics_normal_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6473016Z test_reference_numerics_normal_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6473224Z test_reference_numerics_normal_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6473432Z test_reference_numerics_normal_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6473642Z test_reference_numerics_normal_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6473851Z test_reference_numerics_normal_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6474059Z test_reference_numerics_normal_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6474263Z test_reference_numerics_normal_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6474458Z test_reference_numerics_normal_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6474664Z test_reference_numerics_normal_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6474868Z test_reference_numerics_normal_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6475072Z test_reference_numerics_normal_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6475272Z test_reference_numerics_normal_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6475483Z test_reference_numerics_normal_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6475688Z test_reference_numerics_normal_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6475895Z test_reference_numerics_normal_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6476096Z test_reference_numerics_normal_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6476282Z test_reference_numerics_normal_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6476480Z test_reference_numerics_normal_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6476674Z test_reference_numerics_normal_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6476909Z test_reference_numerics_normal_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6477113Z test_reference_numerics_normal_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6477320Z test_reference_numerics_normal_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6477519Z test_reference_numerics_normal_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6477729Z test_reference_numerics_normal_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6477936Z test_reference_numerics_normal_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6478141Z test_reference_numerics_normal_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6478332Z test_reference_numerics_normal_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6478535Z test_reference_numerics_normal_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6478765Z test_reference_numerics_normal_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6478962Z test_reference_numerics_normal_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6479164Z test_reference_numerics_normal_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6479361Z test_reference_numerics_normal_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6479568Z test_reference_numerics_normal_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6479774Z test_reference_numerics_normal_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6479984Z test_reference_numerics_normal_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6480182Z test_reference_numerics_normal_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6480387Z test_reference_numerics_normal_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6480590Z test_reference_numerics_normal_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6480792Z test_reference_numerics_normal_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6480988Z test_reference_numerics_normal_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6481183Z test_reference_numerics_normal_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6481383Z test_reference_numerics_normal_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6481584Z test_reference_numerics_normal_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6481798Z test_reference_numerics_normal_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6482015Z test_reference_numerics_normal_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6482218Z test_reference_numerics_normal_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6482432Z test_reference_numerics_normal_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6482679Z test_reference_numerics_normal_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6482894Z test_reference_numerics_normal_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6483113Z test_reference_numerics_normal_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6483326Z test_reference_numerics_normal_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6483545Z test_reference_numerics_normal_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6483764Z test_reference_numerics_normal_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6483980Z test_reference_numerics_normal_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6484195Z test_reference_numerics_normal_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6484424Z test_reference_numerics_normal_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6484640Z test_reference_numerics_normal_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6484856Z test_reference_numerics_normal_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6485074Z test_reference_numerics_normal_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6485299Z test_reference_numerics_normal_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6485520Z test_reference_numerics_normal_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6485738Z test_reference_numerics_normal_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6485952Z test_reference_numerics_normal_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6486165Z test_reference_numerics_normal_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6486379Z test_reference_numerics_normal_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6486579Z test_reference_numerics_normal_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6486791Z test_reference_numerics_normal_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6487009Z test_reference_numerics_normal_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6487230Z test_reference_numerics_normal_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6487444Z test_reference_numerics_normal_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6487658Z test_reference_numerics_normal_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6487872Z test_reference_numerics_normal_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6488085Z test_reference_numerics_normal_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6488338Z test_reference_numerics_normal_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6488554Z test_reference_numerics_normal_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6488756Z test_reference_numerics_normal_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6488974Z test_reference_numerics_normal_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6489187Z test_reference_numerics_normal_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6489401Z test_reference_numerics_normal_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6489618Z test_reference_numerics_normal_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6489834Z test_reference_numerics_normal_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6490080Z test_reference_numerics_normal_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6490293Z test_reference_numerics_normal_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6490511Z test_reference_numerics_normal_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6490722Z test_reference_numerics_normal_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6490923Z test_reference_numerics_normal_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6491139Z test_reference_numerics_normal_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6491350Z test_reference_numerics_normal_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6491564Z test_reference_numerics_normal_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6491770Z test_reference_numerics_normal_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6491979Z test_reference_numerics_normal_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6492183Z test_reference_numerics_normal_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6492391Z test_reference_numerics_normal_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6492606Z test_reference_numerics_normal_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6492822Z test_reference_numerics_normal_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6493151Z test_reference_numerics_normal_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6493396Z test_reference_numerics_normal_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6493608Z test_reference_numerics_normal_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6493819Z test_reference_numerics_normal_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6494026Z test_reference_numerics_normal_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6494291Z test_reference_numerics_normal_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6494507Z test_reference_numerics_normal_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6494724Z test_reference_numerics_normal_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6494936Z test_reference_numerics_normal_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6495146Z test_reference_numerics_normal_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6495342Z test_reference_numerics_normal_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6495551Z test_reference_numerics_normal_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6495762Z test_reference_numerics_normal_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6496010Z test_reference_numerics_normal_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6496219Z test_reference_numerics_normal_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6496434Z test_reference_numerics_normal_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6496646Z test_reference_numerics_normal_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6496853Z test_reference_numerics_normal_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6497062Z test_reference_numerics_normal_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6497272Z test_reference_numerics_normal_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6497464Z test_reference_numerics_normal_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6497669Z test_reference_numerics_normal_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6497876Z test_reference_numerics_normal_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6498088Z test_reference_numerics_normal_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6498299Z test_reference_numerics_normal_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6498510Z test_reference_numerics_normal_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6498722Z test_reference_numerics_normal_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6498927Z test_reference_numerics_normal_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6499134Z test_reference_numerics_normal_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6499327Z test_reference_numerics_normal_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6499542Z test_reference_numerics_normal_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6499791Z test_reference_numerics_normal_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6500011Z test_reference_numerics_normal_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6500230Z test_reference_numerics_normal_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6500446Z test_reference_numerics_normal_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6500659Z test_reference_numerics_normal_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6500878Z test_reference_numerics_normal_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6501092Z test_reference_numerics_normal_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6501325Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6501571Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6501802Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6502027Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6502253Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6502480Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6502706Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6502929Z test_reference_numerics_normal_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6503158Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6503386Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6503610Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6503829Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6504041Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6504261Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6504485Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6504705Z test_reference_numerics_normal_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6504930Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6505155Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6505413Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6505635Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6505860Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6506081Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6506303Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6506509Z test_reference_numerics_normal_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6506741Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6506968Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6507219Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6507440Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6507665Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6507886Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6508112Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6508336Z test_reference_numerics_normal_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6508554Z test_reference_numerics_normal_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6508752Z test_reference_numerics_normal_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6508965Z test_reference_numerics_normal_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6509177Z test_reference_numerics_normal_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6509390Z test_reference_numerics_normal_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6509604Z test_reference_numerics_normal_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6509815Z test_reference_numerics_normal_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6510022Z test_reference_numerics_normal_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6510228Z test_reference_numerics_normal_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6510439Z test_reference_numerics_normal_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6510657Z test_reference_numerics_normal_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6510857Z test_reference_numerics_normal_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6511098Z test_reference_numerics_normal_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6511311Z test_reference_numerics_normal_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6511584Z test_reference_numerics_normal_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6511798Z test_reference_numerics_normal_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6512005Z test_reference_numerics_normal_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6512250Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6512501Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6512772Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6513016Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6513258Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6513483Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6513717Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6513957Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6514201Z test_reference_numerics_normal_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6514433Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6514672Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6514905Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6515136Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6515372Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6515607Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6515837Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6516054Z test_reference_numerics_normal_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6516289Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6516523Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6516781Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6517013Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6517248Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6517478Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6517709Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6517942Z test_reference_numerics_normal_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6518169Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6518414Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6518645Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6518871Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6519099Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6519328Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6519552Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6519779Z test_reference_numerics_normal_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6519987Z test_reference_numerics_normal_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6520191Z test_reference_numerics_normal_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6520400Z test_reference_numerics_normal_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6520612Z test_reference_numerics_normal_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6520806Z test_reference_numerics_normal_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6521010Z test_reference_numerics_normal_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6521216Z test_reference_numerics_normal_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6521412Z test_reference_numerics_normal_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6521607Z test_reference_numerics_normal_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6521808Z test_reference_numerics_normal_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6522003Z test_reference_numerics_normal_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6522239Z test_reference_numerics_normal_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6522446Z test_reference_numerics_normal_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6522644Z test_reference_numerics_normal_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6522856Z test_reference_numerics_normal_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6523065Z test_reference_numerics_normal_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6523274Z test_reference_numerics_normal_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6523483Z test_reference_numerics_normal_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6523691Z test_reference_numerics_normal_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6523926Z test_reference_numerics_normal_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6524128Z test_reference_numerics_normal_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6524332Z test_reference_numerics_normal_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6524532Z test_reference_numerics_normal_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6524718Z test_reference_numerics_normal_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6524922Z test_reference_numerics_normal_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6525133Z test_reference_numerics_normal_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6525343Z test_reference_numerics_normal_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6525549Z test_reference_numerics_normal_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6525750Z test_reference_numerics_normal_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6525951Z test_reference_numerics_normal_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6526149Z test_reference_numerics_normal_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6526343Z test_reference_numerics_normal_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6526531Z test_reference_numerics_normal_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6526736Z test_reference_numerics_normal_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6526941Z test_reference_numerics_normal_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6527139Z test_reference_numerics_normal_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6527345Z test_reference_numerics_normal_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6527554Z test_reference_numerics_normal_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6527757Z test_reference_numerics_normal_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6527998Z test_reference_numerics_normal_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6528202Z test_reference_numerics_normal_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6528401Z test_reference_numerics_normal_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6528583Z test_reference_numerics_normal_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6528782Z test_reference_numerics_normal_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6528980Z test_reference_numerics_normal_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6529188Z test_reference_numerics_normal_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6529401Z test_reference_numerics_normal_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6529634Z test_reference_numerics_normal_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6529843Z test_reference_numerics_normal_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6530047Z test_reference_numerics_normal_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6530248Z test_reference_numerics_normal_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6530438Z test_reference_numerics_normal_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6530636Z test_reference_numerics_normal_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6530835Z test_reference_numerics_small_abs_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6531044Z test_reference_numerics_small_abs_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6531249Z test_reference_numerics_small_abs_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6531455Z test_reference_numerics_small_abs_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6531655Z test_reference_numerics_small_abs_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6531851Z test_reference_numerics_small_abs_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6532045Z test_reference_numerics_small_abs_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6532247Z test_reference_numerics_small_abs_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6532439Z test_reference_numerics_small_abs_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6532637Z test_reference_numerics_small_abs_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6532833Z test_reference_numerics_small_abs_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6533164Z test_reference_numerics_small_abs_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6533413Z test_reference_numerics_small_acos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6533619Z test_reference_numerics_small_acos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6533881Z test_reference_numerics_small_acos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6534089Z test_reference_numerics_small_acos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6534296Z test_reference_numerics_small_acos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6534483Z test_reference_numerics_small_acos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6534688Z test_reference_numerics_small_acos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6534884Z test_reference_numerics_small_acos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6535083Z test_reference_numerics_small_acos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6535283Z test_reference_numerics_small_acos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6535487Z test_reference_numerics_small_acos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6535758Z test_reference_numerics_small_acosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6535961Z test_reference_numerics_small_acosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6536169Z test_reference_numerics_small_acosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6536380Z test_reference_numerics_small_acosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6536570Z test_reference_numerics_small_acosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6536776Z test_reference_numerics_small_acosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6536979Z test_reference_numerics_small_acosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6537181Z test_reference_numerics_small_acosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6537376Z test_reference_numerics_small_acosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6537576Z test_reference_numerics_small_acosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6537772Z test_reference_numerics_small_acosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6537980Z test_reference_numerics_small_angle_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6538189Z test_reference_numerics_small_angle_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6538387Z test_reference_numerics_small_angle_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6538601Z test_reference_numerics_small_angle_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6538808Z test_reference_numerics_small_angle_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6539013Z test_reference_numerics_small_angle_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6539214Z test_reference_numerics_small_angle_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6539419Z test_reference_numerics_small_angle_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6539646Z test_reference_numerics_small_angle_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6539841Z test_reference_numerics_small_angle_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6540044Z test_reference_numerics_small_angle_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6540240Z test_reference_numerics_small_angle_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6540429Z test_reference_numerics_small_asin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6540630Z test_reference_numerics_small_asin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6540838Z test_reference_numerics_small_asin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6541048Z test_reference_numerics_small_asin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6541253Z test_reference_numerics_small_asin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6541479Z test_reference_numerics_small_asin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6541681Z test_reference_numerics_small_asin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6541879Z test_reference_numerics_small_asin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6542074Z test_reference_numerics_small_asin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6542259Z test_reference_numerics_small_asin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6542464Z test_reference_numerics_small_asin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6542670Z test_reference_numerics_small_asinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6542873Z test_reference_numerics_small_asinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6543077Z test_reference_numerics_small_asinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6543278Z test_reference_numerics_small_asinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6543482Z test_reference_numerics_small_asinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6543681Z test_reference_numerics_small_asinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6543884Z test_reference_numerics_small_asinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6544080Z test_reference_numerics_small_asinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6544264Z test_reference_numerics_small_asinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6544464Z test_reference_numerics_small_asinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6544662Z test_reference_numerics_small_asinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6544865Z test_reference_numerics_small_atan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6545067Z test_reference_numerics_small_atan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6545295Z test_reference_numerics_small_atan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6545498Z test_reference_numerics_small_atan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6545703Z test_reference_numerics_small_atan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6545905Z test_reference_numerics_small_atan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6546090Z test_reference_numerics_small_atan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6546287Z test_reference_numerics_small_atan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6546480Z test_reference_numerics_small_atan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6546680Z test_reference_numerics_small_atan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6546885Z test_reference_numerics_small_atan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6547114Z test_reference_numerics_small_atanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6547313Z test_reference_numerics_small_atanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6547514Z test_reference_numerics_small_atanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6547712Z test_reference_numerics_small_atanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6547915Z test_reference_numerics_small_atanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6548102Z test_reference_numerics_small_atanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6548303Z test_reference_numerics_small_atanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6548502Z test_reference_numerics_small_atanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6548697Z test_reference_numerics_small_atanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6548897Z test_reference_numerics_small_atanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6549092Z test_reference_numerics_small_atanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6549299Z test_reference_numerics_small_bitwise_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6549508Z test_reference_numerics_small_bitwise_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6549722Z test_reference_numerics_small_bitwise_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6549919Z test_reference_numerics_small_bitwise_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6550125Z test_reference_numerics_small_bitwise_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6550335Z test_reference_numerics_small_bitwise_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6550541Z test_reference_numerics_small_ceil_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6550748Z test_reference_numerics_small_ceil_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6550949Z test_reference_numerics_small_ceil_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6551175Z test_reference_numerics_small_ceil_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6551374Z test_reference_numerics_small_ceil_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6551632Z test_reference_numerics_small_ceil_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6551831Z test_reference_numerics_small_ceil_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6552019Z test_reference_numerics_small_ceil_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6552225Z test_reference_numerics_small_conj_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6552431Z test_reference_numerics_small_conj_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6552644Z test_reference_numerics_small_conj_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6552882Z test_reference_numerics_small_conj_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6553089Z test_reference_numerics_small_conj_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6553295Z test_reference_numerics_small_conj_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6553499Z test_reference_numerics_small_conj_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6553698Z test_reference_numerics_small_conj_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6553886Z test_reference_numerics_small_conj_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6554086Z test_reference_numerics_small_conj_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6554283Z test_reference_numerics_small_conj_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6554485Z test_reference_numerics_small_conj_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6554683Z test_reference_numerics_small_conj_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6554900Z test_reference_numerics_small_conj_physical_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6555113Z test_reference_numerics_small_conj_physical_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6555334Z test_reference_numerics_small_conj_physical_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6555552Z test_reference_numerics_small_conj_physical_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6555772Z test_reference_numerics_small_conj_physical_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6555973Z test_reference_numerics_small_conj_physical_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6556186Z test_reference_numerics_small_conj_physical_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6556394Z test_reference_numerics_small_conj_physical_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6556602Z test_reference_numerics_small_conj_physical_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6556842Z test_reference_numerics_small_conj_physical_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6557049Z test_reference_numerics_small_conj_physical_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6557263Z test_reference_numerics_small_conj_physical_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6557466Z test_reference_numerics_small_conj_physical_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6557670Z test_reference_numerics_small_cos_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6557869Z test_reference_numerics_small_cos_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6558063Z test_reference_numerics_small_cos_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6558269Z test_reference_numerics_small_cos_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6558500Z test_reference_numerics_small_cos_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6558702Z test_reference_numerics_small_cos_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6558901Z test_reference_numerics_small_cos_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6559101Z test_reference_numerics_small_cos_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6559300Z test_reference_numerics_small_cos_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6559504Z test_reference_numerics_small_cos_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6559706Z test_reference_numerics_small_cos_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6559899Z test_reference_numerics_small_cosh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6560099Z test_reference_numerics_small_cosh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6560308Z test_reference_numerics_small_cosh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6560517Z test_reference_numerics_small_cosh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6560722Z test_reference_numerics_small_cosh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6560922Z test_reference_numerics_small_cosh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6561125Z test_reference_numerics_small_cosh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6561322Z test_reference_numerics_small_cosh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6561520Z test_reference_numerics_small_cosh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6561718Z test_reference_numerics_small_cosh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6561907Z test_reference_numerics_small_cosh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6562119Z test_reference_numerics_small_deg2rad_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6562382Z test_reference_numerics_small_deg2rad_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6562651Z test_reference_numerics_small_deg2rad_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6562860Z test_reference_numerics_small_deg2rad_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6563072Z test_reference_numerics_small_deg2rad_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6563280Z test_reference_numerics_small_deg2rad_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6563482Z test_reference_numerics_small_deg2rad_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6563683Z test_reference_numerics_small_deg2rad_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6563888Z test_reference_numerics_small_deg2rad_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6564075Z test_reference_numerics_small_deg2rad_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6564287Z test_reference_numerics_small_digamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6564523Z test_reference_numerics_small_digamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6564732Z test_reference_numerics_small_digamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6564939Z test_reference_numerics_small_digamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6565147Z test_reference_numerics_small_digamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6565351Z test_reference_numerics_small_digamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6565550Z test_reference_numerics_small_digamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6565755Z test_reference_numerics_small_digamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6565943Z test_reference_numerics_small_digamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6566145Z test_reference_numerics_small_erf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6566347Z test_reference_numerics_small_erf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6566550Z test_reference_numerics_small_erf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6566749Z test_reference_numerics_small_erf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6566950Z test_reference_numerics_small_erf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6567151Z test_reference_numerics_small_erf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6567352Z test_reference_numerics_small_erf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6567553Z test_reference_numerics_small_erf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6567749Z test_reference_numerics_small_erf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6567942Z test_reference_numerics_small_erfc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6568141Z test_reference_numerics_small_erfc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6568391Z test_reference_numerics_small_erfc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6568591Z test_reference_numerics_small_erfc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6568793Z test_reference_numerics_small_erfc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6568991Z test_reference_numerics_small_erfc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6569184Z test_reference_numerics_small_erfc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6569380Z test_reference_numerics_small_erfc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6569586Z test_reference_numerics_small_erfc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6569784Z test_reference_numerics_small_erfinv_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6569986Z test_reference_numerics_small_erfinv_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6570223Z test_reference_numerics_small_erfinv_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6570435Z test_reference_numerics_small_erfinv_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6570637Z test_reference_numerics_small_erfinv_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6570835Z test_reference_numerics_small_erfinv_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6571033Z test_reference_numerics_small_erfinv_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6571237Z test_reference_numerics_small_erfinv_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6571436Z test_reference_numerics_small_erfinv_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6571643Z test_reference_numerics_small_exp2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6571829Z test_reference_numerics_small_exp2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6572033Z test_reference_numerics_small_exp2_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6572235Z test_reference_numerics_small_exp2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6572434Z test_reference_numerics_small_exp2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6572638Z test_reference_numerics_small_exp2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6572835Z test_reference_numerics_small_exp2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6573219Z test_reference_numerics_small_exp2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6573426Z test_reference_numerics_small_exp2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6573628Z test_reference_numerics_small_exp2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6573813Z test_reference_numerics_small_exp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6574014Z test_reference_numerics_small_exp_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6574221Z test_reference_numerics_small_exp_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6574480Z test_reference_numerics_small_exp_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6574685Z test_reference_numerics_small_exp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6574888Z test_reference_numerics_small_exp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6575085Z test_reference_numerics_small_exp_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6575285Z test_reference_numerics_small_exp_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6575484Z test_reference_numerics_small_exp_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6575674Z test_reference_numerics_small_exp_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6575874Z test_reference_numerics_small_exp_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6576109Z test_reference_numerics_small_expm1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6576315Z test_reference_numerics_small_expm1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.004s) 2022-12-01T10:19:33.6576520Z test_reference_numerics_small_expm1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6576723Z test_reference_numerics_small_expm1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6576927Z test_reference_numerics_small_expm1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6577127Z test_reference_numerics_small_expm1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6577328Z test_reference_numerics_small_expm1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6577530Z test_reference_numerics_small_expm1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6577718Z test_reference_numerics_small_expm1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6577921Z test_reference_numerics_small_fill_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6578118Z test_reference_numerics_small_fill_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6578330Z test_reference_numerics_small_fill_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6578536Z test_reference_numerics_small_fill_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6578746Z test_reference_numerics_small_fill_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6578952Z test_reference_numerics_small_fill_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6579151Z test_reference_numerics_small_fill_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6579348Z test_reference_numerics_small_fill_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6579534Z test_reference_numerics_small_fill_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6579729Z test_reference_numerics_small_fill_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6579924Z test_reference_numerics_small_fill_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6580153Z test_reference_numerics_small_fill_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6580357Z test_reference_numerics_small_fill_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6580561Z test_reference_numerics_small_floor_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6580765Z test_reference_numerics_small_floor_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6580964Z test_reference_numerics_small_floor_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6581166Z test_reference_numerics_small_floor_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6581365Z test_reference_numerics_small_floor_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6581548Z test_reference_numerics_small_floor_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6581776Z test_reference_numerics_small_floor_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6581971Z test_reference_numerics_small_floor_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6582172Z test_reference_numerics_small_frac_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6582374Z test_reference_numerics_small_frac_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6582571Z test_reference_numerics_small_frac_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6582766Z test_reference_numerics_small_frac_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6582973Z test_reference_numerics_small_frexp_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6583182Z test_reference_numerics_small_frexp_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6583368Z test_reference_numerics_small_frexp_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6583568Z test_reference_numerics_small_frexp_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6583773Z test_reference_numerics_small_i0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6583970Z test_reference_numerics_small_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6584171Z test_reference_numerics_small_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6584369Z test_reference_numerics_small_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6584571Z test_reference_numerics_small_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6584770Z test_reference_numerics_small_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6584967Z test_reference_numerics_small_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6585164Z test_reference_numerics_small_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6585346Z test_reference_numerics_small_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6585555Z test_reference_numerics_small_imag_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6585792Z test_reference_numerics_small_imag_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6586001Z test_reference_numerics_small_imag_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6586208Z test_reference_numerics_small_isfinite_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6586413Z test_reference_numerics_small_isfinite_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6586627Z test_reference_numerics_small_isfinite_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6586839Z test_reference_numerics_small_isfinite_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6587050Z test_reference_numerics_small_isfinite_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6587262Z test_reference_numerics_small_isfinite_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6587486Z test_reference_numerics_small_isfinite_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6587694Z test_reference_numerics_small_isfinite_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6587902Z test_reference_numerics_small_isfinite_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6588107Z test_reference_numerics_small_isfinite_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6588312Z test_reference_numerics_small_isfinite_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6588517Z test_reference_numerics_small_isfinite_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6588727Z test_reference_numerics_small_isfinite_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6588932Z test_reference_numerics_small_isinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6589135Z test_reference_numerics_small_isinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6589331Z test_reference_numerics_small_isinf_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6589538Z test_reference_numerics_small_isinf_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6589744Z test_reference_numerics_small_isinf_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6589950Z test_reference_numerics_small_isinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6590154Z test_reference_numerics_small_isinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6590353Z test_reference_numerics_small_isinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6590553Z test_reference_numerics_small_isinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6590750Z test_reference_numerics_small_isinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6590945Z test_reference_numerics_small_isinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6591146Z test_reference_numerics_small_isinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6591327Z test_reference_numerics_small_isinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6591616Z test_reference_numerics_small_isnan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6591822Z test_reference_numerics_small_isnan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6592033Z test_reference_numerics_small_isnan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6592247Z test_reference_numerics_small_isnan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6592453Z test_reference_numerics_small_isnan_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6592654Z test_reference_numerics_small_isnan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6592851Z test_reference_numerics_small_isnan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6593057Z test_reference_numerics_small_isnan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6593272Z test_reference_numerics_small_isnan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6593469Z test_reference_numerics_small_isnan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6593670Z test_reference_numerics_small_isnan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6593867Z test_reference_numerics_small_isnan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6594075Z test_reference_numerics_small_isneginf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6594282Z test_reference_numerics_small_isneginf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6594493Z test_reference_numerics_small_isneginf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6594706Z test_reference_numerics_small_isneginf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6594913Z test_reference_numerics_small_isneginf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6595118Z test_reference_numerics_small_isneginf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6595311Z test_reference_numerics_small_isneginf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6595516Z test_reference_numerics_small_isneginf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6595722Z test_reference_numerics_small_isneginf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6595929Z test_reference_numerics_small_isneginf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6596140Z test_reference_numerics_small_isposinf_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6596347Z test_reference_numerics_small_isposinf_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6596555Z test_reference_numerics_small_isposinf_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6596761Z test_reference_numerics_small_isposinf_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6596968Z test_reference_numerics_small_isposinf_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6597188Z test_reference_numerics_small_isposinf_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6597395Z test_reference_numerics_small_isposinf_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6597600Z test_reference_numerics_small_isposinf_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6597807Z test_reference_numerics_small_isposinf_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6598012Z test_reference_numerics_small_isposinf_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6598221Z test_reference_numerics_small_isreal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6598426Z test_reference_numerics_small_isreal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6598638Z test_reference_numerics_small_isreal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6598846Z test_reference_numerics_small_isreal_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6599087Z test_reference_numerics_small_isreal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6599279Z test_reference_numerics_small_isreal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6599486Z test_reference_numerics_small_isreal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6599691Z test_reference_numerics_small_isreal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6599894Z test_reference_numerics_small_isreal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6600097Z test_reference_numerics_small_isreal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6600294Z test_reference_numerics_small_isreal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6600501Z test_reference_numerics_small_isreal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6600700Z test_reference_numerics_small_isreal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6600918Z test_reference_numerics_small_jiterator_unary_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6601133Z test_reference_numerics_small_jiterator_unary_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6601340Z test_reference_numerics_small_jiterator_unary_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6601558Z test_reference_numerics_small_jiterator_unary_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6601778Z test_reference_numerics_small_jiterator_unary_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6601995Z test_reference_numerics_small_jiterator_unary_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6602210Z test_reference_numerics_small_jiterator_unary_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6602421Z test_reference_numerics_small_jiterator_unary_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6602635Z test_reference_numerics_small_jiterator_unary_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6602844Z test_reference_numerics_small_jiterator_unary_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6603083Z test_reference_numerics_small_jiterator_unary_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6603292Z test_reference_numerics_small_jiterator_unary_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6603479Z test_reference_numerics_small_lgamma_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6603684Z test_reference_numerics_small_lgamma_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6603893Z test_reference_numerics_small_lgamma_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6604105Z test_reference_numerics_small_lgamma_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6604316Z test_reference_numerics_small_lgamma_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6604595Z test_reference_numerics_small_lgamma_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6604906Z test_reference_numerics_small_lgamma_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6605116Z test_reference_numerics_small_lgamma_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6605316Z test_reference_numerics_small_lgamma_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6605509Z test_reference_numerics_small_log10_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6605716Z test_reference_numerics_small_log10_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6605929Z test_reference_numerics_small_log10_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6606137Z test_reference_numerics_small_log10_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6606344Z test_reference_numerics_small_log10_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6606543Z test_reference_numerics_small_log10_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6606745Z test_reference_numerics_small_log10_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6606939Z test_reference_numerics_small_log10_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6607132Z test_reference_numerics_small_log10_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6607333Z test_reference_numerics_small_log10_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6607514Z test_reference_numerics_small_log10_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6607721Z test_reference_numerics_small_log1p_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6607925Z test_reference_numerics_small_log1p_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6608131Z test_reference_numerics_small_log1p_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6608335Z test_reference_numerics_small_log1p_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6608541Z test_reference_numerics_small_log1p_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6608788Z test_reference_numerics_small_log1p_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6608982Z test_reference_numerics_small_log1p_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6609183Z test_reference_numerics_small_log1p_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6609366Z test_reference_numerics_small_log1p_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6609569Z test_reference_numerics_small_log2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6609771Z test_reference_numerics_small_log2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6609978Z test_reference_numerics_small_log2_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6610185Z test_reference_numerics_small_log2_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6610391Z test_reference_numerics_small_log2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6610617Z test_reference_numerics_small_log2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6610818Z test_reference_numerics_small_log2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6611016Z test_reference_numerics_small_log2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6611213Z test_reference_numerics_small_log2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6611397Z test_reference_numerics_small_log2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6611598Z test_reference_numerics_small_log2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6611807Z test_reference_numerics_small_log_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6612013Z test_reference_numerics_small_log_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6612222Z test_reference_numerics_small_log_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6612429Z test_reference_numerics_small_log_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6612631Z test_reference_numerics_small_log_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6612827Z test_reference_numerics_small_log_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6613152Z test_reference_numerics_small_log_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6613382Z test_reference_numerics_small_log_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6613590Z test_reference_numerics_small_log_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6613793Z test_reference_numerics_small_log_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6613995Z test_reference_numerics_small_log_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6614211Z test_reference_numerics_small_logical_not_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6614420Z test_reference_numerics_small_logical_not_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6614637Z test_reference_numerics_small_logical_not_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6614900Z test_reference_numerics_small_logical_not_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6615113Z test_reference_numerics_small_logical_not_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6615324Z test_reference_numerics_small_logical_not_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6615516Z test_reference_numerics_small_logical_not_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6615778Z test_reference_numerics_small_logical_not_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6615988Z test_reference_numerics_small_logical_not_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6616195Z test_reference_numerics_small_logical_not_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6616405Z test_reference_numerics_small_logical_not_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6616654Z test_reference_numerics_small_logical_not_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6616860Z test_reference_numerics_small_logit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6617068Z test_reference_numerics_small_logit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6617274Z test_reference_numerics_small_logit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6617476Z test_reference_numerics_small_logit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6617670Z test_reference_numerics_small_logit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6617868Z test_reference_numerics_small_logit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6618065Z test_reference_numerics_small_logit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6618265Z test_reference_numerics_small_logit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6618461Z test_reference_numerics_small_logit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6618687Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6618908Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6619127Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6619346Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6619545Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6619755Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6619965Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6620187Z test_reference_numerics_small_mvlgamma_mvlgamma_p_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6620412Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6620667Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6620886Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6621101Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6621312Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6621522Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6621732Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6621941Z test_reference_numerics_small_mvlgamma_mvlgamma_p_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6622189Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6622412Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6622627Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6622843Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6623056Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6623270Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6623481Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:19:33.6623701Z test_reference_numerics_small_mvlgamma_mvlgamma_p_5_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6623912Z test_reference_numerics_small_nan_to_num_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6624104Z test_reference_numerics_small_nan_to_num_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6624313Z test_reference_numerics_small_nan_to_num_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6624521Z test_reference_numerics_small_nan_to_num_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6624734Z test_reference_numerics_small_nan_to_num_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6624943Z test_reference_numerics_small_nan_to_num_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6625148Z test_reference_numerics_small_nan_to_num_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6625351Z test_reference_numerics_small_nan_to_num_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6625561Z test_reference_numerics_small_nan_to_num_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6625763Z test_reference_numerics_small_nan_to_num_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6625955Z test_reference_numerics_small_neg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6626224Z test_reference_numerics_small_neg_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6626432Z test_reference_numerics_small_neg_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6626634Z test_reference_numerics_small_neg_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6626836Z test_reference_numerics_small_neg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6627035Z test_reference_numerics_small_neg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6627229Z test_reference_numerics_small_neg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6627428Z test_reference_numerics_small_neg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6627632Z test_reference_numerics_small_neg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6627858Z test_reference_numerics_small_neg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6628048Z test_reference_numerics_small_neg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6628248Z test_reference_numerics_small_neg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6628472Z test_reference_numerics_small_nn_functional_celu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6628693Z test_reference_numerics_small_nn_functional_celu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6628908Z test_reference_numerics_small_nn_functional_celu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6629124Z test_reference_numerics_small_nn_functional_elu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6629344Z test_reference_numerics_small_nn_functional_elu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6629561Z test_reference_numerics_small_nn_functional_elu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6629792Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6630020Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6630232Z test_reference_numerics_small_nn_functional_hardsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6630461Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6630689Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6630915Z test_reference_numerics_small_nn_functional_logsigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:19:33.6631134Z test_reference_numerics_small_nn_functional_mish_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6631349Z test_reference_numerics_small_nn_functional_mish_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6631626Z test_reference_numerics_small_nn_functional_prelu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6631879Z test_reference_numerics_small_nn_functional_prelu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6632095Z test_reference_numerics_small_nn_functional_prelu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6632310Z test_reference_numerics_small_nn_functional_relu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6632510Z test_reference_numerics_small_nn_functional_relu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6632723Z test_reference_numerics_small_nn_functional_relu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6632939Z test_reference_numerics_small_nn_functional_relu_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6633158Z test_reference_numerics_small_nn_functional_relu_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6633376Z test_reference_numerics_small_nn_functional_relu_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6633620Z test_reference_numerics_small_nn_functional_relu_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6633837Z test_reference_numerics_small_nn_functional_relu_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6634056Z test_reference_numerics_small_nn_functional_selu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6634275Z test_reference_numerics_small_nn_functional_selu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6634491Z test_reference_numerics_small_nn_functional_selu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6634723Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6634934Z test_reference_numerics_small_nn_functional_silu_complex_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6635151Z test_reference_numerics_small_nn_functional_silu_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6635365Z test_reference_numerics_small_nn_functional_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6635575Z test_reference_numerics_small_nn_functional_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6635797Z test_reference_numerics_small_nn_functional_softplus_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6636025Z test_reference_numerics_small_nn_functional_softplus_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6636249Z test_reference_numerics_small_nn_functional_softplus_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6636474Z test_reference_numerics_small_nn_functional_softsign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6636698Z test_reference_numerics_small_nn_functional_softsign_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6636925Z test_reference_numerics_small_nn_functional_softsign_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6637132Z test_reference_numerics_small_nn_functional_softsign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6637381Z test_reference_numerics_small_nn_functional_softsign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6637603Z test_reference_numerics_small_nn_functional_softsign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6637826Z test_reference_numerics_small_nn_functional_softsign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6638040Z test_reference_numerics_small_nn_functional_softsign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6638263Z test_reference_numerics_small_nn_functional_softsign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6638472Z test_reference_numerics_small_nn_functional_softsign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6638691Z test_reference_numerics_small_nn_functional_softsign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6638918Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6639174Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6639388Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6639612Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6639835Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6640058Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6640282Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6640505Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6640725Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6640947Z test_reference_numerics_small_nn_functional_tanhshrink_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6641171Z test_reference_numerics_small_nn_functional_threshold_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6641397Z test_reference_numerics_small_nn_functional_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6641622Z test_reference_numerics_small_nn_functional_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6641830Z test_reference_numerics_small_nn_functional_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6642048Z test_reference_numerics_small_nn_functional_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6642261Z test_reference_numerics_small_nn_functional_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6642482Z test_reference_numerics_small_nn_functional_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6642698Z test_reference_numerics_small_nn_functional_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6642928Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6643179Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6643404Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6643627Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6643849Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6644052Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6644265Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6644488Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6644732Z test_reference_numerics_small_polygamma_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6644956Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6645181Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6645405Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6645632Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6645856Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6646073Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6646275Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6646496Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6646707Z test_reference_numerics_small_polygamma_polygamma_n_1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6646929Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6647151Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6647373Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6647598Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6647819Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6648034Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6648246Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6648464Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6648701Z test_reference_numerics_small_polygamma_polygamma_n_2_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6648925Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6649146Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6649367Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6649585Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6649805Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6650023Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6650261Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6650482Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6650695Z test_reference_numerics_small_polygamma_polygamma_n_3_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6650904Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6651126Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6651350Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6651574Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6651792Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6652008Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6652218Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6652436Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6652651Z test_reference_numerics_small_polygamma_polygamma_n_4_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6652858Z test_reference_numerics_small_positive_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6653206Z test_reference_numerics_small_positive_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6653445Z test_reference_numerics_small_positive_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6653661Z test_reference_numerics_small_positive_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6653873Z test_reference_numerics_small_positive_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6654084Z test_reference_numerics_small_positive_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6654339Z test_reference_numerics_small_positive_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6654548Z test_reference_numerics_small_positive_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6654756Z test_reference_numerics_small_positive_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6654961Z test_reference_numerics_small_positive_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6655171Z test_reference_numerics_small_positive_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6655365Z test_reference_numerics_small_positive_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6655567Z test_reference_numerics_small_rad2deg_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6655777Z test_reference_numerics_small_rad2deg_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6656027Z test_reference_numerics_small_rad2deg_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6656238Z test_reference_numerics_small_rad2deg_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6656446Z test_reference_numerics_small_rad2deg_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6656650Z test_reference_numerics_small_rad2deg_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6656852Z test_reference_numerics_small_rad2deg_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6657051Z test_reference_numerics_small_rad2deg_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6657257Z test_reference_numerics_small_rad2deg_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6657442Z test_reference_numerics_small_rad2deg_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6657641Z test_reference_numerics_small_real_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6657840Z test_reference_numerics_small_real_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6658048Z test_reference_numerics_small_real_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6658255Z test_reference_numerics_small_real_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6658461Z test_reference_numerics_small_real_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6658670Z test_reference_numerics_small_real_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6658874Z test_reference_numerics_small_real_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6659071Z test_reference_numerics_small_real_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6659258Z test_reference_numerics_small_real_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6659457Z test_reference_numerics_small_real_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6659662Z test_reference_numerics_small_real_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6659861Z test_reference_numerics_small_real_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6660091Z test_reference_numerics_small_real_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6660297Z test_reference_numerics_small_reciprocal_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6660509Z test_reference_numerics_small_reciprocal_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6660723Z test_reference_numerics_small_reciprocal_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6660937Z test_reference_numerics_small_reciprocal_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6661150Z test_reference_numerics_small_reciprocal_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6661348Z test_reference_numerics_small_reciprocal_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6661558Z test_reference_numerics_small_reciprocal_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6661797Z test_reference_numerics_small_reciprocal_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6662008Z test_reference_numerics_small_reciprocal_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6662218Z test_reference_numerics_small_reciprocal_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6662428Z test_reference_numerics_small_reciprocal_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6662638Z test_reference_numerics_small_reciprocal_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6662843Z test_reference_numerics_small_round_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6663049Z test_reference_numerics_small_round_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6663251Z test_reference_numerics_small_round_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6663442Z test_reference_numerics_small_round_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6663640Z test_reference_numerics_small_round_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6663839Z test_reference_numerics_small_round_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6664038Z test_reference_numerics_small_round_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6664232Z test_reference_numerics_small_round_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6664450Z test_reference_numerics_small_round_decimals_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6664668Z test_reference_numerics_small_round_decimals_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6664885Z test_reference_numerics_small_round_decimals_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6665105Z test_reference_numerics_small_round_decimals_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6665307Z test_reference_numerics_small_round_decimals_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6665520Z test_reference_numerics_small_round_decimals_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6665768Z test_reference_numerics_small_round_decimals_neg_3_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6665990Z test_reference_numerics_small_round_decimals_neg_3_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6666203Z test_reference_numerics_small_round_decimals_neg_3_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6666409Z test_reference_numerics_small_rsqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6666611Z test_reference_numerics_small_rsqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6666821Z test_reference_numerics_small_rsqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6667027Z test_reference_numerics_small_rsqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6667235Z test_reference_numerics_small_rsqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6667450Z test_reference_numerics_small_rsqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6667655Z test_reference_numerics_small_rsqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6667854Z test_reference_numerics_small_rsqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6668051Z test_reference_numerics_small_rsqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6668254Z test_reference_numerics_small_rsqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6668450Z test_reference_numerics_small_rsqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6668662Z test_reference_numerics_small_sgn_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6668864Z test_reference_numerics_small_sgn_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6669072Z test_reference_numerics_small_sgn_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6669278Z test_reference_numerics_small_sgn_cpu_complex32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6669466Z test_reference_numerics_small_sgn_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6669668Z test_reference_numerics_small_sgn_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6669866Z test_reference_numerics_small_sgn_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6670062Z test_reference_numerics_small_sgn_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6670265Z test_reference_numerics_small_sgn_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6670466Z test_reference_numerics_small_sgn_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6670668Z test_reference_numerics_small_sgn_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6670868Z test_reference_numerics_small_sgn_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6671067Z test_reference_numerics_small_sgn_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6671262Z test_reference_numerics_small_sigmoid_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6671554Z test_reference_numerics_small_sigmoid_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6671775Z test_reference_numerics_small_sigmoid_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6671986Z test_reference_numerics_small_sigmoid_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6672195Z test_reference_numerics_small_sigmoid_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6672403Z test_reference_numerics_small_sigmoid_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6672610Z test_reference_numerics_small_sigmoid_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6672813Z test_reference_numerics_small_sigmoid_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6673013Z test_reference_numerics_small_sigmoid_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6673248Z test_reference_numerics_small_sigmoid_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6673434Z test_reference_numerics_small_sigmoid_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6673634Z test_reference_numerics_small_sign_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6673837Z test_reference_numerics_small_sign_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6674040Z test_reference_numerics_small_sign_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6674244Z test_reference_numerics_small_sign_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6674445Z test_reference_numerics_small_sign_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6674647Z test_reference_numerics_small_sign_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6674844Z test_reference_numerics_small_sign_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6675037Z test_reference_numerics_small_sign_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6675221Z test_reference_numerics_small_sign_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6675423Z test_reference_numerics_small_sign_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6675630Z test_reference_numerics_small_signbit_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6675837Z test_reference_numerics_small_signbit_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6676045Z test_reference_numerics_small_signbit_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6676254Z test_reference_numerics_small_signbit_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6676461Z test_reference_numerics_small_signbit_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6676665Z test_reference_numerics_small_signbit_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6676864Z test_reference_numerics_small_signbit_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6677062Z test_reference_numerics_small_signbit_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6677278Z test_reference_numerics_small_signbit_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6677480Z test_reference_numerics_small_signbit_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6677682Z test_reference_numerics_small_sin_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6677883Z test_reference_numerics_small_sin_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6678093Z test_reference_numerics_small_sin_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6678295Z test_reference_numerics_small_sin_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6678502Z test_reference_numerics_small_sin_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6678704Z test_reference_numerics_small_sin_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6678933Z test_reference_numerics_small_sin_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6679120Z test_reference_numerics_small_sin_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6679320Z test_reference_numerics_small_sin_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6679520Z test_reference_numerics_small_sin_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6679720Z test_reference_numerics_small_sin_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6679925Z test_reference_numerics_small_sinc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6680125Z test_reference_numerics_small_sinc_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6680336Z test_reference_numerics_small_sinc_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6680537Z test_reference_numerics_small_sinc_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6680739Z test_reference_numerics_small_sinc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6680939Z test_reference_numerics_small_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6681126Z test_reference_numerics_small_sinc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6681320Z test_reference_numerics_small_sinc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6681514Z test_reference_numerics_small_sinc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6681712Z test_reference_numerics_small_sinc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6681916Z test_reference_numerics_small_sinc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6682120Z test_reference_numerics_small_sinh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6682322Z test_reference_numerics_small_sinh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6682530Z test_reference_numerics_small_sinh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6682738Z test_reference_numerics_small_sinh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6682956Z test_reference_numerics_small_sinh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6683156Z test_reference_numerics_small_sinh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6683355Z test_reference_numerics_small_sinh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6683550Z test_reference_numerics_small_sinh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6683744Z test_reference_numerics_small_sinh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6683941Z test_reference_numerics_small_sinh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6684144Z test_reference_numerics_small_sinh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6684361Z test_reference_numerics_small_special_airy_ai_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6684578Z test_reference_numerics_small_special_airy_ai_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6684821Z test_reference_numerics_small_special_airy_ai_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6685020Z test_reference_numerics_small_special_airy_ai_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6685233Z test_reference_numerics_small_special_airy_ai_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6685441Z test_reference_numerics_small_special_airy_ai_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6685655Z test_reference_numerics_small_special_airy_ai_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6685866Z test_reference_numerics_small_special_airy_ai_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6686083Z test_reference_numerics_small_special_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6686300Z test_reference_numerics_small_special_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6686516Z test_reference_numerics_small_special_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6686729Z test_reference_numerics_small_special_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.003s) 2022-12-01T10:19:33.6686946Z test_reference_numerics_small_special_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6687148Z test_reference_numerics_small_special_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6687362Z test_reference_numerics_small_special_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6687576Z test_reference_numerics_small_special_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6687791Z test_reference_numerics_small_special_bessel_j1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6688006Z test_reference_numerics_small_special_bessel_j1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6688222Z test_reference_numerics_small_special_bessel_j1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6688433Z test_reference_numerics_small_special_bessel_j1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6688690Z test_reference_numerics_small_special_bessel_j1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6688905Z test_reference_numerics_small_special_bessel_j1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6689118Z test_reference_numerics_small_special_bessel_j1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6689318Z test_reference_numerics_small_special_bessel_j1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6689531Z test_reference_numerics_small_special_bessel_y0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6689746Z test_reference_numerics_small_special_bessel_y0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6689963Z test_reference_numerics_small_special_bessel_y0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6690175Z test_reference_numerics_small_special_bessel_y0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6690412Z test_reference_numerics_small_special_bessel_y0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6690626Z test_reference_numerics_small_special_bessel_y0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6690842Z test_reference_numerics_small_special_bessel_y0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6691054Z test_reference_numerics_small_special_bessel_y0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6691266Z test_reference_numerics_small_special_bessel_y1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6691467Z test_reference_numerics_small_special_bessel_y1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6691685Z test_reference_numerics_small_special_bessel_y1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6691898Z test_reference_numerics_small_special_bessel_y1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6692110Z test_reference_numerics_small_special_bessel_y1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6692323Z test_reference_numerics_small_special_bessel_y1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6692535Z test_reference_numerics_small_special_bessel_y1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6692747Z test_reference_numerics_small_special_bessel_y1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6692960Z test_reference_numerics_small_special_entr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6693355Z test_reference_numerics_small_special_entr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6693573Z test_reference_numerics_small_special_entr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6693773Z test_reference_numerics_small_special_entr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6693982Z test_reference_numerics_small_special_entr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6694196Z test_reference_numerics_small_special_entr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.001s) 2022-12-01T10:19:33.6694454Z test_reference_numerics_small_special_entr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6694665Z test_reference_numerics_small_special_entr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6694876Z test_reference_numerics_small_special_entr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6695087Z test_reference_numerics_small_special_erfcx_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6695299Z test_reference_numerics_small_special_erfcx_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6695512Z test_reference_numerics_small_special_erfcx_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6695720Z test_reference_numerics_small_special_erfcx_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6695918Z test_reference_numerics_small_special_erfcx_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6696157Z test_reference_numerics_small_special_erfcx_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6696368Z test_reference_numerics_small_special_erfcx_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6696573Z test_reference_numerics_small_special_erfcx_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6696785Z test_reference_numerics_small_special_i0e_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6696997Z test_reference_numerics_small_special_i0e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6697210Z test_reference_numerics_small_special_i0e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6697425Z test_reference_numerics_small_special_i0e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6697633Z test_reference_numerics_small_special_i0e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6697840Z test_reference_numerics_small_special_i0e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6698035Z test_reference_numerics_small_special_i0e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6698241Z test_reference_numerics_small_special_i0e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6698447Z test_reference_numerics_small_special_i0e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6698657Z test_reference_numerics_small_special_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6698866Z test_reference_numerics_small_special_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6699078Z test_reference_numerics_small_special_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6699286Z test_reference_numerics_small_special_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6699494Z test_reference_numerics_small_special_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6699699Z test_reference_numerics_small_special_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6699893Z test_reference_numerics_small_special_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6700129Z test_reference_numerics_small_special_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6700339Z test_reference_numerics_small_special_i1e_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6700549Z test_reference_numerics_small_special_i1e_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6700760Z test_reference_numerics_small_special_i1e_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6700966Z test_reference_numerics_small_special_i1e_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6701173Z test_reference_numerics_small_special_i1e_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6701380Z test_reference_numerics_small_special_i1e_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6701592Z test_reference_numerics_small_special_i1e_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6701826Z test_reference_numerics_small_special_i1e_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6702027Z test_reference_numerics_small_special_log_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6702244Z test_reference_numerics_small_special_log_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6702463Z test_reference_numerics_small_special_log_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6702676Z test_reference_numerics_small_special_log_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6702889Z test_reference_numerics_small_special_log_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6703104Z test_reference_numerics_small_special_log_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6703318Z test_reference_numerics_small_special_log_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6703531Z test_reference_numerics_small_special_log_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6703756Z test_reference_numerics_small_special_modified_bessel_i0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6703982Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6704196Z test_reference_numerics_small_special_modified_bessel_i0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6704424Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6704650Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6704874Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6705099Z test_reference_numerics_small_special_modified_bessel_i0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6705321Z test_reference_numerics_small_special_modified_bessel_i0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6705544Z test_reference_numerics_small_special_modified_bessel_i1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6705795Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6706022Z test_reference_numerics_small_special_modified_bessel_i1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6706244Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6706467Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6706675Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6706894Z test_reference_numerics_small_special_modified_bessel_i1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6707116Z test_reference_numerics_small_special_modified_bessel_i1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6707367Z test_reference_numerics_small_special_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6707591Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6707821Z test_reference_numerics_small_special_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6708042Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6708263Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6708484Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6708705Z test_reference_numerics_small_special_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6708912Z test_reference_numerics_small_special_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6709135Z test_reference_numerics_small_special_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6709361Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6709583Z test_reference_numerics_small_special_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6709802Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6710026Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6710247Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6710467Z test_reference_numerics_small_special_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6710686Z test_reference_numerics_small_special_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6710902Z test_reference_numerics_small_special_ndtr_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6711112Z test_reference_numerics_small_special_ndtr_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6711338Z test_reference_numerics_small_special_ndtr_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6711614Z test_reference_numerics_small_special_ndtr_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6711827Z test_reference_numerics_small_special_ndtr_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6712037Z test_reference_numerics_small_special_ndtr_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6712244Z test_reference_numerics_small_special_ndtr_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6712456Z test_reference_numerics_small_special_ndtr_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6712667Z test_reference_numerics_small_special_ndtr_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6712883Z test_reference_numerics_small_special_ndtri_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6713158Z test_reference_numerics_small_special_ndtri_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6713373Z test_reference_numerics_small_special_ndtri_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6713570Z test_reference_numerics_small_special_ndtri_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6713780Z test_reference_numerics_small_special_ndtri_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6713990Z test_reference_numerics_small_special_ndtri_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6714203Z test_reference_numerics_small_special_ndtri_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6714411Z test_reference_numerics_small_special_ndtri_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6714659Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6714901Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6715141Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6715384Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6715626Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6715847Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6716078Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6716314Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6716545Z test_reference_numerics_small_special_polygamma_special_polygamma_n_0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6716778Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6717040Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6717333Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6717568Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6717797Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6718025Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6718255Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6718475Z test_reference_numerics_small_special_scaled_modified_bessel_k0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6718735Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6718969Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6719199Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6719426Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6719653Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6719883Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6720112Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6720337Z test_reference_numerics_small_special_scaled_modified_bessel_k1_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6720563Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6720788Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6721000Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6721224Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6721452Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6721673Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6721896Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6722116Z test_reference_numerics_small_special_spherical_bessel_j0_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6722323Z test_reference_numerics_small_sqrt_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6722552Z test_reference_numerics_small_sqrt_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6722760Z test_reference_numerics_small_sqrt_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6722965Z test_reference_numerics_small_sqrt_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6723159Z test_reference_numerics_small_sqrt_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6723357Z test_reference_numerics_small_sqrt_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6723555Z test_reference_numerics_small_sqrt_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6723750Z test_reference_numerics_small_sqrt_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6723944Z test_reference_numerics_small_sqrt_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6724167Z test_reference_numerics_small_sqrt_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6724371Z test_reference_numerics_small_sqrt_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6724580Z test_reference_numerics_small_square_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6724783Z test_reference_numerics_small_square_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6724992Z test_reference_numerics_small_square_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6725190Z test_reference_numerics_small_square_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6725397Z test_reference_numerics_small_square_cpu_float16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6725606Z test_reference_numerics_small_square_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6725810Z test_reference_numerics_small_square_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6726015Z test_reference_numerics_small_square_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6726218Z test_reference_numerics_small_square_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6726415Z test_reference_numerics_small_square_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6726616Z test_reference_numerics_small_square_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6726820Z test_reference_numerics_small_square_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6727007Z test_reference_numerics_small_tan_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped! (0.000s) 2022-12-01T10:19:33.6727207Z test_reference_numerics_small_tan_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6727411Z test_reference_numerics_small_tan_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6727619Z test_reference_numerics_small_tan_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6727821Z test_reference_numerics_small_tan_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6728016Z test_reference_numerics_small_tan_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6728252Z test_reference_numerics_small_tan_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6728451Z test_reference_numerics_small_tan_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6728652Z test_reference_numerics_small_tan_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6728853Z test_reference_numerics_small_tan_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6729040Z test_reference_numerics_small_tan_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6729244Z test_reference_numerics_small_tanh_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6729440Z test_reference_numerics_small_tanh_cpu_bool (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6729652Z test_reference_numerics_small_tanh_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6729855Z test_reference_numerics_small_tanh_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6730085Z test_reference_numerics_small_tanh_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6730290Z test_reference_numerics_small_tanh_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6730489Z test_reference_numerics_small_tanh_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6730686Z test_reference_numerics_small_tanh_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6730868Z test_reference_numerics_small_tanh_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6731068Z test_reference_numerics_small_tanh_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6731268Z test_reference_numerics_small_tanh_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6731474Z test_reference_numerics_small_trunc_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6731679Z test_reference_numerics_small_trunc_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6731886Z test_reference_numerics_small_trunc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6732089Z test_reference_numerics_small_trunc_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6732288Z test_reference_numerics_small_trunc_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6732487Z test_reference_numerics_small_trunc_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6732683Z test_reference_numerics_small_trunc_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6732867Z test_reference_numerics_small_trunc_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... skip: Skipped under ASAN (0.000s) 2022-12-01T10:19:33.6733139Z test_silu_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6733321Z test_silu_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.005s) 2022-12-01T10:19:33.6733470Z test_sinc_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.010s) 2022-12-01T10:19:33.6733645Z test_special_i0_i1_vs_scipy_cpu_bfloat16 (__main__.TestUnaryUfuncsCPU) ... ok (0.017s) 2022-12-01T10:19:33.6733822Z test_special_i0_i1_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.035s) 2022-12-01T10:19:33.6733993Z test_special_i0_i1_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.071s) 2022-12-01T10:19:33.6734222Z test_special_log_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6734385Z test_special_log_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6734560Z test_special_ndtr_vs_scipy_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6734734Z test_special_ndtr_vs_scipy_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.003s) 2022-12-01T10:19:33.6734902Z test_threshold_cpu_complex128 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6735067Z test_threshold_cpu_complex64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6735231Z test_threshold_cpu_float32 (__main__.TestUnaryUfuncsCPU) ... ok (0.002s) 2022-12-01T10:19:33.6735392Z test_threshold_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6735551Z test_threshold_cpu_int16 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6735698Z test_threshold_cpu_int32 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6735855Z test_threshold_cpu_int64 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6736045Z test_threshold_cpu_int8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6736202Z test_threshold_cpu_uint8 (__main__.TestUnaryUfuncsCPU) ... ok (0.001s) 2022-12-01T10:19:33.6736376Z test_unary_out_op_mem_overlap_cpu_float64 (__main__.TestUnaryUfuncsCPU) ... ok (0.965s) 2022-12-01T10:19:33.6736387Z 2022-12-01T10:19:33.6736715Z ---------------------------------------------------------------------- 2022-12-01T10:19:33.6736820Z Ran 12394 tests in 306.604s 2022-12-01T10:19:33.6736826Z 2022-12-01T10:19:33.6736923Z OK (skipped=3414) 2022-12-01T10:19:33.6736928Z 2022-12-01T10:19:33.6737036Z Generating XML reports... 2022-12-01T10:19:33.6737369Z Generated XML report: test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201101424.xml 2022-12-01T10:19:33.6737377Z 2022-12-01T10:19:33.6737884Z ##[endgroup] 2022-12-01T10:19:33.6738204Z FINISHED PRINTING LOG FILE of test_unary_ufuncs (/var/lib/jenkins/workspace/test/test-reports/test_unary_ufuncs_gpag8kjv) 2022-12-01T10:19:33.6738210Z 2022-12-01T10:19:34.0321985Z Running test_ops ... [2022-12-01 10:19:34.031831] 2022-12-01T10:19:37.4997372Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:19:37.5500439Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:19:37.6037338Z Ignoring disabled issues: [] 2022-12-01T10:19:37.6248065Z 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:19:37.624370] 2022-12-01T10:19:37.6308365Z Ignoring disabled issues: [] 2022-12-01T10:19:37.6760900Z 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:19:37.675689] 2022-12-01T10:33:10.6065191Z 2022-12-01T10:33:10.6065692Z Expand the folded group to see the log file of test_ops 2022-12-01T10:33:10.6132230Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_k40gs9n5) 2022-12-01T10:33:10.6133345Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-7066ff56102e6831.xml 2022-12-01T10:33:10.6133881Z ============================= test session starts ============================== 2022-12-01T10:33:10.6134449Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:33:10.6134851Z cachedir: .pytest_cache 2022-12-01T10:33:10.6135550Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:33:10.6140366Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:33:10.6142555Z 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:10.6143634Z collecting ... collected 26295 items / 15 deselected / 26280 selected 2022-12-01T10:33:10.7485812Z 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:10.8641357Z 2022-12-01T10:33:10.8649973Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_T_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8650446Z 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:10.8650912Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_1d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8651593Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bfloat16_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8652024Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_column_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8652433Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diag_embed_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8652847Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_diagonal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8653370Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8653803Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 0%] 2022-12-01T10:33:10.8654255Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_ifftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8654664Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8655075Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8655474Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8655944Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_long_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8656343Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mT_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8656748Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_movedim_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8657188Z 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:10.8657703Z 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:10.8658170Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_full_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8658580Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8658979Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_nonzero_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8659389Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8659797Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_permute_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8660188Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_positive_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8660660Z 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:10.8661120Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_real_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8661528Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_resolve_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8661927Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unbind_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8662337Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unflatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8662745Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unfold_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8663155Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_unsqueeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8663552Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8663951Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_view_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8664395Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8664797Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:33:10.8665173Z test_ops.py::TestCommonCPU::test_dtypes_H_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8665545Z test_ops.py::TestCommonCPU::test_dtypes_T_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8665922Z test_ops.py::TestCommonCPU::test_dtypes___getitem___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8666293Z test_ops.py::TestCommonCPU::test_dtypes___radd___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8666672Z test_ops.py::TestCommonCPU::test_dtypes___rand___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8667051Z test_ops.py::TestCommonCPU::test_dtypes___rmod___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8667428Z test_ops.py::TestCommonCPU::test_dtypes___rmul___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8667793Z test_ops.py::TestCommonCPU::test_dtypes__refs_abs_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8668173Z test_ops.py::TestCommonCPU::test_dtypes__refs_all_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8668588Z test_ops.py::TestCommonCPU::test_dtypes__refs_allclose_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8668965Z test_ops.py::TestCommonCPU::test_dtypes__refs_amax_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8669348Z test_ops.py::TestCommonCPU::test_dtypes__refs_amin_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8669819Z test_ops.py::TestCommonCPU::test_dtypes__refs_any_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8670213Z test_ops.py::TestCommonCPU::test_dtypes__refs_as_strided_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8670588Z test_ops.py::TestCommonCPU::test_dtypes__refs_asin_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8670972Z test_ops.py::TestCommonCPU::test_dtypes__refs_atanh_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8671368Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_2d_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8671763Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_not_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8672146Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_or_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8672537Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_xor_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8672944Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_shapes_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8673345Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_tensors_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8673752Z test_ops.py::TestCommonCPU::test_dtypes__refs_broadcast_to_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8674141Z test_ops.py::TestCommonCPU::test_dtypes__refs_cat_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8674525Z test_ops.py::TestCommonCPU::test_dtypes__refs_ceil_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8674905Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_min_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8675296Z test_ops.py::TestCommonCPU::test_dtypes__refs_clone_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8675690Z test_ops.py::TestCommonCPU::test_dtypes__refs_column_stack_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8676075Z test_ops.py::TestCommonCPU::test_dtypes__refs_contiguous_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8676473Z test_ops.py::TestCommonCPU::test_dtypes__refs_copysign_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8676863Z test_ops.py::TestCommonCPU::test_dtypes__refs_cumsum_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8677253Z test_ops.py::TestCommonCPU::test_dtypes__refs_diagonal_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8677680Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_floor_rounding_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8678091Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_trunc_rounding_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8678494Z test_ops.py::TestCommonCPU::test_dtypes__refs_eq_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8678875Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8679245Z test_ops.py::TestCommonCPU::test_dtypes__refs_expm1_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8679629Z test_ops.py::TestCommonCPU::test_dtypes__refs_eye_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8680013Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8680388Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8680779Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8681167Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8681586Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8681967Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8682355Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8682745Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ihfftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8683133Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8683509Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8683904Z test_ops.py::TestCommonCPU::test_dtypes__refs_flatten_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8684290Z test_ops.py::TestCommonCPU::test_dtypes__refs_flip_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8684665Z test_ops.py::TestCommonCPU::test_dtypes__refs_flipud_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8685053Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8685447Z test_ops.py::TestCommonCPU::test_dtypes__refs_floor_divide_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8685838Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmin_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8686207Z test_ops.py::TestCommonCPU::test_dtypes__refs_frac_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8686589Z test_ops.py::TestCommonCPU::test_dtypes__refs_gcd_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8686970Z test_ops.py::TestCommonCPU::test_dtypes__refs_gt_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8687345Z test_ops.py::TestCommonCPU::test_dtypes__refs_hsplit_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8687732Z test_ops.py::TestCommonCPU::test_dtypes__refs_hstack_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8688117Z test_ops.py::TestCommonCPU::test_dtypes__refs_imag_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8688507Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_select_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8688889Z test_ops.py::TestCommonCPU::test_dtypes__refs_isclose_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8689276Z test_ops.py::TestCommonCPU::test_dtypes__refs_isinf_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8689667Z test_ops.py::TestCommonCPU::test_dtypes__refs_isneginf_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8690058Z test_ops.py::TestCommonCPU::test_dtypes__refs_isposinf_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8690466Z test_ops.py::TestCommonCPU::test_dtypes__refs_isreal_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8690851Z test_ops.py::TestCommonCPU::test_dtypes__refs_lcm_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8691230Z test_ops.py::TestCommonCPU::test_dtypes__refs_le_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8691613Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_matrix_norm_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8692023Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svdvals_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8692419Z test_ops.py::TestCommonCPU::test_dtypes__refs_log1p_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8692814Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_softmax_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8693294Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_or_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8693690Z test_ops.py::TestCommonCPU::test_dtypes__refs_logsumexp_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8694076Z test_ops.py::TestCommonCPU::test_dtypes__refs_lt_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8694496Z test_ops.py::TestCommonCPU::test_dtypes__refs_mean_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8694888Z test_ops.py::TestCommonCPU::test_dtypes__refs_minimum_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8695276Z test_ops.py::TestCommonCPU::test_dtypes__refs_movedim_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8695679Z test_ops.py::TestCommonCPU::test_dtypes__refs_native_layer_norm_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8696062Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8696455Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_full_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8696841Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_ones_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8697232Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_zeros_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8697621Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_celu_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8698040Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_dropout_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8698460Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_elu_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8698856Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_gelu_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8699265Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_glu_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8699690Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardshrink_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8700118Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_huber_loss_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8700529Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mse_loss_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8700962Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pairwise_distance_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8701392Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_pdist_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8701821Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_poisson_nll_loss_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8702234Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softplus_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8702655Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_softshrink_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:33:10.8703078Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_tanhshrink_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8703527Z test_ops.py::TestCommonCPU::test_dtypes__refs_permute_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8703905Z test_ops.py::TestCommonCPU::test_dtypes__refs_prod_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8704290Z test_ops.py::TestCommonCPU::test_dtypes__refs_real_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8704677Z test_ops.py::TestCommonCPU::test_dtypes__refs_remainder_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8705057Z test_ops.py::TestCommonCPU::test_dtypes__refs_repeat_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8705443Z test_ops.py::TestCommonCPU::test_dtypes__refs_rot90_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8705824Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsqrt_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8706203Z test_ops.py::TestCommonCPU::test_dtypes__refs_sgn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8706572Z test_ops.py::TestCommonCPU::test_dtypes__refs_sign_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8706959Z test_ops.py::TestCommonCPU::test_dtypes__refs_softmax_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8707393Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j1_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8707797Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1e_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8708182Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_logit_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8708613Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_3_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8709054Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_spherical_bessel_j0_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8709447Z test_ops.py::TestCommonCPU::test_dtypes__refs_sqrt_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8709898Z test_ops.py::TestCommonCPU::test_dtypes__refs_square_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8710291Z test_ops.py::TestCommonCPU::test_dtypes__refs_squeeze_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8710680Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_mean_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8711053Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8711441Z test_ops.py::TestCommonCPU::test_dtypes__refs_sum_to_size_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8711826Z test_ops.py::TestCommonCPU::test_dtypes__refs_t_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8712205Z test_ops.py::TestCommonCPU::test_dtypes__refs_tan_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8712572Z test_ops.py::TestCommonCPU::test_dtypes__refs_tanh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8712970Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_indices_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8713367Z test_ops.py::TestCommonCPU::test_dtypes__refs_true_divide_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8713750Z test_ops.py::TestCommonCPU::test_dtypes__refs_unflatten_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8714142Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_mean_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8714527Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8714913Z test_ops.py::TestCommonCPU::test_dtypes__refs_vsplit_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8715287Z test_ops.py::TestCommonCPU::test_dtypes__refs_where_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8715669Z test_ops.py::TestCommonCPU::test_dtypes_add_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8716046Z test_ops.py::TestCommonCPU::test_dtypes_addcdiv_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8716449Z test_ops.py::TestCommonCPU::test_dtypes_addmm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8716827Z test_ops.py::TestCommonCPU::test_dtypes_addmv_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8717205Z test_ops.py::TestCommonCPU::test_dtypes_addr_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8717581Z test_ops.py::TestCommonCPU::test_dtypes_all_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8717942Z test_ops.py::TestCommonCPU::test_dtypes_amax_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8718320Z test_ops.py::TestCommonCPU::test_dtypes_amin_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8718695Z test_ops.py::TestCommonCPU::test_dtypes_angle_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8719054Z test_ops.py::TestCommonCPU::test_dtypes_any_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8719428Z test_ops.py::TestCommonCPU::test_dtypes_argmin_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8719810Z test_ops.py::TestCommonCPU::test_dtypes_argsort_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8720195Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8720591Z test_ops.py::TestCommonCPU::test_dtypes_atan2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8720967Z test_ops.py::TestCommonCPU::test_dtypes_atanh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8721343Z test_ops.py::TestCommonCPU::test_dtypes_atleast_1d_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8721729Z test_ops.py::TestCommonCPU::test_dtypes_atleast_3d_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8722097Z test_ops.py::TestCommonCPU::test_dtypes_baddbmm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8722482Z test_ops.py::TestCommonCPU::test_dtypes_bernoulli_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8722867Z test_ops.py::TestCommonCPU::test_dtypes_bfloat16_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8723240Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_not_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8723626Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_or_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8724030Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_right_shift_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8724424Z test_ops.py::TestCommonCPU::test_dtypes_block_diag_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8724807Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_tensors_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8725205Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_to_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8725587Z test_ops.py::TestCommonCPU::test_dtypes_byte_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8725948Z test_ops.py::TestCommonCPU::test_dtypes_cat_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8726325Z test_ops.py::TestCommonCPU::test_dtypes_cdist_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8726701Z test_ops.py::TestCommonCPU::test_dtypes_ceil_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8727077Z test_ops.py::TestCommonCPU::test_dtypes_char_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8727443Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8727819Z test_ops.py::TestCommonCPU::test_dtypes_chunk_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8728199Z test_ops.py::TestCommonCPU::test_dtypes_complex_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8728566Z test_ops.py::TestCommonCPU::test_dtypes_conj_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8728944Z test_ops.py::TestCommonCPU::test_dtypes_copysign_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8729326Z test_ops.py::TestCommonCPU::test_dtypes_corrcoef_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8729734Z test_ops.py::TestCommonCPU::test_dtypes_cosh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8730091Z test_ops.py::TestCommonCPU::test_dtypes_cov_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8730472Z test_ops.py::TestCommonCPU::test_dtypes_cumprod_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8730854Z test_ops.py::TestCommonCPU::test_dtypes_cumsum_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8731233Z test_ops.py::TestCommonCPU::test_dtypes_deg2rad_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8731598Z test_ops.py::TestCommonCPU::test_dtypes_diag_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8731979Z test_ops.py::TestCommonCPU::test_dtypes_diagflat_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8732357Z test_ops.py::TestCommonCPU::test_dtypes_diff_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8732722Z test_ops.py::TestCommonCPU::test_dtypes_digamma_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8733202Z test_ops.py::TestCommonCPU::test_dtypes_dist_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8733640Z test_ops.py::TestCommonCPU::test_dtypes_div_trunc_rounding_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8734031Z test_ops.py::TestCommonCPU::test_dtypes_dot_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8734394Z test_ops.py::TestCommonCPU::test_dtypes_dsplit_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8734769Z test_ops.py::TestCommonCPU::test_dtypes_eq_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8735144Z test_ops.py::TestCommonCPU::test_dtypes_expand_as_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8735510Z test_ops.py::TestCommonCPU::test_dtypes_expm1_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8735888Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8736271Z test_ops.py::TestCommonCPU::test_dtypes_fft_fft_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8736649Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8737023Z test_ops.py::TestCommonCPU::test_dtypes_fft_fftshift_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8737409Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8737791Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfftn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8738157Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8738545Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftshift_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8738933Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8739315Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfft_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8739685Z test_ops.py::TestCommonCPU::test_dtypes_fft_ihfftn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8740068Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8740444Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfft_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8740823Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfftn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8741190Z test_ops.py::TestCommonCPU::test_dtypes_flatten_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8741575Z test_ops.py::TestCommonCPU::test_dtypes_float_power_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8741963Z test_ops.py::TestCommonCPU::test_dtypes_floor_divide_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8742332Z test_ops.py::TestCommonCPU::test_dtypes_gather_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8742764Z test_ops.py::TestCommonCPU::test_dtypes_gcd_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8743136Z test_ops.py::TestCommonCPU::test_dtypes_ge_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8743511Z test_ops.py::TestCommonCPU::test_dtypes_geqrf_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8743877Z test_ops.py::TestCommonCPU::test_dtypes_gradient_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8744254Z test_ops.py::TestCommonCPU::test_dtypes_gt_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8744626Z test_ops.py::TestCommonCPU::test_dtypes_half_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8744989Z test_ops.py::TestCommonCPU::test_dtypes_heaviside_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8745368Z test_ops.py::TestCommonCPU::test_dtypes_histc_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8745745Z test_ops.py::TestCommonCPU::test_dtypes_histogram_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8746138Z test_ops.py::TestCommonCPU::test_dtypes_histogramdd_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8746512Z test_ops.py::TestCommonCPU::test_dtypes_hsplit_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8746916Z test_ops.py::TestCommonCPU::test_dtypes_hstack_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8747299Z test_ops.py::TestCommonCPU::test_dtypes_hypot_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8747664Z test_ops.py::TestCommonCPU::test_dtypes_index_add_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8748050Z test_ops.py::TestCommonCPU::test_dtypes_index_copy_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8748434Z test_ops.py::TestCommonCPU::test_dtypes_index_fill_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8748813Z test_ops.py::TestCommonCPU::test_dtypes_index_put_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8749181Z test_ops.py::TestCommonCPU::test_dtypes_isfinite_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8749628Z test_ops.py::TestCommonCPU::test_dtypes_isposinf_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8750012Z test_ops.py::TestCommonCPU::test_dtypes_isreal_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8750398Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_2inputs_2outputs_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8750829Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_4inputs_with_extra_args_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8751248Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_unary_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8751630Z test_ops.py::TestCommonCPU::test_dtypes_kron_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8751997Z test_ops.py::TestCommonCPU::test_dtypes_kthvalue_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8752377Z test_ops.py::TestCommonCPU::test_dtypes_lcm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8752751Z test_ops.py::TestCommonCPU::test_dtypes_le_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8753122Z test_ops.py::TestCommonCPU::test_dtypes_lerp_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:33:10.8753489Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8753886Z test_ops.py::TestCommonCPU::test_dtypes_linalg_det_singular_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8754283Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eig_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8754661Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvalsh_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8755059Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8755454Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8755861Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lstsq_grad_oriented_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8756290Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_solve_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8756692Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8757097Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_power_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8757500Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8757900Z test_ops.py::TestCommonCPU::test_dtypes_linalg_matrix_rank_hermitian_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8758309Z test_ops.py::TestCommonCPU::test_dtypes_linalg_multi_dot_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8758726Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_subgradients_at_zero_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8759123Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8759527Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_hermitian_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8759964Z test_ops.py::TestCommonCPU::test_dtypes_linalg_pinv_singular_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8760367Z test_ops.py::TestCommonCPU::test_dtypes_linalg_slogdet_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8760743Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8761147Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_triangular_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8761547Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svd_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8761938Z test_ops.py::TestCommonCPU::test_dtypes_linalg_svdvals_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8762324Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorinv_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8762732Z test_ops.py::TestCommonCPU::test_dtypes_linalg_tensorsolve_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8763124Z test_ops.py::TestCommonCPU::test_dtypes_log10_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8763486Z test_ops.py::TestCommonCPU::test_dtypes_log1p_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8763860Z test_ops.py::TestCommonCPU::test_dtypes_log_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8764246Z test_ops.py::TestCommonCPU::test_dtypes_logcumsumexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8764631Z test_ops.py::TestCommonCPU::test_dtypes_logdet_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8765004Z test_ops.py::TestCommonCPU::test_dtypes_logical_and_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8765394Z test_ops.py::TestCommonCPU::test_dtypes_logical_or_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8765783Z test_ops.py::TestCommonCPU::test_dtypes_logsumexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8766155Z test_ops.py::TestCommonCPU::test_dtypes_lu_unpack_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8766542Z test_ops.py::TestCommonCPU::test_dtypes_masked_amax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8766927Z test_ops.py::TestCommonCPU::test_dtypes_masked_amin_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8767316Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8767696Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumprod_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8768087Z test_ops.py::TestCommonCPU::test_dtypes_masked_cumsum_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8768485Z test_ops.py::TestCommonCPU::test_dtypes_masked_log_softmax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8768889Z test_ops.py::TestCommonCPU::test_dtypes_masked_logaddexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8769303Z test_ops.py::TestCommonCPU::test_dtypes_masked_prod_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8769693Z test_ops.py::TestCommonCPU::test_dtypes_masked_var_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8770091Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_no_dim_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8770485Z test_ops.py::TestCommonCPU::test_dtypes_max_reduction_with_dim_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8770879Z test_ops.py::TestCommonCPU::test_dtypes_mean_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8771257Z test_ops.py::TestCommonCPU::test_dtypes_min_binary_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8771658Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_with_dim_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8772034Z test_ops.py::TestCommonCPU::test_dtypes_mode_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8772411Z test_ops.py::TestCommonCPU::test_dtypes_msort_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8772783Z test_ops.py::TestCommonCPU::test_dtypes_mul_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8773316Z test_ops.py::TestCommonCPU::test_dtypes_mv_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8773694Z test_ops.py::TestCommonCPU::test_dtypes_nan_to_num_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8774078Z test_ops.py::TestCommonCPU::test_dtypes_nansum_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8774470Z test_ops.py::TestCommonCPU::test_dtypes_native_batch_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8774843Z test_ops.py::TestCommonCPU::test_dtypes_ne_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8775211Z test_ops.py::TestCommonCPU::test_dtypes_neg_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8775586Z test_ops.py::TestCommonCPU::test_dtypes_new_full_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8775972Z test_ops.py::TestCommonCPU::test_dtypes_new_ones_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8776344Z test_ops.py::TestCommonCPU::test_dtypes_nextafter_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8776770Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional__scaled_dot_product_attention_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8777214Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8777631Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8778055Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8778470Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8778899Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8779329Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8779782Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_binary_cross_entropy_with_logits_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8780231Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8780667Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_embedding_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8781082Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cross_entropy_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8781505Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_bag_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8781949Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_without_train_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8782438Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8782865Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_fractional_max_pool3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8783298Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gaussian_nll_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8783712Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_gelu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8784101Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_glu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8784512Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_group_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8784931Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardshrink_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8785353Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardswish_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8785753Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_huber_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8786199Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_instance_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8786627Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_linear_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8787060Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_trilinear_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8787476Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_layer_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8787889Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_leaky_relu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8788316Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_margin_ranking_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8788739Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8789139Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8789601Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_pool3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8790024Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8790447Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_grad_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8790890Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_soft_margin_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8791319Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_nll_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8791731Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_normalize_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8792143Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pairwise_distance_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8792571Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_unshuffle_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8792979Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8793385Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8793798Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_soft_margin_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8794201Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_threshold_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8794674Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_with_distance_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8795092Z test_ops.py::TestCommonCPU::test_dtypes_norm_inf_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8795487Z test_ops.py::TestCommonCPU::test_dtypes_normal_number_mean_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8795888Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_native_batch_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8796289Z test_ops.py::TestCommonCPU::test_dtypes_pinverse_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8796694Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_0_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8797094Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:33:10.8797468Z test_ops.py::TestCommonCPU::test_dtypes_positive_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8797849Z test_ops.py::TestCommonCPU::test_dtypes_pow_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8798226Z test_ops.py::TestCommonCPU::test_dtypes_prod_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8798612Z test_ops.py::TestCommonCPU::test_dtypes_qr_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8798989Z test_ops.py::TestCommonCPU::test_dtypes_quantile_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8799368Z test_ops.py::TestCommonCPU::test_dtypes_rad2deg_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8799750Z test_ops.py::TestCommonCPU::test_dtypes_randn_like_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8800118Z test_ops.py::TestCommonCPU::test_dtypes_real_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8800495Z test_ops.py::TestCommonCPU::test_dtypes_reciprocal_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8800887Z test_ops.py::TestCommonCPU::test_dtypes_remainder_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8801258Z test_ops.py::TestCommonCPU::test_dtypes_renorm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8801648Z test_ops.py::TestCommonCPU::test_dtypes_repeat_interleave_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8802041Z test_ops.py::TestCommonCPU::test_dtypes_reshape_as_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8802420Z test_ops.py::TestCommonCPU::test_dtypes_resize__cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8802790Z test_ops.py::TestCommonCPU::test_dtypes_resolve_neg_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8803169Z test_ops.py::TestCommonCPU::test_dtypes_rot90_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8803544Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 2%] 2022-12-01T10:33:10.8803920Z test_ops.py::TestCommonCPU::test_dtypes_rsqrt_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8804278Z test_ops.py::TestCommonCPU::test_dtypes_rsub_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8804655Z test_ops.py::TestCommonCPU::test_dtypes_scatter_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8805049Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_offsets_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8805432Z test_ops.py::TestCommonCPU::test_dtypes_select_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8805816Z test_ops.py::TestCommonCPU::test_dtypes_select_scatter_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:33:10.8806201Z test_ops.py::TestCommonCPU::test_dtypes_sgn_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8806573Z test_ops.py::TestCommonCPU::test_dtypes_short_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8806930Z test_ops.py::TestCommonCPU::test_dtypes_sign_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8807308Z test_ops.py::TestCommonCPU::test_dtypes_signbit_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8807714Z test_ops.py::TestCommonCPU::test_dtypes_sinc_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8808074Z test_ops.py::TestCommonCPU::test_dtypes_slice_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8808457Z test_ops.py::TestCommonCPU::test_dtypes_slice_scatter_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8808839Z test_ops.py::TestCommonCPU::test_dtypes_softmax_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8809213Z test_ops.py::TestCommonCPU::test_dtypes_sort_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8809592Z test_ops.py::TestCommonCPU::test_dtypes_sparse_sampled_addmm_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8809994Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8810386Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_j1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8810783Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8811450Z 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:10.8811927Z test_ops.py::TestCommonCPU::test_dtypes_special_entr_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8812327Z test_ops.py::TestCommonCPU::test_dtypes_special_erfcx_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8812729Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_h_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8813256Z test_ops.py::TestCommonCPU::test_dtypes_special_hermite_polynomial_he_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8813663Z test_ops.py::TestCommonCPU::test_dtypes_special_i1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8814227Z 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:10.8814670Z test_ops.py::TestCommonCPU::test_dtypes_special_log_ndtr_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8815086Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8815510Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8815915Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtri_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8816327Z test_ops.py::TestCommonCPU::test_dtypes_special_polygamma_special_polygamma_n_0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8816928Z 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:10.8817550Z 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:10.8818008Z test_ops.py::TestCommonCPU::test_dtypes_split_list_args_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8818380Z test_ops.py::TestCommonCPU::test_dtypes_stack_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8818757Z test_ops.py::TestCommonCPU::test_dtypes_std_mean_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8819132Z test_ops.py::TestCommonCPU::test_dtypes_stft_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8819494Z test_ops.py::TestCommonCPU::test_dtypes_sub_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8819868Z test_ops.py::TestCommonCPU::test_dtypes_symeig_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8820240Z test_ops.py::TestCommonCPU::test_dtypes_t_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8820617Z test_ops.py::TestCommonCPU::test_dtypes_take_along_dim_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8821034Z test_ops.py::TestCommonCPU::test_dtypes_tan_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8821415Z test_ops.py::TestCommonCPU::test_dtypes_tensor_split_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8821803Z test_ops.py::TestCommonCPU::test_dtypes_tensordot_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8822187Z test_ops.py::TestCommonCPU::test_dtypes_tile_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8822549Z test_ops.py::TestCommonCPU::test_dtypes_topk_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8822930Z test_ops.py::TestCommonCPU::test_dtypes_transpose_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8823313Z test_ops.py::TestCommonCPU::test_dtypes_trapezoid_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8823683Z test_ops.py::TestCommonCPU::test_dtypes_trapz_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8824058Z test_ops.py::TestCommonCPU::test_dtypes_tril_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8824436Z test_ops.py::TestCommonCPU::test_dtypes_tril_indices_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8824813Z test_ops.py::TestCommonCPU::test_dtypes_triu_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8825216Z test_ops.py::TestCommonCPU::test_dtypes_triu_indices_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8825597Z test_ops.py::TestCommonCPU::test_dtypes_unbind_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8825973Z test_ops.py::TestCommonCPU::test_dtypes_uniform_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8826339Z test_ops.py::TestCommonCPU::test_dtypes_unique_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8826712Z test_ops.py::TestCommonCPU::test_dtypes_var_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8827098Z test_ops.py::TestCommonCPU::test_dtypes_view_as_complex_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8827480Z test_ops.py::TestCommonCPU::test_dtypes_view_as_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8827843Z test_ops.py::TestCommonCPU::test_dtypes_vsplit_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8828215Z test_ops.py::TestCommonCPU::test_dtypes_zero__cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8828588Z test_ops.py::TestCommonCPU::test_dtypes_zeros_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8828956Z test_ops.py::TestCommonCPU::test_dtypes_zeros_like_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:33:10.8829323Z test_ops.py::TestCommonCPU::test_errors___radd___cpu PASSED [ 3%] 2022-12-01T10:33:10.8829732Z test_ops.py::TestCommonCPU::test_errors___rdiv___cpu PASSED [ 3%] 2022-12-01T10:33:10.8830072Z test_ops.py::TestCommonCPU::test_errors___rsub___cpu PASSED [ 3%] 2022-12-01T10:33:10.8830397Z test_ops.py::TestCommonCPU::test_errors___rxor___cpu PASSED [ 3%] 2022-12-01T10:33:10.8830733Z test_ops.py::TestCommonCPU::test_errors_add_cpu PASSED [ 3%] 2022-12-01T10:33:10.8831069Z test_ops.py::TestCommonCPU::test_errors_amax_cpu PASSED [ 3%] 2022-12-01T10:33:10.8831392Z test_ops.py::TestCommonCPU::test_errors_aminmax_cpu PASSED [ 3%] 2022-12-01T10:33:10.8831733Z test_ops.py::TestCommonCPU::test_errors_arange_cpu PASSED [ 3%] 2022-12-01T10:33:10.8832070Z test_ops.py::TestCommonCPU::test_errors_bernoulli_cpu PASSED [ 3%] 2022-12-01T10:33:10.8832411Z test_ops.py::TestCommonCPU::test_errors_bitwise_and_cpu PASSED [ 3%] 2022-12-01T10:33:10.8832734Z test_ops.py::TestCommonCPU::test_errors_bitwise_or_cpu PASSED [ 3%] 2022-12-01T10:33:10.8833074Z test_ops.py::TestCommonCPU::test_errors_bitwise_right_shift_cpu PASSED [ 3%] 2022-12-01T10:33:10.8833415Z test_ops.py::TestCommonCPU::test_errors_clamp_max_cpu XFAIL [ 3%] 2022-12-01T10:33:10.8833737Z test_ops.py::TestCommonCPU::test_errors_clamp_min_cpu XFAIL [ 3%] 2022-12-01T10:33:10.8834133Z test_ops.py::TestCommonCPU::test_errors_complex_cpu PASSED [ 3%] 2022-12-01T10:33:10.8834463Z test_ops.py::TestCommonCPU::test_errors_diag_cpu PASSED [ 3%] 2022-12-01T10:33:10.8834796Z test_ops.py::TestCommonCPU::test_errors_diag_embed_cpu PASSED [ 3%] 2022-12-01T10:33:10.8835124Z test_ops.py::TestCommonCPU::test_errors_diagonal_cpu PASSED [ 3%] 2022-12-01T10:33:10.8835469Z test_ops.py::TestCommonCPU::test_errors_div_no_rounding_mode_cpu PASSED [ 3%] 2022-12-01T10:33:10.8835821Z test_ops.py::TestCommonCPU::test_errors_dsplit_cpu PASSED [ 3%] 2022-12-01T10:33:10.8836147Z test_ops.py::TestCommonCPU::test_errors_dstack_cpu PASSED [ 3%] 2022-12-01T10:33:10.8836482Z test_ops.py::TestCommonCPU::test_errors_eye_cpu PASSED [ 3%] 2022-12-01T10:33:10.8836817Z test_ops.py::TestCommonCPU::test_errors_flipud_cpu PASSED [ 3%] 2022-12-01T10:33:10.8837157Z test_ops.py::TestCommonCPU::test_errors_floor_divide_cpu PASSED [ 3%] 2022-12-01T10:33:10.8837484Z test_ops.py::TestCommonCPU::test_errors_fmax_cpu PASSED [ 3%] 2022-12-01T10:33:10.8837813Z test_ops.py::TestCommonCPU::test_errors_fmin_cpu PASSED [ 3%] 2022-12-01T10:33:10.8838165Z test_ops.py::TestCommonCPU::test_errors_fmod_cpu PASSED [ 3%] 2022-12-01T10:33:10.8838484Z test_ops.py::TestCommonCPU::test_errors_gcd_cpu PASSED [ 3%] 2022-12-01T10:33:10.8838807Z test_ops.py::TestCommonCPU::test_errors_ge_cpu PASSED [ 3%] 2022-12-01T10:33:10.8839134Z test_ops.py::TestCommonCPU::test_errors_igammac_cpu PASSED [ 3%] 2022-12-01T10:33:10.8839497Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 3%] 2022-12-01T10:33:10.8839846Z test_ops.py::TestCommonCPU::test_errors_kthvalue_cpu PASSED [ 3%] 2022-12-01T10:33:10.8840177Z test_ops.py::TestCommonCPU::test_errors_lcm_cpu PASSED [ 3%] 2022-12-01T10:33:10.8840502Z test_ops.py::TestCommonCPU::test_errors_le_cpu PASSED [ 3%] 2022-12-01T10:33:10.8840821Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_cpu PASSED [ 3%] 2022-12-01T10:33:10.8841181Z test_ops.py::TestCommonCPU::test_errors_linalg_lstsq_grad_oriented_cpu PASSED [ 3%] 2022-12-01T10:33:10.8841535Z test_ops.py::TestCommonCPU::test_errors_linspace_cpu PASSED [ 3%] 2022-12-01T10:33:10.8841876Z test_ops.py::TestCommonCPU::test_errors_logical_and_cpu PASSED [ 3%] 2022-12-01T10:33:10.8842205Z test_ops.py::TestCommonCPU::test_errors_logical_xor_cpu PASSED [ 3%] 2022-12-01T10:33:10.8842546Z test_ops.py::TestCommonCPU::test_errors_logspace_cpu PASSED [ 3%] 2022-12-01T10:33:10.8842880Z test_ops.py::TestCommonCPU::test_errors_lt_cpu PASSED [ 3%] 2022-12-01T10:33:10.8843202Z test_ops.py::TestCommonCPU::test_errors_masked_fill_cpu PASSED [ 3%] 2022-12-01T10:33:10.8843541Z test_ops.py::TestCommonCPU::test_errors_maximum_cpu PASSED [ 3%] 2022-12-01T10:33:10.8843875Z test_ops.py::TestCommonCPU::test_errors_mean_cpu PASSED [ 3%] 2022-12-01T10:33:10.8844212Z test_ops.py::TestCommonCPU::test_errors_min_binary_cpu PASSED [ 3%] 2022-12-01T10:33:10.8844538Z test_ops.py::TestCommonCPU::test_errors_movedim_cpu PASSED [ 3%] 2022-12-01T10:33:10.8844876Z test_ops.py::TestCommonCPU::test_errors_native_layer_norm_cpu PASSED [ 3%] 2022-12-01T10:33:10.8845220Z test_ops.py::TestCommonCPU::test_errors_nextafter_cpu PASSED [ 3%] 2022-12-01T10:33:10.8845563Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool2d_cpu PASSED [ 3%] 2022-12-01T10:33:10.8845934Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool3d_cpu PASSED [ 3%] 2022-12-01T10:33:10.8846302Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv2d_cpu PASSED [ 3%] 2022-12-01T10:33:10.8846662Z test_ops.py::TestCommonCPU::test_errors_nn_functional_embedding_cpu PASSED [ 3%] 2022-12-01T10:33:10.8847064Z test_ops.py::TestCommonCPU::test_errors_nn_functional_hinge_embedding_loss_cpu PASSED [ 3%] 2022-12-01T10:33:10.8847447Z test_ops.py::TestCommonCPU::test_errors_nn_functional_huber_loss_cpu PASSED [ 3%] 2022-12-01T10:33:10.8847813Z test_ops.py::TestCommonCPU::test_errors_nn_functional_l1_loss_cpu PASSED [ 3%] 2022-12-01T10:33:10.8848174Z test_ops.py::TestCommonCPU::test_errors_nn_functional_margin_ranking_loss_cpu PASSED [ 3%] 2022-12-01T10:33:10.8848550Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool1d_cpu PASSED [ 3%] 2022-12-01T10:33:10.8848917Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool2d_cpu PASSED [ 3%] 2022-12-01T10:33:10.8849281Z test_ops.py::TestCommonCPU::test_errors_nn_functional_prelu_cpu PASSED [ 3%] 2022-12-01T10:33:10.8849626Z test_ops.py::TestCommonCPU::test_errors_nn_functional_rrelu_cpu PASSED [ 3%] 2022-12-01T10:33:10.8849988Z test_ops.py::TestCommonCPU::test_errors_nn_functional_softshrink_cpu PASSED [ 3%] 2022-12-01T10:33:10.8850347Z test_ops.py::TestCommonCPU::test_errors_ormqr_cpu PASSED [ 3%] 2022-12-01T10:33:10.8850671Z test_ops.py::TestCommonCPU::test_errors_polar_cpu PASSED [ 3%] 2022-12-01T10:33:10.8851040Z test_ops.py::TestCommonCPU::test_errors_remainder_cpu PASSED [ 3%] 2022-12-01T10:33:10.8851374Z test_ops.py::TestCommonCPU::test_errors_roll_cpu PASSED [ 3%] 2022-12-01T10:33:10.8851707Z test_ops.py::TestCommonCPU::test_errors_rot90_cpu PASSED [ 3%] 2022-12-01T10:33:10.8852025Z test_ops.py::TestCommonCPU::test_errors_rsub_cpu PASSED [ 3%] 2022-12-01T10:33:10.8852356Z test_ops.py::TestCommonCPU::test_errors_scatter_cpu PASSED [ 3%] 2022-12-01T10:33:10.8852718Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_t_cpu PASSED [ 3%] 2022-12-01T10:33:10.8853184Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_u_cpu PASSED [ 3%] 2022-12-01T10:33:10.8853575Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_h_cpu PASSED [ 3%] 2022-12-01T10:33:10.8853958Z test_ops.py::TestCommonCPU::test_errors_special_hermite_polynomial_he_cpu PASSED [ 3%] 2022-12-01T10:33:10.8854348Z test_ops.py::TestCommonCPU::test_errors_special_laguerre_polynomial_l_cpu PASSED [ 3%] 2022-12-01T10:33:10.8854925Z 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:10.8855559Z 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:10.8855987Z test_ops.py::TestCommonCPU::test_errors_sub_cpu PASSED [ 4%] 2022-12-01T10:33:10.8856332Z test_ops.py::TestCommonCPU::test_errors_t_cpu PASSED [ 4%] 2022-12-01T10:33:10.8856654Z test_ops.py::TestCommonCPU::test_errors_trace_cpu PASSED [ 4%] 2022-12-01T10:33:10.8856998Z test_ops.py::TestCommonCPU::test_errors_true_divide_cpu PASSED [ 4%] 2022-12-01T10:33:10.8857345Z test_ops.py::TestCommonCPU::test_errors_view_as_cpu PASSED [ 4%] 2022-12-01T10:33:10.8857704Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8858102Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8858501Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8858912Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8859306Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8859705Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8860157Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8860559Z test_ops.py::TestCommonCPU::test_multiple_devices_acosh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8860946Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8861353Z test_ops.py::TestCommonCPU::test_multiple_devices_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8861762Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8862154Z test_ops.py::TestCommonCPU::test_multiple_devices_addcmul_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8862558Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8862959Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8863363Z test_ops.py::TestCommonCPU::test_multiple_devices_addmv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8863750Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8864185Z test_ops.py::TestCommonCPU::test_multiple_devices_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8864588Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8864990Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8865380Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8865775Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8866170Z test_ops.py::TestCommonCPU::test_multiple_devices_any_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8866562Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8866971Z test_ops.py::TestCommonCPU::test_multiple_devices_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8867376Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8867775Z test_ops.py::TestCommonCPU::test_multiple_devices_argsort_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8868163Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8868571Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8868983Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8869405Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8869872Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8870277Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8910432Z test_ops.py::TestCommonCPU::test_multiple_devices_asinh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8911002Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8911399Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8911809Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8912216Z test_ops.py::TestCommonCPU::test_multiple_devices_atanh_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8912791Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8913199Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8913621Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_2d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8914035Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8914447Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_3d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8914845Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8915255Z test_ops.py::TestCommonCPU::test_multiple_devices_baddbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8915667Z test_ops.py::TestCommonCPU::test_multiple_devices_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8916079Z test_ops.py::TestCommonCPU::test_multiple_devices_bincount_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8916529Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_and_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8916951Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_left_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8917371Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8917764Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8918162Z test_ops.py::TestCommonCPU::test_multiple_devices_bmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8918564Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8918967Z test_ops.py::TestCommonCPU::test_multiple_devices_bool_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8919369Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8919801Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8920223Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8920645Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_to_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8921046Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8921460Z test_ops.py::TestCommonCPU::test_multiple_devices_bucketize_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8921866Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8922283Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8922694Z test_ops.py::TestCommonCPU::test_multiple_devices_cartesian_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8923099Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8923496Z test_ops.py::TestCommonCPU::test_multiple_devices_ceil_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8923884Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8924287Z test_ops.py::TestCommonCPU::test_multiple_devices_chalf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8924682Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8925076Z test_ops.py::TestCommonCPU::test_multiple_devices_char_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8925504Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8925932Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8926342Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8926745Z test_ops.py::TestCommonCPU::test_multiple_devices_chunk_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8927132Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8927536Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8927943Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_max_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8928335Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8928742Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8929181Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8929598Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8930001Z test_ops.py::TestCommonCPU::test_multiple_devices_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8930403Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8930812Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8931232Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_physical_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8931640Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8932057Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8932463Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8932862Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8933358Z test_ops.py::TestCommonCPU::test_multiple_devices_cos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8933764Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8934179Z test_ops.py::TestCommonCPU::test_multiple_devices_count_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8934576Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8934978Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8935382Z test_ops.py::TestCommonCPU::test_multiple_devices_cummax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8935784Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8936179Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8936587Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8937009Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8937448Z test_ops.py::TestCommonCPU::test_multiple_devices_cumulative_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8937914Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8938321Z test_ops.py::TestCommonCPU::test_multiple_devices_deg2rad_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8938719Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8939125Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8939520Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8939943Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8940358Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8940756Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8941163Z test_ops.py::TestCommonCPU::test_multiple_devices_digamma_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8941618Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8942047Z test_ops.py::TestCommonCPU::test_multiple_devices_div_no_rounding_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8942444Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8942847Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8943253Z test_ops.py::TestCommonCPU::test_multiple_devices_double_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8943657Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8944051Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8944461Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8944872Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_like_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8945274Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8945654Z test_ops.py::TestCommonCPU::test_multiple_devices_eq_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8946053Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8946448Z test_ops.py::TestCommonCPU::test_multiple_devices_erf_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8946832Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8947239Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8947640Z test_ops.py::TestCommonCPU::test_multiple_devices_erfinv_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8948037Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8948424Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8948837Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_as_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:33:10.8949243Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8949716Z test_ops.py::TestCommonCPU::test_multiple_devices_expm1_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8950154Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8950554Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8950961Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8951349Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8951761Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8952172Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8952578Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8952974Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8953383Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8953784Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8954216Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8954620Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8955038Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8955448Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8955856Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8956247Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8956655Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8957067Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8957455Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8957858Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8958262Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8958670Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8959064Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8959468Z test_ops.py::TestCommonCPU::test_multiple_devices_flatten_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8959870Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8960276Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8960662Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8961069Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8961485Z test_ops.py::TestCommonCPU::test_multiple_devices_float_power_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8961875Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8962284Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8962730Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8963133Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8963518Z test_ops.py::TestCommonCPU::test_multiple_devices_fmax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8963915Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8964310Z test_ops.py::TestCommonCPU::test_multiple_devices_fmin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8964717Z test_ops.py::TestCommonCPU::test_multiple_devices_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8965111Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8965521Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8965931Z test_ops.py::TestCommonCPU::test_multiple_devices_gather_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8966359Z test_ops.py::TestCommonCPU::test_multiple_devices_geqrf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8966751Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8967156Z test_ops.py::TestCommonCPU::test_multiple_devices_histc_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8967565Z test_ops.py::TestCommonCPU::test_multiple_devices_histogram_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8967955Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8968356Z test_ops.py::TestCommonCPU::test_multiple_devices_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8968758Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8969160Z test_ops.py::TestCommonCPU::test_multiple_devices_igamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8969552Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8969961Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8970372Z test_ops.py::TestCommonCPU::test_multiple_devices_index_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8970780Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8971175Z test_ops.py::TestCommonCPU::test_multiple_devices_index_put_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8971585Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8972001Z test_ops.py::TestCommonCPU::test_multiple_devices_index_reduce_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8972411Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8972808Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8973322Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8973723Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8974111Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8974513Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8974913Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8975360Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8975775Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8976223Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8976663Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8977086Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_unary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8977483Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8977888Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8978291Z test_ops.py::TestCommonCPU::test_multiple_devices_lcm_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8978671Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8979109Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8979516Z test_ops.py::TestCommonCPU::test_multiple_devices_lgamma_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8979923Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8980336Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8980755Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8981173Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8981603Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8982028Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8982461Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8982874Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8983300Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8983714Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8984150Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8984587Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8985010Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8985424Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8985850Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8986294Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8986732Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8987144Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8987662Z 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:10.8988133Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8988538Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8988966Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8989392Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8989880Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8990284Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8990691Z test_ops.py::TestCommonCPU::test_multiple_devices_log1p_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8991121Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8991536Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8991943Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8992368Z test_ops.py::TestCommonCPU::test_multiple_devices_log_softmax_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8992781Z test_ops.py::TestCommonCPU::test_multiple_devices_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8993194Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8993600Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_not_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8994011Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8994424Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_or_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8994833Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8995231Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8995638Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8996046Z test_ops.py::TestCommonCPU::test_multiple_devices_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8996440Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8996843Z test_ops.py::TestCommonCPU::test_multiple_devices_long_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8997241Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8997633Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8998023Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8998426Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8998818Z test_ops.py::TestCommonCPU::test_multiple_devices_mH_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8999222Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.8999625Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9000092Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9000500Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9000897Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9001291Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9001696Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9002101Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9002493Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9002901Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:33:10.9003337Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9003743Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9004139Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9004531Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9004924Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9005316Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9005704Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_var_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9006093Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9006486Z test_ops.py::TestCommonCPU::test_multiple_devices_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9006882Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9007292Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9007693Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9008076Z test_ops.py::TestCommonCPU::test_multiple_devices_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9008462Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9008871Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9009297Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9009705Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9010093Z test_ops.py::TestCommonCPU::test_multiple_devices_min_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9010494Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9010904Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_no_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9011318Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9011756Z test_ops.py::TestCommonCPU::test_multiple_devices_min_reduction_with_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9012154Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9012532Z test_ops.py::TestCommonCPU::test_multiple_devices_mm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9012913Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9013387Z test_ops.py::TestCommonCPU::test_multiple_devices_movedim_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9013774Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9014158Z test_ops.py::TestCommonCPU::test_multiple_devices_msort_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9014528Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9014919Z test_ops.py::TestCommonCPU::test_multiple_devices_multinomial_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9015355Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9015755Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9016162Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9016572Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9016977Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9017378Z test_ops.py::TestCommonCPU::test_multiple_devices_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9017770Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9018167Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_copy_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9018555Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9018956Z test_ops.py::TestCommonCPU::test_multiple_devices_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9019359Z test_ops.py::TestCommonCPU::test_multiple_devices_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9019751Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9020127Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9020513Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9020911Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9021318Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_strided_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9021716Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9022101Z test_ops.py::TestCommonCPU::test_multiple_devices_new_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9022492Z test_ops.py::TestCommonCPU::test_multiple_devices_nextafter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9022929Z 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:10.9023386Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9023861Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9024304Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9024737Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9025159Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9025569Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9025989Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9026429Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9026862Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9027330Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9027780Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9028216Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9028638Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9029049Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9029525Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_bag_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9029989Z 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:10.9030442Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9030865Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9031285Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9031715Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9032162Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9032592Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9033015Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_leaky_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9033429Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9033856Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9034277Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9034698Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9035182Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9035614Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9036045Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9036488Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9036942Z 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:10.9037379Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9037801Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9038229Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_constant_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9038681Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9039116Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9039541Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9039967Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9040397Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9040823Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9041230Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9041642Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9042068Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9042488Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9042917Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9043350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9043780Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9044231Z 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:10.9044671Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9045099Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9045509Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9045892Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9046279Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9046705Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9047107Z test_ops.py::TestCommonCPU::test_multiple_devices_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9047502Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9047890Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9048280Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9048667Z test_ops.py::TestCommonCPU::test_multiple_devices_outer_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9049057Z test_ops.py::TestCommonCPU::test_multiple_devices_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9049451Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9049843Z test_ops.py::TestCommonCPU::test_multiple_devices_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9050278Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9050703Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9051122Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:10.9051535Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:10.9051932Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:10.9052339Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:10.9052743Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 6%] 2022-12-01T10:33:10.9053237Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9053626Z test_ops.py::TestCommonCPU::test_multiple_devices_positive_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9054011Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9054397Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9054782Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9055163Z test_ops.py::TestCommonCPU::test_multiple_devices_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9055554Z test_ops.py::TestCommonCPU::test_multiple_devices_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9055949Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9056342Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9056735Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9057119Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9057508Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:33:10.9057896Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9058288Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9058727Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9059126Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9059534Z test_ops.py::TestCommonCPU::test_multiple_devices_repeat_interleave_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9059936Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9060331Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_as_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9060717Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9061103Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9061503Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9061907Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9062331Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9062724Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9063117Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:33:10.9063509Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9063890Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9064281Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9064685Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_add_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9065079Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9065464Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9065865Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9066280Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amax_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9066692Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9067094Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9067506Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9067917Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9068332Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9068738Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9069142Z test_ops.py::TestCommonCPU::test_multiple_devices_searchsorted_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9069594Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9069991Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9070391Z test_ops.py::TestCommonCPU::test_multiple_devices_select_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9070815Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9071201Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9071582Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9071971Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9072360Z test_ops.py::TestCommonCPU::test_multiple_devices_signbit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9072744Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9073123Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9073515Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9073921Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9074356Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9074754Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9075153Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9075562Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9075960Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9076385Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9076829Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9077505Z 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:10.9078141Z 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:10.9078778Z 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:10.9079232Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9079635Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9080030Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9080426Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9080847Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9081268Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9081679Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9082105Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9082530Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9082984Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9083389Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9083820Z 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:10.9084272Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9084716Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9085150Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9085591Z test_ops.py::TestCommonCPU::test_multiple_devices_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9086210Z 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:10.9086892Z 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:10.9087542Z 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:10.9088191Z 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:10.9088832Z 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:10.9089301Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9089699Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9090091Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9090494Z test_ops.py::TestCommonCPU::test_multiple_devices_split_list_args_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9090899Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9091291Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9091681Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9092070Z test_ops.py::TestCommonCPU::test_multiple_devices_square_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9092454Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9092841Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9093319Z test_ops.py::TestCommonCPU::test_multiple_devices_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9093703Z test_ops.py::TestCommonCPU::test_multiple_devices_std_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9094090Z test_ops.py::TestCommonCPU::test_multiple_devices_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9094469Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9094845Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9095282Z test_ops.py::TestCommonCPU::test_multiple_devices_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9095677Z test_ops.py::TestCommonCPU::test_multiple_devices_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9096054Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9096431Z test_ops.py::TestCommonCPU::test_multiple_devices_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9096810Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9097187Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9097565Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9097954Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9098151Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9098366Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9098555Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9098737Z test_ops.py::TestCommonCPU::test_multiple_devices_to_sparse_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9098922Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9099107Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9099289Z test_ops.py::TestCommonCPU::test_multiple_devices_trace_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9099481Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9099673Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9099864Z test_ops.py::TestCommonCPU::test_multiple_devices_trapezoid_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100062Z test_ops.py::TestCommonCPU::test_multiple_devices_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100246Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100422Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100600Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100786Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9100976Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9101160Z test_ops.py::TestCommonCPU::test_multiple_devices_unbind_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9101350Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9101549Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9101742Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_consecutive_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9101935Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9102117Z test_ops.py::TestCommonCPU::test_multiple_devices_unsqueeze_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9102331Z test_ops.py::TestCommonCPU::test_multiple_devices_var_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9102519Z test_ops.py::TestCommonCPU::test_multiple_devices_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9102707Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9102886Z test_ops.py::TestCommonCPU::test_multiple_devices_vdot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9103082Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9103266Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9103451Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9103637Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9103819Z test_ops.py::TestCommonCPU::test_multiple_devices_vsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104006Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104223Z test_ops.py::TestCommonCPU::test_multiple_devices_where_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104404Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104581Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104771Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:33:10.9104965Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_like_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:33:10.9105171Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___radd___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9105379Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___ror___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9105580Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rxor___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9105782Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acos_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9105987Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_acosh_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9106188Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_add_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9106390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_addr_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9106588Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amax_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9106785Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_amin_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9106987Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_angle_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9107193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argsort_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9107402Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9107600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9107808Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_3d_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9108013Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bfloat16_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9108263Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_and_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9108470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_not_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9108676Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_or_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9108883Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bitwise_xor_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9109082Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_bool_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9109292Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_to_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9109549Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_byte_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9109755Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cat_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9109988Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chalf_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9110193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_chunk_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9110403Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_combinations_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9110600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9110814Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_contiguous_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9111023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_copysign_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9111224Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cosh_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9111436Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_count_nonzero_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9111628Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diff_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9111834Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_digamma_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9112040Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_double_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9112243Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dsplit_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9112444Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eq_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9112647Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfinv_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9112853Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_as_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9113054Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expm1_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9113260Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9113463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9113660Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9113894Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9114103Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9114309Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9114512Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9114716Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9114920Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9115124Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9115331Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flatten_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9115562Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9115756Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmin_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9115961Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gather_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9116162Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ge_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9116371Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_heaviside_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9116577Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hsplit_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9116783Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_fill_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9116992Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_put_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9117201Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_select_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9117401Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_int_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9117599Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isclose_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9117805Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isposinf_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9118023Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9118223Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_kron_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9118427Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ldexp_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9118627Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_le_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9118831Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lgamma_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9119048Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_softmax_dtype_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9119256Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_not_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9119490Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_or_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9119692Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_xor_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9119897Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logit_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9120103Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logsumexp_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9120303Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_long_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9120503Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_lt_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9120702Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mH_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9120911Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_fill_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9121145Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_mean_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9121352Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_prod_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9121564Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_select_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9121779Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_with_dim_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9122003Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_list_of_tensors_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9122224Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_no_dim_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9122443Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_reduction_with_dim_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9122651Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_minimum_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9122854Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_msort_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9123052Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mul_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9123255Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nansum_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9123459Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_copy_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9123664Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_narrow_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9123857Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ne_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9124056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:33:10.9124269Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_ones_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9124510Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_cosine_embedding_loss_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9124769Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_feature_alpha_dropout_without_train_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9125002Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_circular_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9125264Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pad_constant_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9125500Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_shuffle_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9125733Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nn_functional_pixel_unshuffle_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9125944Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nonzero_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9126145Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_like_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9126357Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_2_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:33:10.9126570Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ravel_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9126807Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_real_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9127021Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize_as__cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9127238Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_conj_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9127445Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rot90_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9127662Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_add_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9127872Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9128101Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amax_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9128316Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_sum_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9128524Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9128743Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_select_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9128952Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_signbit_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9129160Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinc_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9129371Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9129590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_slice_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9129816Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_softmax_with_dtype_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9130024Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sort_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9130246Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_airy_ai_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9130455Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y1_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9130693Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_u_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9131147Z 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:10.9131369Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_entr_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9131604Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_h_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9131841Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_hermite_polynomial_he_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9132061Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i0e_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9132294Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_laguerre_polynomial_l_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9132517Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_log_ndtr_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9132781Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i0_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:33:10.9133089Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_i1_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9133326Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k1_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9133544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtr_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9133786Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9134022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_scaled_modified_bessel_k1_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9134429Z 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:10.9134818Z 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:10.9135051Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_spherical_bessel_j0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9135275Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_xlog1py_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9135493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_list_args_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9135718Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_with_sizes_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9135914Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sqrt_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9136127Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_square_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9136337Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_stack_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9136544Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_t_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9136753Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9137007Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tanh_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9137209Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tile_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9137426Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_sparse_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9137643Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_true_divide_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9137856Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unbind_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9138056Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unflatten_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9138266Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unfold_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9138493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_consecutive_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9138710Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unsqueeze_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9138982Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vstack_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9139198Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_xlogy_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9139407Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zero__cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9139619Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_like_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:33:10.9139821Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9140026Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9140217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9140421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9140632Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9140836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rand___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9141042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9141255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9141467Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9141656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmatmul___cpu_int64 SKIPPED (67470!) [ 9%] 2022-12-01T10:33:10.9141867Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9142061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9142263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9142465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rxor___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9142669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9142869Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9143098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9143308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9143509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9143709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9143903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9144109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9144313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addbmm_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9144523Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9144733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9144961Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9145173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9145374Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9145575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9145758Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9145963Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9146179Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9146380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9146582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9146788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9146988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_aminmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9147191Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9147389Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9147581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9147783Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9147981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_any_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9148186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9148388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_arange_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9148589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9148788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9149028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9149238Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9149430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9149693Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9149905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9150115Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9150357Z 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:10.9150597Z 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:10.9150802Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9151035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9151243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9151450Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9151642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9151848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9152050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9152265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9152473Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9152681Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9152888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9153097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9153304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9153497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9153712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9153920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9154123Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9154337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_left_shift_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9154543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9154747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9154966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_right_shift_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9155199Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9155414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9155609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9155812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9156033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9156246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9156452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9156662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9156868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9157111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9157317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9157507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9157709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cdist_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9157912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9158122Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9158322Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9158528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9158736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9158951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9159168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9159375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9159568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9159770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9159979Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9160186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_max_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9160393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9160597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9160813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9161022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:33:10.9161255Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_column_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9161451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_complex_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9161654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9161854Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9162070Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9162279Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9162495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9162712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9162951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_constant_pad_nd_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9163160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9163351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9163561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9163766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9163969Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9164174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9164375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9164579Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9164793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9164999Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9165200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9165387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9165589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9165797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9166000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummax_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9166202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9166409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9166611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9166836Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9167058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9167276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9167482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_deg2rad_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9167686Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9167886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9168099Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9168304Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9168517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9168725Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9168937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9169154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9169356Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9169563Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9169765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_digamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9169967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9170183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9170393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9170597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9170798Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9170988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9171193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9171401Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9171595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9171792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9171993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9172189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9172397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9172595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9172785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9173071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfc_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9173323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9173531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9173732Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9173942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9174142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9174343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9174542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9174720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_float32 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9174910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eye_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:33:10.9175116Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9175357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9175564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9175765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9175977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9176187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9176394Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9176597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9176792Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9176993Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9177198Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9177409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9177610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9177824Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9178038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9178246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9178452Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9178644Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9178852Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9179061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9179267Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ihfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9179505Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9179712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9179914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9180124Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9180330Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9180521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9180726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9180934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9181165Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9181375Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9181576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9181776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9181978Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9182177Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9182388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9182578Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9182780Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9182989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9183200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9183400Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9183599Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9183799Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9184002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9184206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmod_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9184393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frac_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9184597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_frexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9184801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9185003Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9185206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9185434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9185633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ge_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9185842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9186044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_geqrf_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9186243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9186441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9186647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9186843Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9187052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9187286Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogram_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9187493Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9187702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9187902Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9188091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hypot_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:33:10.9188289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9188496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9188703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9188915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9189119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9189326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9189601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9189817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9190027Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9190221Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9190432Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9190634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9190837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_inner_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9191046Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9191250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9191496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isin_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9191700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9191907Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9192103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9192308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9192509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9192713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9192936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9193162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9193421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9193653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9193873Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9194072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9194287Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9194495Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9194694Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9194906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9195111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9195313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9195514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9195713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_le_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9195916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9196107Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lerp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9196311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9196520Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9196738Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9196949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9197157Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cross_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9197368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9197638Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_float32 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:33:10.9197845Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9198050Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9198257Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigh_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9198469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9198700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9198911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9199131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9199380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9199594Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9199809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9200038Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9200233Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9200448Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9200665Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9200883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9201103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9201324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9201542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_power_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9201760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9201988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9202184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_float32 SKIPPED (67470!) [ 11%] 2022-12-01T10:33:10.9202407Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9202639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_subgradients_at_zero_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9202853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9203077Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9203295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9203543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9203763Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9203974Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9204181Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_qr_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9204397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9204597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9204807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9205035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9205284Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_triangular_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9205494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9205713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9205925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9206133Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9206347Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9206546Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vecdot_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9206762Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9206971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9207178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9207381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9207587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9207790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log1p_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9207995Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9208195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9208406Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9208620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9208829Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp2_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9209043Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logcumsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9209250Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9209484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logdet_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9209697Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9209906Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9210112Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9210318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9210509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9210711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9210915Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logit_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9211121Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9211351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9211558Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9211761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9211959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_long_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9212160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9212343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lt_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9212547Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9212757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9212966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9213264Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_unpack_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9213466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9213676Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9213883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9214103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9214302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9214519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9214736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logaddexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9214953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9215168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9215382Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9215630Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9215848Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9216059Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:33:10.9216269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9216466Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9216674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9216883Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9217092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9217302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9217544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9217765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9217983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_no_dim_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9218189Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9218381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_maximum_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9218587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9218790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9219014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9219246Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9219474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9219685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9219903Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9220120Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_no_dim_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9220341Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9220530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9220730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9220933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9221146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9221348Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9221582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9221785Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_msort_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9221989Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9222188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9222397Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9222616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9222825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9223032Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nan_to_num_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9223240Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9223478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanquantile_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9223695Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9223904Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9224111Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9224319Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9224509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9224714Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9224916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9225118Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9225317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9225519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_float32 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:33:10.9225767Z 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:10.9226012Z 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:10.9226258Z 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:10.9226453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9226657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9226864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9227066Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9227312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9227574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9227800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9228025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9228243Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_bilinear_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9228460Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_celu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9228670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9228886Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9229119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9229373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9229669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9229905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9230131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9230358Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cross_entropy_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9230581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9230803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9231013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9231261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_with_train_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9231516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9231765Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9232015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_feature_alpha_dropout_without_train_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9232252Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9232484Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9232701Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_glu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9232926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_instance_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9233159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9233396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9233689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9233928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_trilinear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9234143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_kl_div_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9234363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9234587Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9234807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9235029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9235271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9235508Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9235741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9235951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9236174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9236396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_pool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9236619Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9236846Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9237075Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9237293Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9237530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_margin_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9237770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multilabel_soft_margin_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9237990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9238203Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9238427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_one_hot_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9238653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9238879Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9239102Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9239360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9239583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_reflect_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9239819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9240052Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9240271Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pdist_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9240490Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9240715Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9240934Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9241176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9241409Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_soft_margin_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9241642Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9241870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9242090Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softplus_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9242312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9242538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9242761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9242983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9243215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9243459Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9243690Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9243896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9244101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9244309Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9244513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9244728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_normal_number_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9244920Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9245131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9245363Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:33:10.9245568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9245776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9245977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9246187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9246393Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9246615Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9246837Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9247065Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:10.9247275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:10.9247481Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:10.9247689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9247896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9248101Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9248307Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9248507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pow_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9248709Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9248896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9249100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9249299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9249502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9249707Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_qr_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9249914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9250128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9250335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_float32 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:33:10.9250539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9250735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9250938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9251143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9251384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9251591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9251797Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9252002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9252226Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9252443Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9252656Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9252851Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9253274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9253483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9253685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9253890Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9254103Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9254314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9254525Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_conj_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9254731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9254922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9255125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9255329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9255542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9255747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:10.9255952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9256156Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9256372Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9256582Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9256774Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9256977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9257193Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9257442Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9257654Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9257871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9258086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9258300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9258512Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9258734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_offsets_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9258927Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9259142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9259380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_scatter_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9259588Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9259788Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9259987Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sgn_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9260197Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9260405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9260609Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_short_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9260807Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9261012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9261212Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sigmoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9261414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9261616Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9261815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9262021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9262222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9262434Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9262639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9262839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9263048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:33:10.9263260Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9263501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9263713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9263928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9264140Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9264369Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9264802Z 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:10.9265180Z 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:10.9265602Z 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:10.9265817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9266044Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9266276Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9266507Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_he_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9266716Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9266926Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9267136Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9267527Z 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:10.9267914Z 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:10.9268119Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9268342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9268568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9268791Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9269012Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9269225Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9269433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtr_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9269755Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9270028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9270261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9270652Z 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:10.9271060Z 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:10.9271458Z 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:10.9271846Z 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:10.9272064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9272310Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_xlog1py_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9272529Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9272743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9272955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9273169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9273378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9273570Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9273772Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9273977Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9274182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9274387Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9274591Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9274801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9275010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:33:10.9275217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9275408Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9275612Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9275810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9276021Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9276227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9276470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9276669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9276870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9277091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9277289Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9277494Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9277700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9277905Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9278104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tan_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9278331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9278542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9278749Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9278950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9279152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9279339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9279539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9279747Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9279950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9280160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9280364Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9280574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9280782Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9280990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9281182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9281385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapz_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9281602Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9281803Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9282005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9282207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9282405Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9282640Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9282850Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9283040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9283251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9283454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9283653Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9283862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9284071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9284303Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9284509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9284721Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_complex_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9284923Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9285109Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9285311Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9285515Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9285717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9285924Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9286125Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9286323Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zero__cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9286530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9286731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9286916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9287129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9287340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9287533Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9287730Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9287921Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9288108Z test_ops.py::TestCommonCPU::test_numpy_ref_aminmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9288304Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9288524Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9288714Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9288917Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9289114Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9289305Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9289491Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9289672Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9289854Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9290049Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9290245Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9290450Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9290637Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9290823Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291004Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291197Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291387Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291577Z test_ops.py::TestCommonCPU::test_numpy_ref_flatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291792Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9291991Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9292205Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9292404Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9292596Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9292800Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9293105Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9293312Z test_ops.py::TestCommonCPU::test_numpy_ref_native_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9293535Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9293751Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9293953Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_gelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9294149Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_group_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9294354Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9294556Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_one_hot_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9294819Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295034Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295236Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pdist_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295425Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295611Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295804Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9295979Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9296174Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9296359Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9296581Z test_ops.py::TestCommonCPU::test_numpy_ref_roll_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9296780Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9296973Z test_ops.py::TestCommonCPU::test_numpy_ref_searchsorted_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9297173Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9297366Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9297557Z test_ops.py::TestCommonCPU::test_numpy_ref_tensor_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9297732Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9297915Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9298114Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9298310Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9298500Z test_ops.py::TestCommonCPU::test_numpy_ref_transpose_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9298692Z test_ops.py::TestCommonCPU::test_numpy_ref_tril_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9298880Z test_ops.py::TestCommonCPU::test_numpy_ref_triu_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9299071Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:33:10.9299239Z test_ops.py::TestCommonCPU::test_out_T_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9299392Z test_ops.py::TestCommonCPU::test_out___rand___cpu_int64 PASSED [ 14%] 2022-12-01T10:33:10.9299558Z test_ops.py::TestCommonCPU::test_out___rmod___cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9299716Z test_ops.py::TestCommonCPU::test_out___rxor___cpu_int64 PASSED [ 14%] 2022-12-01T10:33:10.9299881Z test_ops.py::TestCommonCPU::test_out__refs_abs_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300043Z test_ops.py::TestCommonCPU::test_out__refs_add_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300209Z test_ops.py::TestCommonCPU::test_out__refs_addcdiv_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300374Z test_ops.py::TestCommonCPU::test_out__refs_addr_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300533Z test_ops.py::TestCommonCPU::test_out__refs_all_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300708Z test_ops.py::TestCommonCPU::test_out__refs_amin_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9300867Z test_ops.py::TestCommonCPU::test_out__refs_any_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9301031Z test_ops.py::TestCommonCPU::test_out__refs_arange_cpu_float32 PASSED [ 14%] 2022-12-01T10:33:10.9301192Z test_ops.py::TestCommonCPU::test_out__refs_asinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9301357Z test_ops.py::TestCommonCPU::test_out__refs_atleast_1d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9301519Z test_ops.py::TestCommonCPU::test_out__refs_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9301679Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9301856Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_shapes_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302005Z test_ops.py::TestCommonCPU::test_out__refs_cat_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302168Z test_ops.py::TestCommonCPU::test_out__refs_chunk_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302330Z test_ops.py::TestCommonCPU::test_out__refs_clamp_max_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302500Z test_ops.py::TestCommonCPU::test_out__refs_column_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302704Z test_ops.py::TestCommonCPU::test_out__refs_constant_pad_nd_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9302871Z test_ops.py::TestCommonCPU::test_out__refs_copysign_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303026Z test_ops.py::TestCommonCPU::test_out__refs_cos_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303187Z test_ops.py::TestCommonCPU::test_out__refs_cosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303335Z test_ops.py::TestCommonCPU::test_out__refs_cumsum_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303498Z test_ops.py::TestCommonCPU::test_out__refs_diag_embed_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303661Z test_ops.py::TestCommonCPU::test_out__refs_diagonal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9303873Z test_ops.py::TestCommonCPU::test_out__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:33:10.9304034Z test_ops.py::TestCommonCPU::test_out__refs_erf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304193Z test_ops.py::TestCommonCPU::test_out__refs_erfc_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304351Z test_ops.py::TestCommonCPU::test_out__refs_erfinv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304510Z test_ops.py::TestCommonCPU::test_out__refs_eye_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304660Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304821Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9304980Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305141Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305303Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305476Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305640Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305800Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9305949Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306109Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306268Z test_ops.py::TestCommonCPU::test_out__refs_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306428Z test_ops.py::TestCommonCPU::test_out__refs_flatten_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306584Z test_ops.py::TestCommonCPU::test_out__refs_fmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306774Z test_ops.py::TestCommonCPU::test_out__refs_fmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9306932Z test_ops.py::TestCommonCPU::test_out__refs_fmod_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307088Z test_ops.py::TestCommonCPU::test_out__refs_frac_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307250Z test_ops.py::TestCommonCPU::test_out__refs_hsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307396Z test_ops.py::TestCommonCPU::test_out__refs_hstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307552Z test_ops.py::TestCommonCPU::test_out__refs_i0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307721Z test_ops.py::TestCommonCPU::test_out__refs_index_select_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9307883Z test_ops.py::TestCommonCPU::test_out__refs_isneginf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308045Z test_ops.py::TestCommonCPU::test_out__refs_isposinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308205Z test_ops.py::TestCommonCPU::test_out__refs_isreal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308365Z test_ops.py::TestCommonCPU::test_out__refs_lgamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308533Z test_ops.py::TestCommonCPU::test_out__refs_linalg_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308723Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svdvals_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9308900Z test_ops.py::TestCommonCPU::test_out__refs_linalg_vector_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309058Z test_ops.py::TestCommonCPU::test_out__refs_log2_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309217Z test_ops.py::TestCommonCPU::test_out__refs_log_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309388Z test_ops.py::TestCommonCPU::test_out__refs_log_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309610Z test_ops.py::TestCommonCPU::test_out__refs_logical_and_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309783Z test_ops.py::TestCommonCPU::test_out__refs_logical_not_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9309951Z test_ops.py::TestCommonCPU::test_out__refs_logspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310104Z test_ops.py::TestCommonCPU::test_out__refs_logsumexp_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310273Z test_ops.py::TestCommonCPU::test_out__refs_masked_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310459Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310647Z test_ops.py::TestCommonCPU::test_out__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310813Z test_ops.py::TestCommonCPU::test_out__refs_movedim_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9310974Z test_ops.py::TestCommonCPU::test_out__refs_mul_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311141Z test_ops.py::TestCommonCPU::test_out__refs_narrow_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311321Z test_ops.py::TestCommonCPU::test_out__refs_native_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311473Z test_ops.py::TestCommonCPU::test_out__refs_new_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311638Z test_ops.py::TestCommonCPU::test_out__refs_new_zeros_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311807Z test_ops.py::TestCommonCPU::test_out__refs_nextafter_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9311992Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9312175Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9312357Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9312536Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9312714Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9312908Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313106Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313290Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_threshold_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313454Z test_ops.py::TestCommonCPU::test_out__refs_ones_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313621Z test_ops.py::TestCommonCPU::test_out__refs_positive_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313782Z test_ops.py::TestCommonCPU::test_out__refs_pow_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9313940Z test_ops.py::TestCommonCPU::test_out__refs_prod_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314100Z test_ops.py::TestCommonCPU::test_out__refs_ravel_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314262Z test_ops.py::TestCommonCPU::test_out__refs_real_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314415Z test_ops.py::TestCommonCPU::test_out__refs_reciprocal_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314581Z test_ops.py::TestCommonCPU::test_out__refs_reshape_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314739Z test_ops.py::TestCommonCPU::test_out__refs_roll_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9314926Z test_ops.py::TestCommonCPU::test_out__refs_round_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315084Z test_ops.py::TestCommonCPU::test_out__refs_sgn_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315244Z test_ops.py::TestCommonCPU::test_out__refs_sigmoid_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315401Z test_ops.py::TestCommonCPU::test_out__refs_sign_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315578Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315730Z test_ops.py::TestCommonCPU::test_out__refs_special_i1_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9315901Z test_ops.py::TestCommonCPU::test_out__refs_special_logit_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316098Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316294Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316485Z test_ops.py::TestCommonCPU::test_out__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316658Z test_ops.py::TestCommonCPU::test_out__refs_special_zeta_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316818Z test_ops.py::TestCommonCPU::test_out__refs_sqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9316978Z test_ops.py::TestCommonCPU::test_out__refs_square_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317128Z test_ops.py::TestCommonCPU::test_out__refs_stack_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317291Z test_ops.py::TestCommonCPU::test_out__refs_std_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317450Z test_ops.py::TestCommonCPU::test_out__refs_sum_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317619Z test_ops.py::TestCommonCPU::test_out__refs_sum_to_size_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317786Z test_ops.py::TestCommonCPU::test_out__refs_tensor_split_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9317952Z test_ops.py::TestCommonCPU::test_out__refs_transpose_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9318112Z test_ops.py::TestCommonCPU::test_out__refs_tril_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9318277Z test_ops.py::TestCommonCPU::test_out__refs_tril_indices_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9318423Z test_ops.py::TestCommonCPU::test_out__refs_triu_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9318582Z test_ops.py::TestCommonCPU::test_out__refs_trunc_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9318742Z test_ops.py::TestCommonCPU::test_out__refs_unbind_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9318912Z test_ops.py::TestCommonCPU::test_out__refs_unfold_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319116Z test_ops.py::TestCommonCPU::test_out__refs_unsqueeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319275Z test_ops.py::TestCommonCPU::test_out__refs_view_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319434Z test_ops.py::TestCommonCPU::test_out__refs_view_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319595Z test_ops.py::TestCommonCPU::test_out__refs_where_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319750Z test_ops.py::TestCommonCPU::test_out_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9319893Z test_ops.py::TestCommonCPU::test_out_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320053Z test_ops.py::TestCommonCPU::test_out_addcdiv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320211Z test_ops.py::TestCommonCPU::test_out_addcmul_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320369Z test_ops.py::TestCommonCPU::test_out_addmv_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320524Z test_ops.py::TestCommonCPU::test_out_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320680Z test_ops.py::TestCommonCPU::test_out_angle_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9320840Z test_ops.py::TestCommonCPU::test_out_argmin_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321027Z test_ops.py::TestCommonCPU::test_out_argsort_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321176Z test_ops.py::TestCommonCPU::test_out_argwhere_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321338Z test_ops.py::TestCommonCPU::test_out_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321510Z test_ops.py::TestCommonCPU::test_out_as_strided_scatter_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321666Z test_ops.py::TestCommonCPU::test_out_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321826Z test_ops.py::TestCommonCPU::test_out_atleast_3d_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9321983Z test_ops.py::TestCommonCPU::test_out_baddbmm_cpu_float32 PASSED [ 15%] 2022-12-01T10:33:10.9322145Z test_ops.py::TestCommonCPU::test_out_bernoulli_cpu_float32 XFAIL [ 15%] 2022-12-01T10:33:10.9322301Z test_ops.py::TestCommonCPU::test_out_bincount_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9322449Z test_ops.py::TestCommonCPU::test_out_bitwise_and_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9322613Z test_ops.py::TestCommonCPU::test_out_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9322769Z test_ops.py::TestCommonCPU::test_out_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9322943Z test_ops.py::TestCommonCPU::test_out_bitwise_right_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:33:10.9323101Z test_ops.py::TestCommonCPU::test_out_block_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9323259Z test_ops.py::TestCommonCPU::test_out_bool_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9323426Z test_ops.py::TestCommonCPU::test_out_broadcast_tensors_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9323588Z test_ops.py::TestCommonCPU::test_out_bucketize_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9323738Z test_ops.py::TestCommonCPU::test_out_cartesian_prod_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9323902Z test_ops.py::TestCommonCPU::test_out_cholesky_inverse_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:10.9324063Z test_ops.py::TestCommonCPU::test_out_clamp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9324221Z test_ops.py::TestCommonCPU::test_out_clamp_min_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9324385Z test_ops.py::TestCommonCPU::test_out_conj_physical_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9324549Z test_ops.py::TestCommonCPU::test_out_constant_pad_nd_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9324708Z test_ops.py::TestCommonCPU::test_out_corrcoef_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9324865Z test_ops.py::TestCommonCPU::test_out_cos_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325008Z test_ops.py::TestCommonCPU::test_out_cosh_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325192Z test_ops.py::TestCommonCPU::test_out_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325367Z test_ops.py::TestCommonCPU::test_out_cumulative_trapezoid_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325529Z test_ops.py::TestCommonCPU::test_out_deg2rad_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325689Z test_ops.py::TestCommonCPU::test_out_diagflat_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9325848Z test_ops.py::TestCommonCPU::test_out_diagonal_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326012Z test_ops.py::TestCommonCPU::test_out_diagonal_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326171Z test_ops.py::TestCommonCPU::test_out_digamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326333Z test_ops.py::TestCommonCPU::test_out_div_no_rounding_mode_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326505Z test_ops.py::TestCommonCPU::test_out_div_trunc_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326663Z test_ops.py::TestCommonCPU::test_out_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9326822Z test_ops.py::TestCommonCPU::test_out_double_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9327036Z test_ops.py::TestCommonCPU::test_out_dsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9327194Z test_ops.py::TestCommonCPU::test_out_einsum_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9327355Z test_ops.py::TestCommonCPU::test_out_empty_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9327510Z test_ops.py::TestCommonCPU::test_out_eq_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9327733Z 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:10.9327890Z test_ops.py::TestCommonCPU::test_out_erf_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328046Z test_ops.py::TestCommonCPU::test_out_erfc_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328204Z test_ops.py::TestCommonCPU::test_out_exp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328364Z test_ops.py::TestCommonCPU::test_out_expand_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328526Z test_ops.py::TestCommonCPU::test_out_fft_fft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328692Z test_ops.py::TestCommonCPU::test_out_fft_fftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9328852Z test_ops.py::TestCommonCPU::test_out_fft_hfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9329015Z test_ops.py::TestCommonCPU::test_out_fft_ifft_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9329161Z test_ops.py::TestCommonCPU::test_out_fft_ifftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9329325Z test_ops.py::TestCommonCPU::test_out_fft_ifftshift_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9329484Z test_ops.py::TestCommonCPU::test_out_fft_ihfft2_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:10.9329646Z test_ops.py::TestCommonCPU::test_out_fft_ihfftn_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:10.9329805Z test_ops.py::TestCommonCPU::test_out_fft_rfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9329962Z test_ops.py::TestCommonCPU::test_out_fft_rfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330123Z test_ops.py::TestCommonCPU::test_out_flatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330282Z test_ops.py::TestCommonCPU::test_out_flip_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330426Z test_ops.py::TestCommonCPU::test_out_flipud_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330583Z test_ops.py::TestCommonCPU::test_out_fmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330739Z test_ops.py::TestCommonCPU::test_out_fmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9330897Z test_ops.py::TestCommonCPU::test_out_frac_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331054Z test_ops.py::TestCommonCPU::test_out_frexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331238Z test_ops.py::TestCommonCPU::test_out_full_like_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331399Z test_ops.py::TestCommonCPU::test_out_gradient_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331556Z test_ops.py::TestCommonCPU::test_out_gt_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331700Z test_ops.py::TestCommonCPU::test_out_half_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9331860Z test_ops.py::TestCommonCPU::test_out_heaviside_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9332015Z test_ops.py::TestCommonCPU::test_out_histc_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9332259Z 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:10.9332418Z test_ops.py::TestCommonCPU::test_out_hsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9332575Z test_ops.py::TestCommonCPU::test_out_i0_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9332733Z test_ops.py::TestCommonCPU::test_out_igamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9332890Z test_ops.py::TestCommonCPU::test_out_imag_cpu_complex64 PASSED [ 16%] 2022-12-01T10:33:10.9333177Z test_ops.py::TestCommonCPU::test_out_index_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9333342Z test_ops.py::TestCommonCPU::test_out_index_copy_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9333506Z test_ops.py::TestCommonCPU::test_out_index_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9333665Z test_ops.py::TestCommonCPU::test_out_index_put_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9333827Z test_ops.py::TestCommonCPU::test_out_index_reduce_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9333990Z test_ops.py::TestCommonCPU::test_out_index_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334148Z test_ops.py::TestCommonCPU::test_out_inner_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334312Z test_ops.py::TestCommonCPU::test_out_isclose_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334455Z test_ops.py::TestCommonCPU::test_out_isin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334618Z test_ops.py::TestCommonCPU::test_out_isnan_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334778Z test_ops.py::TestCommonCPU::test_out_isposinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9334935Z test_ops.py::TestCommonCPU::test_out_isreal_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9335093Z test_ops.py::TestCommonCPU::test_out_istft_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9335304Z test_ops.py::TestCommonCPU::test_out_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:10.9335501Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:10.9335710Z test_ops.py::TestCommonCPU::test_out_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:33:10.9335875Z test_ops.py::TestCommonCPU::test_out_kthvalue_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336020Z test_ops.py::TestCommonCPU::test_out_ldexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336179Z test_ops.py::TestCommonCPU::test_out_le_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336338Z test_ops.py::TestCommonCPU::test_out_lgamma_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336502Z test_ops.py::TestCommonCPU::test_out_linalg_cond_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336662Z test_ops.py::TestCommonCPU::test_out_linalg_cross_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336821Z test_ops.py::TestCommonCPU::test_out_linalg_det_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9336980Z test_ops.py::TestCommonCPU::test_out_linalg_eig_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:10.9337144Z test_ops.py::TestCommonCPU::test_out_linalg_eigvalsh_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9337352Z test_ops.py::TestCommonCPU::test_out_linalg_householder_product_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9337515Z test_ops.py::TestCommonCPU::test_out_linalg_inv_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9337690Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9337855Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338019Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338189Z test_ops.py::TestCommonCPU::test_out_linalg_lu_factor_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338351Z test_ops.py::TestCommonCPU::test_out_linalg_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338534Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338684Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9338927Z 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:10.9339096Z test_ops.py::TestCommonCPU::test_out_linalg_slogdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9339281Z test_ops.py::TestCommonCPU::test_out_linalg_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9339462Z test_ops.py::TestCommonCPU::test_out_linalg_solve_triangular_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9339623Z test_ops.py::TestCommonCPU::test_out_linalg_svd_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9339788Z test_ops.py::TestCommonCPU::test_out_linalg_tensorinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9339954Z test_ops.py::TestCommonCPU::test_out_linalg_vander_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340102Z test_ops.py::TestCommonCPU::test_out_linalg_vecdot_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340272Z test_ops.py::TestCommonCPU::test_out_linalg_vector_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340434Z test_ops.py::TestCommonCPU::test_out_linspace_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340590Z test_ops.py::TestCommonCPU::test_out_log10_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340750Z test_ops.py::TestCommonCPU::test_out_log1p_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9340907Z test_ops.py::TestCommonCPU::test_out_log2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341067Z test_ops.py::TestCommonCPU::test_out_log_softmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341228Z test_ops.py::TestCommonCPU::test_out_logaddexp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341390Z test_ops.py::TestCommonCPU::test_out_logaddexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341540Z test_ops.py::TestCommonCPU::test_out_logcumsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341698Z test_ops.py::TestCommonCPU::test_out_logical_xor_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9341856Z test_ops.py::TestCommonCPU::test_out_long_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342008Z test_ops.py::TestCommonCPU::test_out_lt_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342165Z test_ops.py::TestCommonCPU::test_out_lu_cpu_float32 XFAIL [ 16%] 2022-12-01T10:33:10.9342322Z test_ops.py::TestCommonCPU::test_out_lu_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342480Z test_ops.py::TestCommonCPU::test_out_lu_unpack_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342638Z test_ops.py::TestCommonCPU::test_out_masked_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342787Z test_ops.py::TestCommonCPU::test_out_masked_cumprod_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9342948Z test_ops.py::TestCommonCPU::test_out_masked_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343111Z test_ops.py::TestCommonCPU::test_out_masked_logsumexp_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343296Z test_ops.py::TestCommonCPU::test_out_masked_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343454Z test_ops.py::TestCommonCPU::test_out_masked_median_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343614Z test_ops.py::TestCommonCPU::test_out_masked_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343776Z test_ops.py::TestCommonCPU::test_out_masked_scatter_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9343937Z test_ops.py::TestCommonCPU::test_out_masked_select_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9344088Z test_ops.py::TestCommonCPU::test_out_masked_softmin_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9344244Z test_ops.py::TestCommonCPU::test_out_masked_sum_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9344406Z test_ops.py::TestCommonCPU::test_out_max_binary_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9344578Z test_ops.py::TestCommonCPU::test_out_max_reduction_no_dim_cpu_float32 PASSED [ 16%] 2022-12-01T10:33:10.9344737Z test_ops.py::TestCommonCPU::test_out_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9344895Z test_ops.py::TestCommonCPU::test_out_median_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345075Z test_ops.py::TestCommonCPU::test_out_meshgrid_list_of_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345283Z test_ops.py::TestCommonCPU::test_out_meshgrid_variadic_tensors_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345427Z test_ops.py::TestCommonCPU::test_out_mm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345586Z test_ops.py::TestCommonCPU::test_out_movedim_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345740Z test_ops.py::TestCommonCPU::test_out_mul_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9345922Z test_ops.py::TestCommonCPU::test_out_multinomial_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:10.9346098Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9346256Z test_ops.py::TestCommonCPU::test_out_narrow_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9346429Z test_ops.py::TestCommonCPU::test_out_new_empty_strided_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9346621Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9346804Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9346994Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9347168Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9347345Z test_ops.py::TestCommonCPU::test_out_nn_functional_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9347516Z test_ops.py::TestCommonCPU::test_out_nn_functional_celu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9347690Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9347875Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348063Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348248Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_similarity_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348420Z test_ops.py::TestCommonCPU::test_out_nn_functional_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348596Z test_ops.py::TestCommonCPU::test_out_nn_functional_ctc_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348772Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9348953Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_bag_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9349132Z test_ops.py::TestCommonCPU::test_out_nn_functional_embedding_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9349337Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9349624Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9349809Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9349975Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardtanh_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9350164Z test_ops.py::TestCommonCPU::test_out_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9350343Z test_ops.py::TestCommonCPU::test_out_nn_functional_huber_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9350535Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9350731Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9350906Z test_ops.py::TestCommonCPU::test_out_nn_functional_kl_div_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9351099Z test_ops.py::TestCommonCPU::test_out_nn_functional_local_response_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9351280Z test_ops.py::TestCommonCPU::test_out_nn_functional_logsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9351499Z test_ops.py::TestCommonCPU::test_out_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9351661Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9351841Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352024Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352194Z test_ops.py::TestCommonCPU::test_out_nn_functional_mish_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352378Z test_ops.py::TestCommonCPU::test_out_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352576Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352751Z test_ops.py::TestCommonCPU::test_out_nn_functional_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9352928Z test_ops.py::TestCommonCPU::test_out_nn_functional_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353098Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_circular_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353280Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_replicate_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353452Z test_ops.py::TestCommonCPU::test_out_nn_functional_pdist_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353635Z test_ops.py::TestCommonCPU::test_out_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353808Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu6_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9353978Z test_ops.py::TestCommonCPU::test_out_nn_functional_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9354147Z test_ops.py::TestCommonCPU::test_out_nn_functional_selu_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9354333Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_complex_cpu_complex64 PASSED [ 17%] 2022-12-01T10:33:10.9354514Z test_ops.py::TestCommonCPU::test_out_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9354677Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9354864Z test_ops.py::TestCommonCPU::test_out_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9355040Z test_ops.py::TestCommonCPU::test_out_nn_functional_softplus_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9355216Z test_ops.py::TestCommonCPU::test_out_nn_functional_softshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9355421Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9355593Z test_ops.py::TestCommonCPU::test_out_nn_functional_unfold_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9355780Z test_ops.py::TestCommonCPU::test_out_norm_fro_cpu_float32 XFAIL [ 17%] 2022-12-01T10:33:10.9355941Z test_ops.py::TestCommonCPU::test_out_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356112Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356286Z test_ops.py::TestCommonCPU::test_out_ops_nvprims_var_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356445Z test_ops.py::TestCommonCPU::test_out_outer_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356607Z test_ops.py::TestCommonCPU::test_out_permute_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356766Z test_ops.py::TestCommonCPU::test_out_polar_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9356959Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:10.9357121Z test_ops.py::TestCommonCPU::test_out_positive_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9357284Z test_ops.py::TestCommonCPU::test_out_put_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9357435Z test_ops.py::TestCommonCPU::test_out_quantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9357596Z test_ops.py::TestCommonCPU::test_out_rand_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9357778Z test_ops.py::TestCommonCPU::test_out_randn_cpu_float32 XFAIL [ 17%] 2022-12-01T10:33:10.9357936Z test_ops.py::TestCommonCPU::test_out_ravel_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358092Z test_ops.py::TestCommonCPU::test_out_real_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358252Z test_ops.py::TestCommonCPU::test_out_remainder_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358410Z test_ops.py::TestCommonCPU::test_out_repeat_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358580Z test_ops.py::TestCommonCPU::test_out_repeat_interleave_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358728Z test_ops.py::TestCommonCPU::test_out_reshape_as_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9358890Z test_ops.py::TestCommonCPU::test_out_reshape_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9359047Z test_ops.py::TestCommonCPU::test_out_resize__cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9359214Z test_ops.py::TestCommonCPU::test_out_resolve_conj_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9359373Z test_ops.py::TestCommonCPU::test_out_resolve_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9359536Z test_ops.py::TestCommonCPU::test_out_round_decimals_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9359719Z test_ops.py::TestCommonCPU::test_out_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:10.9359875Z test_ops.py::TestCommonCPU::test_out_rsqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360033Z test_ops.py::TestCommonCPU::test_out_rsub_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360181Z test_ops.py::TestCommonCPU::test_out_scatter_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360357Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360526Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_amin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360701Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9360871Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_sum_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361047Z test_ops.py::TestCommonCPU::test_out_segment_reduce_offsets_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361207Z test_ops.py::TestCommonCPU::test_out_sgn_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361366Z test_ops.py::TestCommonCPU::test_out_short_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361511Z test_ops.py::TestCommonCPU::test_out_sign_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361665Z test_ops.py::TestCommonCPU::test_out_sin_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9361858Z test_ops.py::TestCommonCPU::test_out_sinc_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9362015Z test_ops.py::TestCommonCPU::test_out_slice_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9362189Z test_ops.py::TestCommonCPU::test_out_softmax_with_dtype_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9362377Z test_ops.py::TestCommonCPU::test_out_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:33:10.9362540Z test_ops.py::TestCommonCPU::test_out_special_airy_ai_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9362711Z test_ops.py::TestCommonCPU::test_out_special_bessel_j1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9362867Z test_ops.py::TestCommonCPU::test_out_special_bessel_y0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9363036Z test_ops.py::TestCommonCPU::test_out_special_bessel_y1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9363223Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9363627Z 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:10.9363796Z test_ops.py::TestCommonCPU::test_out_special_entr_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9363996Z test_ops.py::TestCommonCPU::test_out_special_erfcx_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9364160Z test_ops.py::TestCommonCPU::test_out_special_i1_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9364521Z 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:10.9364691Z test_ops.py::TestCommonCPU::test_out_special_log_ndtr_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9364857Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9365025Z test_ops.py::TestCommonCPU::test_out_special_ndtri_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9365216Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9365595Z 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:10.9365964Z 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:10.9366151Z test_ops.py::TestCommonCPU::test_out_special_spherical_bessel_j0_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9366320Z test_ops.py::TestCommonCPU::test_out_special_xlog1py_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9366487Z test_ops.py::TestCommonCPU::test_out_split_list_args_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9366648Z test_ops.py::TestCommonCPU::test_out_sqrt_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9366799Z test_ops.py::TestCommonCPU::test_out_squeeze_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9366959Z test_ops.py::TestCommonCPU::test_out_stack_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367115Z test_ops.py::TestCommonCPU::test_out_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367277Z test_ops.py::TestCommonCPU::test_out_std_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367432Z test_ops.py::TestCommonCPU::test_out_sub_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367591Z test_ops.py::TestCommonCPU::test_out_symeig_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367754Z test_ops.py::TestCommonCPU::test_out_take_along_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9367909Z test_ops.py::TestCommonCPU::test_out_take_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9368052Z test_ops.py::TestCommonCPU::test_out_tan_cpu_float32 PASSED [ 17%] 2022-12-01T10:33:10.9368208Z test_ops.py::TestCommonCPU::test_out_tanh_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9368403Z test_ops.py::TestCommonCPU::test_out_tensor_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9368557Z test_ops.py::TestCommonCPU::test_out_to_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9368719Z test_ops.py::TestCommonCPU::test_out_to_sparse_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9368884Z test_ops.py::TestCommonCPU::test_out_triangular_solve_cpu_float32 XFAIL [ 18%] 2022-12-01T10:33:10.9369038Z test_ops.py::TestCommonCPU::test_out_tril_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369193Z test_ops.py::TestCommonCPU::test_out_triu_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369336Z test_ops.py::TestCommonCPU::test_out_unbind_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369493Z test_ops.py::TestCommonCPU::test_out_unfold_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369650Z test_ops.py::TestCommonCPU::test_out_unique_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369809Z test_ops.py::TestCommonCPU::test_out_view_as_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9369973Z test_ops.py::TestCommonCPU::test_out_view_as_real_cpu_complex64 PASSED [ 18%] 2022-12-01T10:33:10.9370128Z test_ops.py::TestCommonCPU::test_out_view_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9370316Z test_ops.py::TestCommonCPU::test_out_vsplit_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9370475Z test_ops.py::TestCommonCPU::test_out_vstack_cpu_float32 PASSED [ 18%] 2022-12-01T10:33:10.9370618Z test_ops.py::TestCommonCPU::test_out_warning_H_cpu PASSED [ 18%] 2022-12-01T10:33:10.9370772Z test_ops.py::TestCommonCPU::test_out_warning_T_cpu PASSED [ 18%] 2022-12-01T10:33:10.9370930Z test_ops.py::TestCommonCPU::test_out_warning___getitem___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371088Z test_ops.py::TestCommonCPU::test_out_warning___radd___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371246Z test_ops.py::TestCommonCPU::test_out_warning___rand___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371405Z test_ops.py::TestCommonCPU::test_out_warning___rdiv___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371563Z test_ops.py::TestCommonCPU::test_out_warning___rmatmul___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371724Z test_ops.py::TestCommonCPU::test_out_warning___rpow___cpu PASSED [ 18%] 2022-12-01T10:33:10.9371870Z test_ops.py::TestCommonCPU::test_out_warning___rxor___cpu PASSED [ 18%] 2022-12-01T10:33:10.9372029Z test_ops.py::TestCommonCPU::test_out_warning__refs_add_cpu PASSED [ 18%] 2022-12-01T10:33:10.9372189Z test_ops.py::TestCommonCPU::test_out_warning__refs_addcdiv_cpu PASSED [ 18%] 2022-12-01T10:33:10.9372435Z 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:10.9372594Z test_ops.py::TestCommonCPU::test_out_warning__refs_any_cpu PASSED [ 18%] 2022-12-01T10:33:10.9372754Z test_ops.py::TestCommonCPU::test_out_warning__refs_asin_cpu PASSED [ 18%] 2022-12-01T10:33:10.9372916Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373169Z test_ops.py::TestCommonCPU::test_out_warning__refs_atanh_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373330Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_and_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373502Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_not_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373664Z test_ops.py::TestCommonCPU::test_out_warning__refs_cat_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373827Z test_ops.py::TestCommonCPU::test_out_warning__refs_ceil_cpu PASSED [ 18%] 2022-12-01T10:33:10.9373990Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_cpu PASSED [ 18%] 2022-12-01T10:33:10.9374155Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_max_cpu PASSED [ 18%] 2022-12-01T10:33:10.9374326Z test_ops.py::TestCommonCPU::test_out_warning__refs_column_stack_cpu PASSED [ 18%] 2022-12-01T10:33:10.9374532Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_cpu PASSED [ 18%] 2022-12-01T10:33:10.9374697Z test_ops.py::TestCommonCPU::test_out_warning__refs_contiguous_cpu PASSED [ 18%] 2022-12-01T10:33:10.9374846Z test_ops.py::TestCommonCPU::test_out_warning__refs_cosh_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375011Z test_ops.py::TestCommonCPU::test_out_warning__refs_diag_embed_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375173Z test_ops.py::TestCommonCPU::test_out_warning__refs_diagonal_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375336Z test_ops.py::TestCommonCPU::test_out_warning__refs_digamma_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375516Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_floor_rounding_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375696Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_no_rounding_mode_cpu PASSED [ 18%] 2022-12-01T10:33:10.9375859Z test_ops.py::TestCommonCPU::test_out_warning__refs_dstack_cpu PASSED [ 18%] 2022-12-01T10:33:10.9376076Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_like_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:33:10.9376226Z test_ops.py::TestCommonCPU::test_out_warning__refs_erf_cpu PASSED [ 18%] 2022-12-01T10:33:10.9376429Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfc_cpu PASSED [ 18%] 2022-12-01T10:33:10.9376592Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_cpu PASSED [ 18%] 2022-12-01T10:33:10.9376754Z test_ops.py::TestCommonCPU::test_out_warning__refs_expm1_cpu PASSED [ 18%] 2022-12-01T10:33:10.9376918Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377082Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfftn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377245Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft2_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377408Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377562Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377725Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft2_cpu PASSED [ 18%] 2022-12-01T10:33:10.9377891Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfftn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378056Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft2_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378219Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfftn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378379Z test_ops.py::TestCommonCPU::test_out_warning__refs_fill_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378541Z test_ops.py::TestCommonCPU::test_out_warning__refs_flatten_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378700Z test_ops.py::TestCommonCPU::test_out_warning__refs_flip_cpu PASSED [ 18%] 2022-12-01T10:33:10.9378847Z test_ops.py::TestCommonCPU::test_out_warning__refs_fliplr_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379009Z test_ops.py::TestCommonCPU::test_out_warning__refs_flipud_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379172Z test_ops.py::TestCommonCPU::test_out_warning__refs_frac_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379332Z test_ops.py::TestCommonCPU::test_out_warning__refs_gcd_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379494Z test_ops.py::TestCommonCPU::test_out_warning__refs_ge_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379658Z test_ops.py::TestCommonCPU::test_out_warning__refs_hsplit_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379817Z test_ops.py::TestCommonCPU::test_out_warning__refs_hypot_cpu PASSED [ 18%] 2022-12-01T10:33:10.9379979Z test_ops.py::TestCommonCPU::test_out_warning__refs_igamma_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380127Z test_ops.py::TestCommonCPU::test_out_warning__refs_igammac_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380288Z test_ops.py::TestCommonCPU::test_out_warning__refs_imag_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380451Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_copy_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380640Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_fill_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380812Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_select_cpu PASSED [ 18%] 2022-12-01T10:33:10.9380975Z test_ops.py::TestCommonCPU::test_out_warning__refs_isinf_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381136Z test_ops.py::TestCommonCPU::test_out_warning__refs_isnan_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381300Z test_ops.py::TestCommonCPU::test_out_warning__refs_isposinf_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381452Z test_ops.py::TestCommonCPU::test_out_warning__refs_isreal_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381612Z test_ops.py::TestCommonCPU::test_out_warning__refs_le_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381790Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_matrix_norm_cpu PASSED [ 18%] 2022-12-01T10:33:10.9381963Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svdvals_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382126Z test_ops.py::TestCommonCPU::test_out_warning__refs_log2_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382296Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_and_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382461Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_or_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382653Z test_ops.py::TestCommonCPU::test_out_warning__refs_logspace_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382802Z test_ops.py::TestCommonCPU::test_out_warning__refs_lt_cpu PASSED [ 18%] 2022-12-01T10:33:10.9382993Z test_ops.py::TestCommonCPU::test_out_warning__refs_masked_fill_cpu PASSED [ 18%] 2022-12-01T10:33:10.9383210Z test_ops.py::TestCommonCPU::test_out_warning__refs_maximum_cpu PASSED [ 18%] 2022-12-01T10:33:10.9383418Z test_ops.py::TestCommonCPU::test_out_warning__refs_mean_cpu PASSED [ 18%] 2022-12-01T10:33:10.9383646Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_list_of_tensors_cpu PASSED [ 18%] 2022-12-01T10:33:10.9383812Z test_ops.py::TestCommonCPU::test_out_warning__refs_minimum_cpu PASSED [ 18%] 2022-12-01T10:33:10.9384029Z test_ops.py::TestCommonCPU::test_out_warning__refs_movedim_cpu PASSED [ 18%] 2022-12-01T10:33:10.9384394Z test_ops.py::TestCommonCPU::test_out_warning__refs_narrow_cpu PASSED [ 18%] 2022-12-01T10:33:10.9384750Z test_ops.py::TestCommonCPU::test_out_warning__refs_ne_cpu PASSED [ 18%] 2022-12-01T10:33:10.9385115Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_celu_cpu PASSED [ 18%] 2022-12-01T10:33:10.9385500Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_elu_cpu PASSED [ 18%] 2022-12-01T10:33:10.9385864Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_gelu_cpu PASSED [ 18%] 2022-12-01T10:33:10.9386242Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_glu_cpu PASSED [ 18%] 2022-12-01T10:33:10.9386630Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardshrink_cpu PASSED [ 18%] 2022-12-01T10:33:10.9387022Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hardtanh_cpu PASSED [ 18%] 2022-12-01T10:33:10.9387399Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_layer_norm_cpu PASSED [ 18%] 2022-12-01T10:33:10.9387799Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 18%] 2022-12-01T10:33:10.9388191Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mish_cpu PASSED [ 18%] 2022-12-01T10:33:10.9388576Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pairwise_distance_cpu PASSED [ 18%] 2022-12-01T10:33:10.9388977Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_pdist_cpu PASSED [ 18%] 2022-12-01T10:33:10.9389396Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu_cpu PASSED [ 18%] 2022-12-01T10:33:10.9389917Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softshrink_cpu PASSED [ 18%] 2022-12-01T10:33:10.9390433Z test_ops.py::TestCommonCPU::test_out_warning__refs_norm_cpu PASSED [ 18%] 2022-12-01T10:33:10.9390879Z test_ops.py::TestCommonCPU::test_out_warning__refs_ones_cpu PASSED [ 18%] 2022-12-01T10:33:10.9391318Z test_ops.py::TestCommonCPU::test_out_warning__refs_positive_cpu PASSED [ 18%] 2022-12-01T10:33:10.9391760Z test_ops.py::TestCommonCPU::test_out_warning__refs_pow_cpu PASSED [ 18%] 2022-12-01T10:33:10.9392123Z test_ops.py::TestCommonCPU::test_out_warning__refs_randn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9392534Z test_ops.py::TestCommonCPU::test_out_warning__refs_roll_cpu PASSED [ 18%] 2022-12-01T10:33:10.9392948Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsqrt_cpu PASSED [ 18%] 2022-12-01T10:33:10.9393405Z test_ops.py::TestCommonCPU::test_out_warning__refs_rsub_cpu PASSED [ 18%] 2022-12-01T10:33:10.9393775Z test_ops.py::TestCommonCPU::test_out_warning__refs_sgn_cpu PASSED [ 18%] 2022-12-01T10:33:10.9394198Z test_ops.py::TestCommonCPU::test_out_warning__refs_sigmoid_cpu PASSED [ 18%] 2022-12-01T10:33:10.9394632Z test_ops.py::TestCommonCPU::test_out_warning__refs_sign_cpu PASSED [ 18%] 2022-12-01T10:33:10.9394994Z test_ops.py::TestCommonCPU::test_out_warning__refs_signbit_cpu PASSED [ 18%] 2022-12-01T10:33:10.9395430Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinc_cpu PASSED [ 18%] 2022-12-01T10:33:10.9395912Z test_ops.py::TestCommonCPU::test_out_warning__refs_sinh_cpu PASSED [ 18%] 2022-12-01T10:33:10.9396326Z test_ops.py::TestCommonCPU::test_out_warning__refs_softmax_cpu PASSED [ 18%] 2022-12-01T10:33:10.9396780Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:33:10.9397236Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1e_cpu PASSED [ 18%] 2022-12-01T10:33:10.9397683Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_1_cpu PASSED [ 18%] 2022-12-01T10:33:10.9398103Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_spherical_bessel_j0_cpu PASSED [ 18%] 2022-12-01T10:33:10.9398563Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_zeta_cpu PASSED [ 18%] 2022-12-01T10:33:10.9399012Z test_ops.py::TestCommonCPU::test_out_warning__refs_square_cpu PASSED [ 18%] 2022-12-01T10:33:10.9399378Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_cpu PASSED [ 18%] 2022-12-01T10:33:10.9399780Z test_ops.py::TestCommonCPU::test_out_warning__refs_sub_cpu PASSED [ 19%] 2022-12-01T10:33:10.9400181Z test_ops.py::TestCommonCPU::test_out_warning__refs_t_cpu PASSED [ 19%] 2022-12-01T10:33:10.9400619Z test_ops.py::TestCommonCPU::test_out_warning__refs_transpose_cpu PASSED [ 19%] 2022-12-01T10:33:10.9400989Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_cpu PASSED [ 19%] 2022-12-01T10:33:10.9401400Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_indices_cpu PASSED [ 19%] 2022-12-01T10:33:10.9401814Z test_ops.py::TestCommonCPU::test_out_warning__refs_unbind_cpu PASSED [ 19%] 2022-12-01T10:33:10.9402178Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_cpu PASSED [ 19%] 2022-12-01T10:33:10.9402635Z test_ops.py::TestCommonCPU::test_out_warning__refs_var_mean_cpu PASSED [ 19%] 2022-12-01T10:33:10.9403038Z test_ops.py::TestCommonCPU::test_out_warning__refs_where_cpu PASSED [ 19%] 2022-12-01T10:33:10.9403448Z test_ops.py::TestCommonCPU::test_out_warning__refs_zeros_cpu PASSED [ 19%] 2022-12-01T10:33:10.9403807Z test_ops.py::TestCommonCPU::test_out_warning_abs_cpu PASSED [ 19%] 2022-12-01T10:33:10.9404232Z test_ops.py::TestCommonCPU::test_out_warning_addcdiv_cpu PASSED [ 19%] 2022-12-01T10:33:10.9404671Z test_ops.py::TestCommonCPU::test_out_warning_addmm_cpu PASSED [ 19%] 2022-12-01T10:33:10.9405064Z test_ops.py::TestCommonCPU::test_out_warning_addmm_decomposed_cpu PASSED [ 19%] 2022-12-01T10:33:10.9405469Z test_ops.py::TestCommonCPU::test_out_warning_all_cpu PASSED [ 19%] 2022-12-01T10:33:10.9405864Z test_ops.py::TestCommonCPU::test_out_warning_amax_cpu PASSED [ 19%] 2022-12-01T10:33:10.9406359Z test_ops.py::TestCommonCPU::test_out_warning_aminmax_cpu PASSED [ 19%] 2022-12-01T10:33:10.9406727Z test_ops.py::TestCommonCPU::test_out_warning_angle_cpu PASSED [ 19%] 2022-12-01T10:33:10.9407126Z test_ops.py::TestCommonCPU::test_out_warning_any_cpu PASSED [ 19%] 2022-12-01T10:33:10.9407529Z test_ops.py::TestCommonCPU::test_out_warning_arange_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9407949Z test_ops.py::TestCommonCPU::test_out_warning_argmin_cpu PASSED [ 19%] 2022-12-01T10:33:10.9408309Z test_ops.py::TestCommonCPU::test_out_warning_argwhere_cpu PASSED [ 19%] 2022-12-01T10:33:10.9408712Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_cpu PASSED [ 19%] 2022-12-01T10:33:10.9409131Z test_ops.py::TestCommonCPU::test_out_warning_as_strided_scatter_cpu PASSED [ 19%] 2022-12-01T10:33:10.9409496Z test_ops.py::TestCommonCPU::test_out_warning_atan2_cpu PASSED [ 19%] 2022-12-01T10:33:10.9409946Z test_ops.py::TestCommonCPU::test_out_warning_atanh_cpu PASSED [ 19%] 2022-12-01T10:33:10.9410344Z test_ops.py::TestCommonCPU::test_out_warning_bernoulli_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9410754Z test_ops.py::TestCommonCPU::test_out_warning_bfloat16_cpu PASSED [ 19%] 2022-12-01T10:33:10.9411145Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_and_cpu PASSED [ 19%] 2022-12-01T10:33:10.9411551Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_or_cpu PASSED [ 19%] 2022-12-01T10:33:10.9411982Z test_ops.py::TestCommonCPU::test_out_warning_bmm_cpu PASSED [ 19%] 2022-12-01T10:33:10.9412357Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_shapes_cpu PASSED [ 19%] 2022-12-01T10:33:10.9412768Z test_ops.py::TestCommonCPU::test_out_warning_bucketize_cpu PASSED [ 19%] 2022-12-01T10:33:10.9413321Z test_ops.py::TestCommonCPU::test_out_warning_cartesian_prod_cpu PASSED [ 19%] 2022-12-01T10:33:10.9413771Z test_ops.py::TestCommonCPU::test_out_warning_cdist_cpu PASSED [ 19%] 2022-12-01T10:33:10.9414205Z test_ops.py::TestCommonCPU::test_out_warning_chalf_cpu PASSED [ 19%] 2022-12-01T10:33:10.9414563Z test_ops.py::TestCommonCPU::test_out_warning_char_cpu PASSED [ 19%] 2022-12-01T10:33:10.9414985Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_solve_cpu PASSED [ 19%] 2022-12-01T10:33:10.9415388Z test_ops.py::TestCommonCPU::test_out_warning_clamp_cpu PASSED [ 19%] 2022-12-01T10:33:10.9415761Z test_ops.py::TestCommonCPU::test_out_warning_clamp_max_cpu PASSED [ 19%] 2022-12-01T10:33:10.9416167Z test_ops.py::TestCommonCPU::test_out_warning_clamp_min_cpu PASSED [ 19%] 2022-12-01T10:33:10.9416587Z test_ops.py::TestCommonCPU::test_out_warning_column_stack_cpu PASSED [ 19%] 2022-12-01T10:33:10.9416995Z test_ops.py::TestCommonCPU::test_out_warning_combinations_cpu PASSED [ 19%] 2022-12-01T10:33:10.9417395Z test_ops.py::TestCommonCPU::test_out_warning_complex_cpu PASSED [ 19%] 2022-12-01T10:33:10.9417798Z test_ops.py::TestCommonCPU::test_out_warning_copysign_cpu PASSED [ 19%] 2022-12-01T10:33:10.9418202Z test_ops.py::TestCommonCPU::test_out_warning_corrcoef_cpu PASSED [ 19%] 2022-12-01T10:33:10.9418602Z test_ops.py::TestCommonCPU::test_out_warning_cos_cpu PASSED [ 19%] 2022-12-01T10:33:10.9419010Z test_ops.py::TestCommonCPU::test_out_warning_cosh_cpu PASSED [ 19%] 2022-12-01T10:33:10.9419403Z test_ops.py::TestCommonCPU::test_out_warning_cov_cpu PASSED [ 19%] 2022-12-01T10:33:10.9419820Z test_ops.py::TestCommonCPU::test_out_warning_cumsum_cpu PASSED [ 19%] 2022-12-01T10:33:10.9420274Z test_ops.py::TestCommonCPU::test_out_warning_cumulative_trapezoid_cpu PASSED [ 19%] 2022-12-01T10:33:10.9420670Z test_ops.py::TestCommonCPU::test_out_warning_diag_embed_cpu PASSED [ 19%] 2022-12-01T10:33:10.9421344Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_cpu PASSED [ 19%] 2022-12-01T10:33:10.9421911Z test_ops.py::TestCommonCPU::test_out_warning_diagonal_scatter_cpu PASSED [ 19%] 2022-12-01T10:33:10.9422362Z test_ops.py::TestCommonCPU::test_out_warning_div_trunc_rounding_cpu PASSED [ 19%] 2022-12-01T10:33:10.9440820Z test_ops.py::TestCommonCPU::test_out_warning_dot_cpu PASSED [ 19%] 2022-12-01T10:33:10.9441263Z test_ops.py::TestCommonCPU::test_out_warning_dsplit_cpu PASSED [ 19%] 2022-12-01T10:33:10.9441658Z test_ops.py::TestCommonCPU::test_out_warning_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:33:10.9442033Z test_ops.py::TestCommonCPU::test_out_warning_empty_like_cpu PASSED [ 19%] 2022-12-01T10:33:10.9442386Z test_ops.py::TestCommonCPU::test_out_warning_eq_cpu PASSED [ 19%] 2022-12-01T10:33:10.9442749Z test_ops.py::TestCommonCPU::test_out_warning_erf_cpu PASSED [ 19%] 2022-12-01T10:33:10.9443112Z test_ops.py::TestCommonCPU::test_out_warning_exp_cpu PASSED [ 19%] 2022-12-01T10:33:10.9443438Z test_ops.py::TestCommonCPU::test_out_warning_eye_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9443782Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft2_cpu PASSED [ 19%] 2022-12-01T10:33:10.9444130Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftn_cpu PASSED [ 19%] 2022-12-01T10:33:10.9444532Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfftn_cpu PASSED [ 19%] 2022-12-01T10:33:10.9444934Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft2_cpu PASSED [ 19%] 2022-12-01T10:33:10.9445331Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifft_cpu PASSED [ 19%] 2022-12-01T10:33:10.9445717Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfftn_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9446294Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfftn_cpu PASSED [ 19%] 2022-12-01T10:33:10.9446697Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft2_cpu PASSED [ 19%] 2022-12-01T10:33:10.9447041Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfft_cpu PASSED [ 19%] 2022-12-01T10:33:10.9447372Z test_ops.py::TestCommonCPU::test_out_warning_fill_cpu PASSED [ 19%] 2022-12-01T10:33:10.9447712Z test_ops.py::TestCommonCPU::test_out_warning_flatten_cpu PASSED [ 19%] 2022-12-01T10:33:10.9448054Z test_ops.py::TestCommonCPU::test_out_warning_float_cpu PASSED [ 19%] 2022-12-01T10:33:10.9448396Z test_ops.py::TestCommonCPU::test_out_warning_float_power_cpu PASSED [ 19%] 2022-12-01T10:33:10.9448727Z test_ops.py::TestCommonCPU::test_out_warning_fmod_cpu PASSED [ 19%] 2022-12-01T10:33:10.9449064Z test_ops.py::TestCommonCPU::test_out_warning_frac_cpu PASSED [ 19%] 2022-12-01T10:33:10.9449401Z test_ops.py::TestCommonCPU::test_out_warning_frexp_cpu PASSED [ 19%] 2022-12-01T10:33:10.9449724Z test_ops.py::TestCommonCPU::test_out_warning_ge_cpu PASSED [ 19%] 2022-12-01T10:33:10.9450060Z test_ops.py::TestCommonCPU::test_out_warning_gt_cpu PASSED [ 19%] 2022-12-01T10:33:10.9450396Z test_ops.py::TestCommonCPU::test_out_warning_half_cpu PASSED [ 19%] 2022-12-01T10:33:10.9450739Z test_ops.py::TestCommonCPU::test_out_warning_histc_cpu PASSED [ 19%] 2022-12-01T10:33:10.9451065Z test_ops.py::TestCommonCPU::test_out_warning_hsplit_cpu PASSED [ 19%] 2022-12-01T10:33:10.9451407Z test_ops.py::TestCommonCPU::test_out_warning_igamma_cpu PASSED [ 19%] 2022-12-01T10:33:10.9451750Z test_ops.py::TestCommonCPU::test_out_warning_index_add_cpu PASSED [ 19%] 2022-12-01T10:33:10.9452081Z test_ops.py::TestCommonCPU::test_out_warning_index_fill_cpu PASSED [ 19%] 2022-12-01T10:33:10.9452428Z test_ops.py::TestCommonCPU::test_out_warning_index_put_cpu PASSED [ 19%] 2022-12-01T10:33:10.9452770Z test_ops.py::TestCommonCPU::test_out_warning_inner_cpu PASSED [ 19%] 2022-12-01T10:33:10.9453283Z test_ops.py::TestCommonCPU::test_out_warning_int_cpu PASSED [ 19%] 2022-12-01T10:33:10.9453611Z test_ops.py::TestCommonCPU::test_out_warning_isclose_cpu PASSED [ 19%] 2022-12-01T10:33:10.9454010Z test_ops.py::TestCommonCPU::test_out_warning_isfinite_cpu PASSED [ 19%] 2022-12-01T10:33:10.9454353Z test_ops.py::TestCommonCPU::test_out_warning_isinf_cpu PASSED [ 19%] 2022-12-01T10:33:10.9454683Z test_ops.py::TestCommonCPU::test_out_warning_isnan_cpu PASSED [ 19%] 2022-12-01T10:33:10.9455023Z test_ops.py::TestCommonCPU::test_out_warning_isreal_cpu PASSED [ 19%] 2022-12-01T10:33:10.9455669Z test_ops.py::TestCommonCPU::test_out_warning_istft_cpu PASSED [ 19%] 2022-12-01T10:33:10.9456059Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_2inputs_2outputs_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:10.9456542Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:10.9456960Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 19%] 2022-12-01T10:33:10.9457341Z test_ops.py::TestCommonCPU::test_out_warning_lcm_cpu PASSED [ 19%] 2022-12-01T10:33:10.9457682Z test_ops.py::TestCommonCPU::test_out_warning_lerp_cpu PASSED [ 19%] 2022-12-01T10:33:10.9458094Z test_ops.py::TestCommonCPU::test_out_warning_lgamma_cpu PASSED [ 19%] 2022-12-01T10:33:10.9458496Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cross_cpu PASSED [ 19%] 2022-12-01T10:33:10.9458848Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eig_cpu PASSED [ 19%] 2022-12-01T10:33:10.9459186Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvals_cpu PASSED [ 19%] 2022-12-01T10:33:10.9459558Z test_ops.py::TestCommonCPU::test_out_warning_linalg_householder_product_cpu PASSED [ 19%] 2022-12-01T10:33:10.9459928Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_cpu PASSED [ 19%] 2022-12-01T10:33:10.9460274Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_ex_cpu PASSED [ 19%] 2022-12-01T10:33:10.9460635Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_solve_cpu PASSED [ 19%] 2022-12-01T10:33:10.9460990Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_cpu PASSED [ 19%] 2022-12-01T10:33:10.9461348Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_cpu PASSED [ 19%] 2022-12-01T10:33:10.9461713Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_rank_hermitian_cpu PASSED [ 19%] 2022-12-01T10:33:10.9462083Z test_ops.py::TestCommonCPU::test_out_warning_linalg_multi_dot_cpu PASSED [ 19%] 2022-12-01T10:33:10.9462449Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_hermitian_cpu PASSED [ 19%] 2022-12-01T10:33:10.9462888Z 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:10.9463296Z test_ops.py::TestCommonCPU::test_out_warning_linalg_slogdet_cpu PASSED [ 19%] 2022-12-01T10:33:10.9463649Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_cpu PASSED [ 19%] 2022-12-01T10:33:10.9464001Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_ex_cpu PASSED [ 19%] 2022-12-01T10:33:10.9464344Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svdvals_cpu PASSED [ 19%] 2022-12-01T10:33:10.9464702Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorsolve_cpu PASSED [ 19%] 2022-12-01T10:33:10.9465065Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vander_cpu PASSED [ 19%] 2022-12-01T10:33:10.9465422Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vector_norm_cpu PASSED [ 19%] 2022-12-01T10:33:10.9465763Z test_ops.py::TestCommonCPU::test_out_warning_linspace_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9466106Z test_ops.py::TestCommonCPU::test_out_warning_log10_cpu PASSED [ 19%] 2022-12-01T10:33:10.9466458Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_dtype_cpu PASSED [ 19%] 2022-12-01T10:33:10.9466800Z test_ops.py::TestCommonCPU::test_out_warning_logdet_cpu PASSED [ 19%] 2022-12-01T10:33:10.9467148Z test_ops.py::TestCommonCPU::test_out_warning_logical_or_cpu PASSED [ 19%] 2022-12-01T10:33:10.9467527Z test_ops.py::TestCommonCPU::test_out_warning_logspace_cpu XFAIL [ 19%] 2022-12-01T10:33:10.9467990Z test_ops.py::TestCommonCPU::test_out_warning_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:33:10.9468458Z test_ops.py::TestCommonCPU::test_out_warning_long_cpu PASSED [ 19%] 2022-12-01T10:33:10.9469041Z test_ops.py::TestCommonCPU::test_out_warning_lt_cpu PASSED [ 19%] 2022-12-01T10:33:10.9469431Z test_ops.py::TestCommonCPU::test_out_warning_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:33:10.9469816Z test_ops.py::TestCommonCPU::test_out_warning_mH_cpu PASSED [ 20%] 2022-12-01T10:33:10.9470191Z test_ops.py::TestCommonCPU::test_out_warning_masked_amax_cpu PASSED [ 20%] 2022-12-01T10:33:10.9470540Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmax_cpu PASSED [ 20%] 2022-12-01T10:33:10.9470890Z test_ops.py::TestCommonCPU::test_out_warning_masked_argmin_cpu PASSED [ 20%] 2022-12-01T10:33:10.9471231Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumsum_cpu PASSED [ 20%] 2022-12-01T10:33:10.9471577Z test_ops.py::TestCommonCPU::test_out_warning_masked_fill_cpu PASSED [ 20%] 2022-12-01T10:33:10.9471985Z test_ops.py::TestCommonCPU::test_out_warning_masked_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:33:10.9472336Z test_ops.py::TestCommonCPU::test_out_warning_masked_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:33:10.9472688Z test_ops.py::TestCommonCPU::test_out_warning_masked_median_cpu PASSED [ 20%] 2022-12-01T10:33:10.9473041Z test_ops.py::TestCommonCPU::test_out_warning_masked_normalize_cpu PASSED [ 20%] 2022-12-01T10:33:10.9473394Z test_ops.py::TestCommonCPU::test_out_warning_masked_prod_cpu PASSED [ 20%] 2022-12-01T10:33:10.9473732Z test_ops.py::TestCommonCPU::test_out_warning_masked_scatter_cpu PASSED [ 20%] 2022-12-01T10:33:10.9474078Z test_ops.py::TestCommonCPU::test_out_warning_masked_std_cpu PASSED [ 20%] 2022-12-01T10:33:10.9474420Z test_ops.py::TestCommonCPU::test_out_warning_masked_var_cpu PASSED [ 20%] 2022-12-01T10:33:10.9474756Z test_ops.py::TestCommonCPU::test_out_warning_matrix_exp_cpu PASSED [ 20%] 2022-12-01T10:33:10.9475102Z test_ops.py::TestCommonCPU::test_out_warning_max_binary_cpu PASSED [ 20%] 2022-12-01T10:33:10.9475462Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:33:10.9475820Z test_ops.py::TestCommonCPU::test_out_warning_maximum_cpu PASSED [ 20%] 2022-12-01T10:33:10.9476147Z test_ops.py::TestCommonCPU::test_out_warning_mean_cpu PASSED [ 20%] 2022-12-01T10:33:10.9476486Z test_ops.py::TestCommonCPU::test_out_warning_median_cpu PASSED [ 20%] 2022-12-01T10:33:10.9476845Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_list_of_tensors_cpu PASSED [ 20%] 2022-12-01T10:33:10.9477210Z test_ops.py::TestCommonCPU::test_out_warning_meshgrid_variadic_tensors_cpu PASSED [ 20%] 2022-12-01T10:33:10.9477587Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_no_dim_cpu PASSED [ 20%] 2022-12-01T10:33:10.9477958Z test_ops.py::TestCommonCPU::test_out_warning_min_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:33:10.9478321Z test_ops.py::TestCommonCPU::test_out_warning_minimum_cpu PASSED [ 20%] 2022-12-01T10:33:10.9478655Z test_ops.py::TestCommonCPU::test_out_warning_mm_cpu PASSED [ 20%] 2022-12-01T10:33:10.9478991Z test_ops.py::TestCommonCPU::test_out_warning_mode_cpu XFAIL [ 20%] 2022-12-01T10:33:10.9479372Z test_ops.py::TestCommonCPU::test_out_warning_msort_cpu PASSED [ 20%] 2022-12-01T10:33:10.9479701Z test_ops.py::TestCommonCPU::test_out_warning_mul_cpu PASSED [ 20%] 2022-12-01T10:33:10.9480036Z test_ops.py::TestCommonCPU::test_out_warning_mv_cpu PASSED [ 20%] 2022-12-01T10:33:10.9480395Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_1_cpu PASSED [ 20%] 2022-12-01T10:33:10.9480764Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_3_cpu PASSED [ 20%] 2022-12-01T10:33:10.9481158Z test_ops.py::TestCommonCPU::test_out_warning_mvlgamma_mvlgamma_p_5_cpu PASSED [ 20%] 2022-12-01T10:33:10.9481519Z test_ops.py::TestCommonCPU::test_out_warning_nan_to_num_cpu PASSED [ 20%] 2022-12-01T10:33:10.9481867Z test_ops.py::TestCommonCPU::test_out_warning_nanmean_cpu PASSED [ 20%] 2022-12-01T10:33:10.9482200Z test_ops.py::TestCommonCPU::test_out_warning_nanmedian_cpu PASSED [ 20%] 2022-12-01T10:33:10.9482546Z test_ops.py::TestCommonCPU::test_out_warning_nanquantile_cpu PASSED [ 20%] 2022-12-01T10:33:10.9482898Z test_ops.py::TestCommonCPU::test_out_warning_narrow_cpu PASSED [ 20%] 2022-12-01T10:33:10.9483248Z test_ops.py::TestCommonCPU::test_out_warning_native_batch_norm_cpu XFAIL [ 20%] 2022-12-01T10:33:10.9483579Z test_ops.py::TestCommonCPU::test_out_warning_neg_cpu PASSED [ 20%] 2022-12-01T10:33:10.9483921Z test_ops.py::TestCommonCPU::test_out_warning_new_ones_cpu PASSED [ 20%] 2022-12-01T10:33:10.9484270Z test_ops.py::TestCommonCPU::test_out_warning_nextafter_cpu PASSED [ 20%] 2022-12-01T10:33:10.9484644Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional__scaled_dot_product_attention_cpu PASSED [ 20%] 2022-12-01T10:33:10.9485092Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9485498Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9485898Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9486282Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9486676Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9487069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9487470Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_without_cudnn_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:33:10.9487889Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:33:10.9488275Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_celu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9488640Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9489010Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9489406Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9489798Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cross_entropy_cpu PASSED [ 20%] 2022-12-01T10:33:10.9490179Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9490542Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout_cpu PASSED [ 20%] 2022-12-01T10:33:10.9490910Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_elu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9491318Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_bag_cpu PASSED [ 20%] 2022-12-01T10:33:10.9491823Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_embedding_cpu PASSED [ 20%] 2022-12-01T10:33:10.9492533Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_without_train_cpu PASSED [ 20%] 2022-12-01T10:33:10.9493060Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9493462Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gaussian_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9493828Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_gelu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9494192Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_glu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9494633Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_group_norm_cpu PASSED [ 20%] 2022-12-01T10:33:10.9494997Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardshrink_cpu PASSED [ 20%] 2022-12-01T10:33:10.9495377Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardsigmoid_cpu PASSED [ 20%] 2022-12-01T10:33:10.9495760Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardswish_cpu PASSED [ 20%] 2022-12-01T10:33:10.9496136Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hardtanh_cpu PASSED [ 20%] 2022-12-01T10:33:10.9496511Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_hinge_embedding_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9496910Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bicubic_cpu PASSED [ 20%] 2022-12-01T10:33:10.9497310Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_nearest_cpu PASSED [ 20%] 2022-12-01T10:33:10.9497713Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_trilinear_cpu PASSED [ 20%] 2022-12-01T10:33:10.9498090Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_kl_div_cpu PASSED [ 20%] 2022-12-01T10:33:10.9498461Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_l1_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9498862Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_linear_cpu PASSED [ 20%] 2022-12-01T10:33:10.9499235Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_local_response_norm_cpu PASSED [ 20%] 2022-12-01T10:33:10.9499621Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9499993Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9500372Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9500743Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9501119Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_cpu PASSED [ 20%] 2022-12-01T10:33:10.9501494Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mish_cpu PASSED [ 20%] 2022-12-01T10:33:10.9501849Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_mse_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9502232Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multi_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9502618Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_normalize_cpu PASSED [ 20%] 2022-12-01T10:33:10.9502998Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_constant_cpu PASSED [ 20%] 2022-12-01T10:33:10.9503371Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_replicate_cpu PASSED [ 20%] 2022-12-01T10:33:10.9503754Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_shuffle_cpu PASSED [ 20%] 2022-12-01T10:33:10.9504137Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_poisson_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9504506Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_prelu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9504873Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9505244Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_rrelu_cpu PASSED [ 20%] 2022-12-01T10:33:10.9505612Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_cpu PASSED [ 20%] 2022-12-01T10:33:10.9505981Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softmin_with_dtype_cpu PASSED [ 20%] 2022-12-01T10:33:10.9506366Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softplus_cpu PASSED [ 20%] 2022-12-01T10:33:10.9506742Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softshrink_cpu PASSED [ 20%] 2022-12-01T10:33:10.9507117Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9507532Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_triplet_margin_with_distance_loss_cpu PASSED [ 20%] 2022-12-01T10:33:10.9507967Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_unfold_cpu PASSED [ 20%] 2022-12-01T10:33:10.9508351Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_bilinear_cpu PASSED [ 20%] 2022-12-01T10:33:10.9508732Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_upsample_nearest_cpu PASSED [ 20%] 2022-12-01T10:33:10.9509099Z test_ops.py::TestCommonCPU::test_out_warning_nonzero_cpu XFAIL [ 20%] 2022-12-01T10:33:10.9509442Z test_ops.py::TestCommonCPU::test_out_warning_norm_cpu PASSED [ 20%] 2022-12-01T10:33:10.9509853Z test_ops.py::TestCommonCPU::test_out_warning_norm_fro_cpu PASSED [ 20%] 2022-12-01T10:33:10.9510187Z test_ops.py::TestCommonCPU::test_out_warning_norm_inf_cpu PASSED [ 20%] 2022-12-01T10:33:10.9510529Z test_ops.py::TestCommonCPU::test_out_warning_norm_nuc_cpu PASSED [ 20%] 2022-12-01T10:33:10.9510874Z test_ops.py::TestCommonCPU::test_out_warning_normal_cpu XFAIL [ 20%] 2022-12-01T10:33:10.9511215Z test_ops.py::TestCommonCPU::test_out_warning_normal_number_mean_cpu PASSED [ 20%] 2022-12-01T10:33:10.9511569Z test_ops.py::TestCommonCPU::test_out_warning_ones_like_cpu PASSED [ 20%] 2022-12-01T10:33:10.9511971Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_native_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:33:10.9512339Z test_ops.py::TestCommonCPU::test_out_warning_ormqr_cpu PASSED [ 20%] 2022-12-01T10:33:10.9512673Z test_ops.py::TestCommonCPU::test_out_warning_pca_lowrank_cpu PASSED [ 20%] 2022-12-01T10:33:10.9513021Z test_ops.py::TestCommonCPU::test_out_warning_permute_cpu PASSED [ 20%] 2022-12-01T10:33:10.9513370Z test_ops.py::TestCommonCPU::test_out_warning_polar_cpu PASSED [ 20%] 2022-12-01T10:33:10.9513733Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:10.9514135Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:10.9514531Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 20%] 2022-12-01T10:33:10.9514903Z test_ops.py::TestCommonCPU::test_out_warning_prod_cpu PASSED [ 20%] 2022-12-01T10:33:10.9515231Z test_ops.py::TestCommonCPU::test_out_warning_qr_cpu PASSED [ 20%] 2022-12-01T10:33:10.9515568Z test_ops.py::TestCommonCPU::test_out_warning_rand_like_cpu PASSED [ 20%] 2022-12-01T10:33:10.9515914Z test_ops.py::TestCommonCPU::test_out_warning_randint_like_cpu PASSED [ 20%] 2022-12-01T10:33:10.9516248Z test_ops.py::TestCommonCPU::test_out_warning_randn_cpu XFAIL [ 20%] 2022-12-01T10:33:10.9516593Z test_ops.py::TestCommonCPU::test_out_warning_randn_like_cpu PASSED [ 20%] 2022-12-01T10:33:10.9516934Z test_ops.py::TestCommonCPU::test_out_warning_real_cpu PASSED [ 20%] 2022-12-01T10:33:10.9517277Z test_ops.py::TestCommonCPU::test_out_warning_reciprocal_cpu PASSED [ 20%] 2022-12-01T10:33:10.9517617Z test_ops.py::TestCommonCPU::test_out_warning_remainder_cpu PASSED [ 20%] 2022-12-01T10:33:10.9517972Z test_ops.py::TestCommonCPU::test_out_warning_repeat_interleave_cpu PASSED [ 20%] 2022-12-01T10:33:10.9518329Z test_ops.py::TestCommonCPU::test_out_warning_reshape_as_cpu PASSED [ 21%] 2022-12-01T10:33:10.9518666Z test_ops.py::TestCommonCPU::test_out_warning_reshape_cpu PASSED [ 21%] 2022-12-01T10:33:10.9519013Z test_ops.py::TestCommonCPU::test_out_warning_resolve_neg_cpu PASSED [ 21%] 2022-12-01T10:33:10.9519356Z test_ops.py::TestCommonCPU::test_out_warning_roll_cpu PASSED [ 21%] 2022-12-01T10:33:10.9519692Z test_ops.py::TestCommonCPU::test_out_warning_rot90_cpu PASSED [ 21%] 2022-12-01T10:33:10.9520019Z test_ops.py::TestCommonCPU::test_out_warning_round_cpu PASSED [ 21%] 2022-12-01T10:33:10.9520381Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:10.9520802Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_neg_3_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:10.9521160Z test_ops.py::TestCommonCPU::test_out_warning_scatter_cpu PASSED [ 21%] 2022-12-01T10:33:10.9521519Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amax_cpu PASSED [ 21%] 2022-12-01T10:33:10.9521881Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_mean_cpu PASSED [ 21%] 2022-12-01T10:33:10.9522243Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_prod_cpu PASSED [ 21%] 2022-12-01T10:33:10.9522599Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_offsets_cpu PASSED [ 21%] 2022-12-01T10:33:10.9522958Z test_ops.py::TestCommonCPU::test_out_warning_short_cpu PASSED [ 21%] 2022-12-01T10:33:10.9523305Z test_ops.py::TestCommonCPU::test_out_warning_signbit_cpu PASSED [ 21%] 2022-12-01T10:33:10.9523633Z test_ops.py::TestCommonCPU::test_out_warning_sin_cpu PASSED [ 21%] 2022-12-01T10:33:10.9523972Z test_ops.py::TestCommonCPU::test_out_warning_sinc_cpu PASSED [ 21%] 2022-12-01T10:33:10.9524311Z test_ops.py::TestCommonCPU::test_out_warning_sinh_cpu PASSED [ 21%] 2022-12-01T10:33:10.9524651Z test_ops.py::TestCommonCPU::test_out_warning_softmax_cpu PASSED [ 21%] 2022-12-01T10:33:10.9525023Z test_ops.py::TestCommonCPU::test_out_warning_softmax_with_dtype_cpu PASSED [ 21%] 2022-12-01T10:33:10.9525409Z test_ops.py::TestCommonCPU::test_out_warning_sparse_sampled_addmm_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:33:10.9525789Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j1_cpu PASSED [ 21%] 2022-12-01T10:33:10.9526139Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y1_cpu PASSED [ 21%] 2022-12-01T10:33:10.9526516Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_t_cpu PASSED [ 21%] 2022-12-01T10:33:10.9526913Z test_ops.py::TestCommonCPU::test_out_warning_special_chebyshev_polynomial_u_cpu PASSED [ 21%] 2022-12-01T10:33:10.9527532Z 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:10.9527953Z test_ops.py::TestCommonCPU::test_out_warning_special_erfcx_cpu PASSED [ 21%] 2022-12-01T10:33:10.9528329Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_h_cpu PASSED [ 21%] 2022-12-01T10:33:10.9528717Z test_ops.py::TestCommonCPU::test_out_warning_special_hermite_polynomial_he_cpu PASSED [ 21%] 2022-12-01T10:33:10.9529089Z test_ops.py::TestCommonCPU::test_out_warning_special_i0e_cpu PASSED [ 21%] 2022-12-01T10:33:10.9529428Z test_ops.py::TestCommonCPU::test_out_warning_special_i1_cpu PASSED [ 21%] 2022-12-01T10:33:10.9529776Z test_ops.py::TestCommonCPU::test_out_warning_special_i1e_cpu PASSED [ 21%] 2022-12-01T10:33:10.9530149Z test_ops.py::TestCommonCPU::test_out_warning_special_laguerre_polynomial_l_cpu PASSED [ 21%] 2022-12-01T10:33:10.9530707Z 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:10.9531153Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i1_cpu PASSED [ 21%] 2022-12-01T10:33:10.9531543Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:33:10.9532124Z 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:10.9532752Z 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:10.9533303Z test_ops.py::TestCommonCPU::test_out_warning_special_spherical_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:33:10.9533675Z test_ops.py::TestCommonCPU::test_out_warning_special_zeta_cpu PASSED [ 21%] 2022-12-01T10:33:10.9534030Z test_ops.py::TestCommonCPU::test_out_warning_split_cpu PASSED [ 21%] 2022-12-01T10:33:10.9534418Z test_ops.py::TestCommonCPU::test_out_warning_split_list_args_cpu PASSED [ 21%] 2022-12-01T10:33:10.9534761Z test_ops.py::TestCommonCPU::test_out_warning_stack_cpu PASSED [ 21%] 2022-12-01T10:33:10.9535104Z test_ops.py::TestCommonCPU::test_out_warning_std_cpu PASSED [ 21%] 2022-12-01T10:33:10.9535429Z test_ops.py::TestCommonCPU::test_out_warning_t_cpu PASSED [ 21%] 2022-12-01T10:33:10.9535772Z test_ops.py::TestCommonCPU::test_out_warning_take_along_dim_cpu PASSED [ 21%] 2022-12-01T10:33:10.9536136Z test_ops.py::TestCommonCPU::test_out_warning_take_cpu PASSED [ 21%] 2022-12-01T10:33:10.9536476Z test_ops.py::TestCommonCPU::test_out_warning_tan_cpu PASSED [ 21%] 2022-12-01T10:33:10.9536806Z test_ops.py::TestCommonCPU::test_out_warning_tensordot_cpu PASSED [ 21%] 2022-12-01T10:33:10.9537151Z test_ops.py::TestCommonCPU::test_out_warning_transpose_cpu PASSED [ 21%] 2022-12-01T10:33:10.9537508Z test_ops.py::TestCommonCPU::test_out_warning_triangular_solve_cpu PASSED [ 21%] 2022-12-01T10:33:10.9537843Z test_ops.py::TestCommonCPU::test_out_warning_tril_cpu PASSED [ 21%] 2022-12-01T10:33:10.9538238Z test_ops.py::TestCommonCPU::test_out_warning_tril_indices_cpu PASSED [ 21%] 2022-12-01T10:33:10.9538583Z test_ops.py::TestCommonCPU::test_out_warning_triu_cpu PASSED [ 21%] 2022-12-01T10:33:10.9538922Z test_ops.py::TestCommonCPU::test_out_warning_true_divide_cpu PASSED [ 21%] 2022-12-01T10:33:10.9539253Z test_ops.py::TestCommonCPU::test_out_warning_unbind_cpu PASSED [ 21%] 2022-12-01T10:33:10.9539596Z test_ops.py::TestCommonCPU::test_out_warning_unflatten_cpu PASSED [ 21%] 2022-12-01T10:33:10.9539940Z test_ops.py::TestCommonCPU::test_out_warning_uniform_cpu PASSED [ 21%] 2022-12-01T10:33:10.9540270Z test_ops.py::TestCommonCPU::test_out_warning_unique_cpu PASSED [ 21%] 2022-12-01T10:33:10.9540611Z test_ops.py::TestCommonCPU::test_out_warning_unsqueeze_cpu PASSED [ 21%] 2022-12-01T10:33:10.9540956Z test_ops.py::TestCommonCPU::test_out_warning_var_mean_cpu PASSED [ 21%] 2022-12-01T10:33:10.9541294Z test_ops.py::TestCommonCPU::test_out_warning_vdot_cpu PASSED [ 21%] 2022-12-01T10:33:10.9541629Z test_ops.py::TestCommonCPU::test_out_warning_view_as_complex_cpu PASSED [ 21%] 2022-12-01T10:33:10.9541978Z test_ops.py::TestCommonCPU::test_out_warning_view_as_real_cpu PASSED [ 21%] 2022-12-01T10:33:10.9542319Z test_ops.py::TestCommonCPU::test_out_warning_view_cpu PASSED [ 21%] 2022-12-01T10:33:10.9542644Z test_ops.py::TestCommonCPU::test_out_warning_vstack_cpu PASSED [ 21%] 2022-12-01T10:33:10.9542982Z test_ops.py::TestCommonCPU::test_out_warning_where_cpu PASSED [ 21%] 2022-12-01T10:33:10.9543320Z test_ops.py::TestCommonCPU::test_out_warning_zero__cpu PASSED [ 21%] 2022-12-01T10:33:10.9543656Z test_ops.py::TestCommonCPU::test_out_where_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:10.9543982Z test_ops.py::TestCommonCPU::test_out_xlogy_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:10.9544316Z test_ops.py::TestCommonCPU::test_out_zero__cpu_float32 PASSED [ 21%] 2022-12-01T10:33:10.9544652Z test_ops.py::TestCommonCPU::test_out_zeros_cpu_float32 PASSED [ 21%] 2022-12-01T10:33:10.9545015Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9545458Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9545855Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9546260Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9546653Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9547088Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9547488Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9547884Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9548260Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9548661Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9549060Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9549444Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9549901Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9550310Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9550712Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9551135Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9551535Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9551929Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9552322Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9552699Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9553109Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9553528Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9553926Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9554336Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9554732Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9555133Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9555529Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9555934Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9556335Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9556735Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9557118Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9557511Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9557906Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9558291Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9558693Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9559097Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9559530Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9559925Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9560337Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9560830Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9561422Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9562045Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9562447Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9562853Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9563257Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9563646Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9564085Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9564486Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9564876Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9565272Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9565667Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9566073Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9566468Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9566866Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9567255Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9567657Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9568046Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9568455Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9568860Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9569266Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:33:10.9569664Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9570080Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9570497Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9570897Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9571310Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9571716Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9572124Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9572586Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9573099Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9573502Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9573910Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9574308Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9574712Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9575111Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9575509Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9575898Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9576342Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9576737Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9577114Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9577502Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9577907Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9578309Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9578703Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9579104Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9579498Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9579892Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9580275Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9580675Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9581070Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9581478Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9581888Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9582297Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9582706Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9583108Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9583529Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9583940Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9584349Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9584754Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9585202Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9585618Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9586036Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9586439Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9586851Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9587266Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9587679Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9588087Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9588508Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9588962Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9589384Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9589847Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9590258Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9590665Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9591060Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9591479Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9591903Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9592334Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9592748Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9593173Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9593596Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9594024Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9594439Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9594859Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9595278Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9595699Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9596109Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9596527Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9596943Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9597398Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9597797Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9598217Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9598415Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9598608Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9598799Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9598987Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9599182Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9599362Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9599586Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9599786Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9599980Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9600173Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9600358Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9600557Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9600752Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9600945Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9601123Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9601325Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9601522Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9601719Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9601914Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9602111Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9602309Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9602503Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9602708Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9602895Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9603084Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9603280Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9603474Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9603665Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9603968Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9604218Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9604422Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9604621Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9604807Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9605007Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9605207Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9605406Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9605595Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9605824Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606022Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606217Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606411Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606583Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606772Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9606961Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9607164Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9607365Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9607573Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9607772Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9607974Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9608172Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9608369Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9608569Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9608781Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9608991Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9609195Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9609391Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9609597Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9609829Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9610029Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9610231Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9610413Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:33:10.9610608Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9610808Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9611006Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9611201Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9611402Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9611596Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9611832Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9612031Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9612210Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9612405Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9612599Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9612785Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9613110Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9613307Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9613499Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9613694Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9613896Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9614074Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9614263Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9614463Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9614655Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9614863Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9615066Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9615268Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9615464Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9615662Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9615845Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9616089Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9616293Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9616487Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9616687Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9616883Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9617079Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9617283Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9617483Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9617661Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9617907Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9618118Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9618322Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9618528Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9618730Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9618943Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9619160Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9619369Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9619575Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9619771Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9619974Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9620179Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9620387Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9620595Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9620798Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621000Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621198Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621392Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621575Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621770Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9621997Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9622193Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9622386Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9622580Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9622773Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9622981Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9623197Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9623414Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9623606Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9623840Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9624059Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9624271Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9624489Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9624707Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9624922Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9625137Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9625350Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9625547Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 23%] 2022-12-01T10:33:10.9625739Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9625930Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9626125Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9626324Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9626513Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9626705Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9626896Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9627080Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9627265Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9627439Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9627629Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9627844Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628038Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628232Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628420Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628614Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628804Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9628974Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9629170Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9629362Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9629603Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9629834Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630027Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630219Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630409Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630597Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630770Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9630963Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9631160Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9631360Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9631554Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9631743Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9631929Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9632132Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9632330Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9632521Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9632729Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9632929Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9633131Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9633326Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9633522Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9633718Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9633941Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9634136Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9634333Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9634519Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9634711Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9634906Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9635098Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9635290Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9635484Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9635682Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9635899Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9636096Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9636274Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9636465Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9636661Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:33:10.9636851Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637044Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637236Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637425Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637611Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637810Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9637988Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9638182Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9638376Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9638569Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9638771Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9638967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9639163Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9639357Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9639549Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9639736Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9639965Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9640163Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9640367Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9640568Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9640765Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9640957Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9641157Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9641358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9641541Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9641764Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9641958Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9642154Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9642355Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9642559Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9642756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9642949Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9643143Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9643323Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9643523Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9643720Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9643912Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9644106Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9644299Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9644497Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9644698Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9644896Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9645078Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9645272Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9645465Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9645660Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9645888Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9646085Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9646279Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9646475Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9646671Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9646864Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9647050Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9647247Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9647448Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9647673Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9647866Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9648069Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9648272Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9648477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9648685Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9648876Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9649079Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9649287Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9649486Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9649687Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9649885Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9650079Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9650276Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9650473Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9650657Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9650854Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9651048Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9651246Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9651443Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9651637Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9651861Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9652054Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9652252Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9652431Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9652631Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9652829Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9653127Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9653329Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9653523Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9653778Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9653974Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9654178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9654381Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9654567Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9654762Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9654956Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9655151Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9655346Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9655545Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9655740Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9655932Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9656128Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9656311Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9656506Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9656700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9656894Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9657087Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9657284Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9657477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9657670Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9657898Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9658081Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9658273Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9658469Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9658659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9658848Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9659046Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9659238Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9659443Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9659663Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9659845Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9660040Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9660236Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9660428Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9660620Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9660814Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661002Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661191Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661398Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661581Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661774Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9661967Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9662161Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9662355Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9662547Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:33:10.9662743Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9662928Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9663125Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9663307Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9663499Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9663696Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9663921Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9664116Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9664303Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9664492Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9664693Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9664893Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9665079Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9665279Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9665478Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9665698Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9665895Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9666087Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9666292Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9666492Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9666691Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9666892Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9667076Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9667278Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9667471Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9667662Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9667854Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668044Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668237Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668431Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668792Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9668988Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9669175Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9669358Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9669591Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9669820Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670010Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670204Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670381Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670569Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670749Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9670936Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9671125Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9671316Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9671519Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9671748Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9671949Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9672136Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9672335Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9672529Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9672729Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9672927Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9673119Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9673315Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9673508Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9673702Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9673893Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9674070Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9674265Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9674469Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9674670Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9674859Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9675050Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9675241Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9675438Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9675630Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9675833Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676016Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676204Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676387Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676577Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676765Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9676958Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9677154Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9677350Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9677533Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9677780Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9677973Z test_ops.py::TestCommonCPU::test_python_ref__refs_imag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9678173Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9678362Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9678561Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9678760Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9678959Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9679155Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9679337Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9679537Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9679732Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9679937Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9680133Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9680329Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9680528Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9680736Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9680934Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9681117Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9681313Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9681507Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9681704Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9681935Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9682139Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9682340Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9682538Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9682733Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9682920Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9683115Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9683311Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9683501Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9683720Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9683919Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9684115Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9684306Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9684498Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9684676Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9684873Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9685064Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9685259Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9685454Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9685648Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9685838Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686024Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686210Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686387Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686579Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686778Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9686971Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9687162Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9687349Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9687536Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9687747Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9687941Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9688130Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9688324Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:33:10.9688522Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9688717Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9688910Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9689099Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9689291Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9689508Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9689707Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9689885Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9690077Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9690263Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9690451Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9690640Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9690822Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691011Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691198Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691386Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691561Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691742Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9691926Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9692114Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9692300Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9692489Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9692684Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9692897Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9693252Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9693435Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9693644Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9693945Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9694157Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9694362Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9694585Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9694784Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9694981Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9695180Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9695381Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9695585Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9695834Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9696039Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9696246Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9696445Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9696642Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9696843Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697037Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697219Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697413Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697604Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697797Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9697985Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9698173Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9698359Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9698546Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9698742Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9698921Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9699113Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9699303Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9699490Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9699674Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9699888Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9700085Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9700274Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9700464Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9700640Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9700830Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9701015Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9701207Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9701393Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9701605Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9701800Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702003Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702205Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702392Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702589Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702785Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9702977Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9703179Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9703371Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9703573Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9703823Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9704060Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9704276Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9704464Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9704664Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9704855Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9705049Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9705242Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9705435Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9705624Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9705859Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9706054Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9706240Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9706434Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9706626Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9706819Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9707018Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9707215Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9707410Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9707628Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9707823Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708009Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708202Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708397Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708593Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708788Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9708971Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9709162Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9709348Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9709602Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9709775Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9709962Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9710157Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9710353Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9710546Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9710739Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9710930Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9711128Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9711323Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9711504Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9711728Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9711921Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9712116Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9712311Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9712500Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9712691Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9712905Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9713122Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9713327Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9713575Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9713782Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9713986Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9714194Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9714404Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:33:10.9714620Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9714836Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9715049Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9715258Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9715442Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9715637Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9715831Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716023Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716220Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716411Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716606Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716794Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9716993Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9717180Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9717376Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9717602Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9717795Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9717987Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9718177Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9718372Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9718562Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9718753Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9718930Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9719117Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9719303Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9719517Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9719706Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9719903Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9720097Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9720288Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9720482Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9720667Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9720857Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9721045Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9721247Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9721451Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9721636Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9721830Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722022Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722211Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722392Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722577Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722754Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9722938Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9723125Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9723315Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9723525Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9723742Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9723961Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9724166Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9724379Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9724589Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9724795Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9725001Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9725211Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:33:10.9725465Z 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:10.9725702Z 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:10.9725932Z 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:10.9726158Z 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:10.9726348Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9726546Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9726740Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9726931Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9727121Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9727313Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9727510Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9727700Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9727897Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9728079Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9728274Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9728470Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9728661Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9728860Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9729058Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9729240Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9729464Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9729664Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9729862Z test_ops.py::TestCommonCPU::test_python_ref__refs_nextafter_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9730070Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9730276Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9730505Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:33:10.9730735Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:33:10.9730944Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9731184Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9731379Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9731585Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_gelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9731788Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9732001Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9732213Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9732451Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9732758Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9733077Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9733285Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9733514Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9733728Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9733950Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9734165Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9734376Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9734587Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9734796Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9735006Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9735222Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9735485Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9735707Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9735915Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9736133Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9736355Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9736561Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9736776Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9736985Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9737245Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9737471Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9737697Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9737916Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9738124Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9738345Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9738563Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9738780Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9738986Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9739206Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9739422Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9739635Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9739852Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9740069Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9740272Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9740480Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9740687Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9740895Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9741129Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9741333Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9741536Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:33:10.9741740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9741944Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9742140Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9742340Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_selu_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9742554Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9742763Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9743003Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9743219Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9743434Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9743647Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9743858Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9744073Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9744269Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9744478Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9744690Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9744898Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9745108Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9745315Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9745524Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9745734Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9745926Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9746110Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9746301Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9746492Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9746687Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9746907Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9747091Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9747283Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9747469Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9747656Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9747832Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9748020Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9748218Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9748421Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9748617Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9748841Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9749034Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9749223Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9749418Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9749665Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9749867Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9750071Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9750272Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9750470Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9750669Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9750863Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9751052Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9751243Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9751428Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9751621Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9751815Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752005Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752191Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752376Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752567Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752754Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9752971Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9753151Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9753347Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9753540Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9753734Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9753923Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9754112Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9754300Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9754499Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9754693Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9754903Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9755093Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9755282Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9755466Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9755655Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9755845Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756037Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756230Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756420Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756599Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756789Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9756983Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9757185Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9757385Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9757583Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9757784Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9757982Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9758177Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9758360Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9758555Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9758752Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9758975Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9759169Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9759361Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9759554Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9759752Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9759947Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9760130Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9760323Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9760514Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9760727Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9760919Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9761121Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9761325Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9761520Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9761718Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9761902Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9762095Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9762296Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9762487Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9762675Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9762867Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9763060Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9763250Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9763444Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9763629Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9763821Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764014Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764202Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764391Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764581Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764802Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9764992Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9765183Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9765360Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9765546Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9765741Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9765926Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9766113Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9766300Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9766495Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9766711Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9766903Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9767082Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9767267Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9767454Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:33:10.9767644Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9767838Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768026Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768215Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768400Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768595Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768776Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9768966Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9769150Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9769339Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9769524Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9769712Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9769896Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9770090Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9770280Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9770467Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9770717Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9770907Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9771098Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9771284Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9771472Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9771660Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9771846Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9772032Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9772220Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9772416Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9772635Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9772830Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9773125Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9773315Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9773510Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9773706Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9773906Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9774081Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9774271Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9774456Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9774647Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9774830Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775026Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775220Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775410Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775601Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775783Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9775977Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9776165Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9776356Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9776543Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9776769Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9776957Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9777151Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9777354Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9777541Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9777740Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9777942Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9778146Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9778350Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9778592Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9778794Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9778994Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9779192Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9779380Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9779577Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9779777Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9779976Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9780173Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9780369Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9780561Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9780758Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9780955Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9781148Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9781351Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9781553Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9781752Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9781976Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9782198Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9782422Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9782674Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9782896Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9783119Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9783330Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9783549Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9783769Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9783988Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9784206Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9784447Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9784663Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9784876Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9785094Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9785296Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9785484Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9785682Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9785873Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9786063Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9786249Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9786444Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9786639Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9786828Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787022Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787203Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787397Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787591Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787790Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9787990Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9788184Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9788381Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9788598Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9788790Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9788970Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9789162Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9789349Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9789611Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9789806Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9789999Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9790188Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9790410Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9790603Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9790788Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9790975Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9791158Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9791340Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9791543Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9791736Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9791933Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9792116Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9792303Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9792473Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9792664Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9792853Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9793045Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9793237Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9793441Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:33:10.9793635Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9793838Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9794028Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9794211Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9794406Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9794630Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9794826Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795016Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795203Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795385Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795567Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795751Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9795927Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9796112Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9796321Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9796509Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9796691Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9796876Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9797060Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9797262Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9797459Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9797638Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9797831Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9798020Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9798206Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9798409Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9798609Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9798806Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799005Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799202Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799388Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799581Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799764Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9799954Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9800143Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9800326Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9800540Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9800725Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9800907Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9801092Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9801285Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9801471Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9801652Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9801843Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9802030Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9802255Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9802450Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9802650Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9802838Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9803036Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9803230Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9803424Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9803618Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9803813Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804008Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804199Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804393Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804575Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804764Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9804954Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9805140Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9805323Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9805518Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9805714Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9805906Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9806099Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9806308Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9806499Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9806689Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9806879Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9807067Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9807255Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9807451Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9807649Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9807847Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9808033Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9808337Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9808591Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9808887Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9809221Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9809529Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9809755Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9809952Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9810154Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9810344Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9810526Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9810715Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9810905Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9811094Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9811281Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9811478Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9811684Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9811884Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9812084Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9812269Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9812470Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9812669Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9812903Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9813209Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9813404Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9813601Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9813803Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9814006Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9814208Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9814394Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9814591Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9814833Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9815026Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9815218Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9815413Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9815611Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9815803Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816000Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816185Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816376Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816567Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816763Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9816954Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9817149Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9817347Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9817542Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9817736Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9817912Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9818103Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9818300Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9818493Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9818692Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9818921Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9819109Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9819299Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9819493Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:33:10.9819679Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9819867Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9820056Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9820252Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9820450Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9820683Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9820877Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821073Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821263Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821436Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821625Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821809Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9821999Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9822186Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9822380Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9822571Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9822759Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9822945Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9823122Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9823296Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amax_cpu PASSED [ 31%] 2022-12-01T10:33:10.9823467Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_arange_cpu PASSED [ 31%] 2022-12-01T10:33:10.9823637Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_atan2_cpu PASSED [ 31%] 2022-12-01T10:33:10.9823809Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_and_cpu PASSED [ 31%] 2022-12-01T10:33:10.9823985Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_xor_cpu PASSED [ 31%] 2022-12-01T10:33:10.9824156Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_max_cpu XFAIL [ 31%] 2022-12-01T10:33:10.9824325Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_clamp_min_cpu XFAIL [ 31%] 2022-12-01T10:33:10.9824481Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_copysign_cpu PASSED [ 31%] 2022-12-01T10:33:10.9824656Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diag_embed_cpu PASSED [ 31%] 2022-12-01T10:33:10.9824871Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_floor_rounding_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825054Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_trunc_rounding_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825227Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dsplit_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825394Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_flipud_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825560Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ge_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825727Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hsplit_cpu PASSED [ 31%] 2022-12-01T10:33:10.9825885Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hypot_cpu PASSED [ 31%] 2022-12-01T10:33:10.9826054Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igamma_cpu PASSED [ 31%] 2022-12-01T10:33:10.9826219Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lcm_cpu PASSED [ 31%] 2022-12-01T10:33:10.9826396Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_xor_cpu PASSED [ 31%] 2022-12-01T10:33:10.9826561Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_lt_cpu PASSED [ 31%] 2022-12-01T10:33:10.9826754Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_maximum_cpu XFAIL [ 31%] 2022-12-01T10:33:10.9826922Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mean_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827093Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_movedim_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827245Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_ne_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827422Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nextafter_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827621Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827811Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_huber_loss_cpu PASSED [ 31%] 2022-12-01T10:33:10.9827977Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_pow_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828149Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_remainder_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828324Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828489Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_roll_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828653Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rsub_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828818Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_special_zeta_cpu PASSED [ 31%] 2022-12-01T10:33:10.9828994Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sum_to_size_cpu PASSED [ 31%] 2022-12-01T10:33:10.9829157Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_t_cpu PASSED [ 31%] 2022-12-01T10:33:10.9829327Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_as_cpu PASSED [ 31%] 2022-12-01T10:33:10.9829565Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vsplit_cpu PASSED [ 31%] 2022-12-01T10:33:10.9829736Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_where_cpu PASSED [ 31%] 2022-12-01T10:33:10.9829961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9830184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9830389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9830604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9830829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9831083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9831301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9831518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9831732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9831945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9832159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9832369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9832572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9832813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9833036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9833254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9833469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9833682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9833898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9834113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9834334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9834554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9834760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9834972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9835186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9835407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9835625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9835852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9836075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9836294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9836510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9836723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9836952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9837166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9837383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9837598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9837813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9838025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9838241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9838452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9838697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9838919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9839124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9839341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9839559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9839783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9840004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9840229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9840458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9840681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9840892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9841114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9841320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9841536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9841749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9841963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9842177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9842385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9842635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9842854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9843074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9843286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9843489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9843702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9843913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9844128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9844371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9844582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9844791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9845011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9845228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9845452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9845657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9845873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9846090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:33:10.9846305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9846516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9846735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9846959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9847178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9847394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9847609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9847820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9848040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9848297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9848513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9848724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9848937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9849147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9849361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9849585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9849804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9850046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9850254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9850470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9850685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9850898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9851119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9851333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9851542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9851751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9851957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9852169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9852367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9852585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9852801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9853106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9853324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9853541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9853755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9854010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9854226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9854441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9854638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9854849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9855063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9855282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9855502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9855750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9855963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9856178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9856396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9856600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9856813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9857025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9857242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9857463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9857684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9857900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9858111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9858328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9858549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9858762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9858974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9859190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9859406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9859649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9859863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9860080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9860295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9860514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9860740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9860966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9861177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9861463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9861678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9861887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9862103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9862314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9862526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9862738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9862950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9863165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9863367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9863584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9863798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9864016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9864233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9864447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9864660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9864870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9865087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9865334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9865548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9865763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9865977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9866192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9866405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9866618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9866831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9867072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9867282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9867493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9867702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9867922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9868139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9868351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9868569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9868784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9868992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9869202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9869414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9869710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9869916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9870123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9870343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9870559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9870777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9871022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9871240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9871462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9871679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9871890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9872098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9872314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9872531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9872780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9873005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9873223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9873440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9873653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9873868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9874089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9874301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9874528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9874753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:33:10.9874982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9875206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9875431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9875654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9875874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9876095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9876428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9876638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9876896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9877122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9877349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9877569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9877786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9878004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9878222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9878465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9878689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9878910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9879126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9879350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9879571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9879790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9880009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9880227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9880438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9880661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9880886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9881112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9881331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9881557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9881784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9882011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9882226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9882467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9882678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9882893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9883113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9883333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9883538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9883761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9883976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9884217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9884436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9884647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9884869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9885089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9885309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9885528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9885743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9885950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9886160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9886380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9886599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9886825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9887056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9887283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9887513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9887745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9888004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9888223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9888448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9888683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9888913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9889143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9889374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9889626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9889851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9890067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9890286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9890497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9890726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9890951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9891176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9891397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9891618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9891839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9892054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9892267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9892488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9892700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9892901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9893209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9893421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9893685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9893903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9894128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9894346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9894570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9894784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9894998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9895203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9895451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9895670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9895880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9896093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9896307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9896527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9896740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9896958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9897172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9897376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9897584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9897796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9898005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9898213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9898427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9898648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9898860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9899077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9899293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9899526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9899739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9899958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9900168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9900380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9900593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9900805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9901067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9901348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9901599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9901803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9902053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9902397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9902650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9902910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9903120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9903367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9903653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9903900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9904153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9904399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:33:10.9935599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9935894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9936124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9936345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9936570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9936919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9937145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9937370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9937587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9937791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9938014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9938228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9938496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9938713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9938934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9939150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9939365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9939576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9939794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9939998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9940211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9940425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9940649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9940874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9941095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9941316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9941538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9941750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9941966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9942169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9942387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9942634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9942868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9943092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9943310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9943526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9943737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9943953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9944214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9944424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9944653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9944874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9945099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9945323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9945540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9945757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9945973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9946184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9946395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9946592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9946814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9947036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9947254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9947474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9947689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9947903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9948146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9948379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9948603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9948815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9949039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9949263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9949541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9949780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9950039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9950268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9950496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9950725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9950948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9951175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9951389Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9951621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9951847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9952077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9952301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9952531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9952765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9953001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9953235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9953464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9953683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9953939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9954171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9954393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9954618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9954841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9955060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9955284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9955531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9955753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9955979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9956197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9956424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9956653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9956876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9957095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9957308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9957523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9957740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9957957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9958179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9958386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9958605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9958820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9959035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9959255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9959501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9959724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9959940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9960160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9960373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9960579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9960796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9961009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9961256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9961473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9961684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9961896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9962108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9962322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9962537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9962738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9962960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9963177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9963387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9963600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9963820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9964043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9964260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9964476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9964688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9964892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:33:10.9965141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9965357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9965569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9965784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9965995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9966219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9966442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9966664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9966907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9967114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9967339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9967557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9967783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9968009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9968230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9968452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9968672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9968892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9969119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9969336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9969567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9969793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9970018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9970239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9970456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9970669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9970916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9971136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9971353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9971572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9971776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9971991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9972207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9972435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9972677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9972899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9973232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9973452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9973672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9973893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9974104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9974319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9974538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9974762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9974984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9975204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9975421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9975642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9975876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9976104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9976318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9976545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9976811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9977049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9977281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9977511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9977741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9977966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:10.9978197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9978462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9978691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9978907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9979131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9979359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex128 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:10.9979588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:33:10.9979819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9980047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9980276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9980502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9980728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9980957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9981180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9981409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9981638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9981869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9982091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9982337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9982555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9982768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9982982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9983193Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9983420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9983631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9983852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9984105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9984324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9984543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9984764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9984980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9985198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9985414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9985637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9985846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9986064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9986284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9986496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9986709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9986929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9987146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9987366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9987753Z 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:10.9988073Z 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:10.9988421Z 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:10.9988749Z 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:10.9989076Z 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:10.9989396Z 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:10.9989775Z 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:10.9990095Z 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:10.9990416Z 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:10.9990767Z 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:10.9991083Z 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:10.9991406Z 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:10.9991726Z 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:10.9992045Z 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:10.9992372Z 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:10.9992695Z 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:10.9993021Z 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:10.9993360Z 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:10.9993701Z 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:10.9994035Z 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:10.9994367Z 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:10.9994704Z 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:10.9995041Z 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:10.9995378Z 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:10.9995726Z 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:10.9996073Z 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:10.9996441Z 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:10.9996779Z 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:10.9996991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9997209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9997425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:33:10.9997641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9997858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9998097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9998296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9998517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9998736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9998951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9999165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9999384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9999600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:10.9999812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0000025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0000244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0000447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0000663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0000873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0001084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0001298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0001510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0001724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0001945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0002189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0002404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0002608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0002824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0003036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0003249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0003475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0003691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0003964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0004182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0004401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0004617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0004819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0005034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0005249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0005457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0005667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0005875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0006091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0006306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0006528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0006744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0006943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0007158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0007375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0007590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0007828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0008050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0008262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0008473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0008682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0008888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0009115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0009341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0009600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0009826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0010049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0010269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0010488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0010707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0010932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0011153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0011359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0011572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0011785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0011999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0012228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0012451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0012669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0012886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0013207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0013425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0013671Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0013889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0014106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0014320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0014533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0014755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0014971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0015194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0015444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0015664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0015869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0016084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0016295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0016509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0016718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0016928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0017140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0017362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0017584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0017797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0018006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0018222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0018436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0018658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0018876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0019092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0019336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0019550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0019767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0019994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0020207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0020428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0020645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0020863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0021111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0021336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0021554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0021771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0021986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0022200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0022402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0022617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0022842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0023061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0023276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0023493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0023712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0023931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0024146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0024369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0024574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0024788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0025030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0025248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0025468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0025697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0025917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0026132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:33:11.0026362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0026583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0026828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0027057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0027281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0027511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0027738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0027965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0028195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0028418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0028636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0028863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0029082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0029289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0029565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0029789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0030015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0030238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0030455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0030698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0030917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0031136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0031354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0031556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0031771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0031998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0032227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0032473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0032689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0032912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0033138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0033358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0033576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0033782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0034001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0034218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0034443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0034668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0034889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0035108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0035336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0035551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0035765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0035968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0036185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0036433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0036662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0036888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0037107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0037321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0037537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0037755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0037969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0038199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0038416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0038637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0038856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0039073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0039296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0039520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0039737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0039953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0040166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0040384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0040591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0040818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0041043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0041261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0041475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0041696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0041945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0042172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0042395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0042622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0042837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0043060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0043285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0043510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0043756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0043975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0044200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0044430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0044659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0044888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0045104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0045331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0045558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0045777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0045997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0046221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0046438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0046660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0046878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0047100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0047304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0047523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0047774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0047990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0048207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0048424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0048640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0048858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0049079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0049324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0049551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0049760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0049981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0050198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0050419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0050634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0050857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0051075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0051292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0051507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0051723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0051929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0052150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0052378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0052600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0052820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0053149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0053413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0053634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0053849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0054069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0054276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0054494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0054711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0054928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0055181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0055412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0055636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:33:11.0055854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0056070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0056290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0056495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0056709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0056920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0057146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0057369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0057594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0057817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0058034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0058249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0058470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0058695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0058900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0059150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0059371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0059585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0059795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0060012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0060226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0060444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0060684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0060903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0061112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0061328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0061544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0061757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0061970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0062186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0062400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0062623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0062843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0063059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0063268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0063484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0063697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0063909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0064121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0064333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0064571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0064792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0065012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0065252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0065535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0065825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0066188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0066581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0066871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0067091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0067308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0067524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0067751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0067974Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0068179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0068402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0068620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0068839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0069053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0069265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0069537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0069762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0069982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0070203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0070409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0070627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0070874Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0071088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0071308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0071527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0071750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0071968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0072188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0072407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0072641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0072856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0073078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0073297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0073523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0073745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0073963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0074182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0074400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0074620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0074827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0075042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0075259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0075480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0075696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0075922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0076144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0076360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0076604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0076826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0077041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0077267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0077483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0077699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0077929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0078161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0078415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0078641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0078861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0079082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0079303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0079506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0079719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0079934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0080160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0080388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0080613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0080838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0081063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0081283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0081499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0081703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0081925Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0082143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0082385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0082602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0082817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0083033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0083246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0083461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0083676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0083886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0084130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0084348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0084562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0084778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0084991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:33:11.0085207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0085422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0085630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0085841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0086049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0086269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0086488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0086706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0086921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0087138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0087356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0087574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0087789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0088031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0088237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0088453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0088669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0088879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0089093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0089307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0089520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0089760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0089971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0090184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0090386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0090598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0090809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0091021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0091233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0091444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0091655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0091869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0092082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0092299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0092503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0092715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0092926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0093246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0093465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0093677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0093979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0094198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0094421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0094628Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0094851Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0095070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0095295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0095551Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0095777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0095999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0096227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0096449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0096668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0096887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0097099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0097312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0097525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0097739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0097962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0098180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0098407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0098625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0098841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0099057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0099263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0099511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0099732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0099953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0100172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0100394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0100608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0100825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0101045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0101285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0101489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0101700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0101917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0102142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0102364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0102578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0102795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0103010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0103224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0103441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0103646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0103864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0104079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0104288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0104497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0104705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0104922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0105133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0105377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0105591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0105789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0106000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0106207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0106424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0106643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0106864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0107124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0107342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0107557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0107775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0107984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0108203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0108429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0108647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0108869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0109091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0109316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0109593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0109821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0110037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0110244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0110462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0110679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0110898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0111172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0111398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0111620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0111842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0112068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0112293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0112503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0112748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0112967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0113188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0113417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0113641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0113869Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:33:11.0114092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0114318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0114535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0114739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0114965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0115189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0115410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0115629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0115848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0116068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0116284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0116511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0116763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0116989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0117199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0117415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0117633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0117861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0118089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0118350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0118570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0118784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0118999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0119218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0119438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0119663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0119893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0120119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0120345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0120563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0120777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0120996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0121215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0121437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0121650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0121871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0122092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0122341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0122569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0122792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0123011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0123227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0123444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0123661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0123868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0124118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0124341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0124560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0124773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0124991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0125212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0125433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0125649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0125863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0126076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0126277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0126488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0126708Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0126930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0127146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0127363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0127582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0127799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0128049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0128266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0128469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0128682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0128895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0129105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0129314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0129535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0129782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0130003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0130222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0130435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0130641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0130857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0131076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0131294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0131516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0131735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0131947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0132164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0132387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0132606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0132812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0133128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0133344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0133562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0133820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0134050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0134273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0134493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0134711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0134930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0135138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0135351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0135606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0135826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0136047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0136263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0136477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0136699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0136926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0137145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0137354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0137568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0137785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0138001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0138215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0138431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0138645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0138858Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0139070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0139283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0139512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0139728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0139940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0140155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0140370Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0140593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0140805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0141024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0141269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0141482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0141694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0141915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0142131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0142351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0142587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0142818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0143048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:33:11.0143276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0143512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0143749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0143973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0144208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0144434Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0144664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0144886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0145145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0145365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0145597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0145825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0146061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0146293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0146512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0146746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0147020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0147259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0147494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0147724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0147946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0148167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0148387Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0148607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0148823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0149049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0149270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0149550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0149779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0149995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0150208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0150422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0150645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0150894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0151099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0151317Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0151535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0151755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0151972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0152189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0152406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0152647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0152863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0153083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0153287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0153503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0153727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0153947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0154163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0154380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0154593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0154807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0155019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0155232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0155443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0155656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0155876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0156092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0156306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0156516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0156754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0156975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0157197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0157411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0157614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0157829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0158057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0158308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0158530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0158757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0158981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0159200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0159413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0159644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0159871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0160084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0160301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0160517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0160741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0160959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0161176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0161396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0161618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0161844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0162067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0162299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0162522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0162741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0162968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0163189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0163419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0163643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0163866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0164114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0164339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0164548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0164763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0164977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0165199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0165420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0165649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0165876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0166105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0166328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0166557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0166781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0166986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0167207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0167430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0167647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0167902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0168121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0168346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0168567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0168800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0169027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0169238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0169465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0169714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0169934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0170152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0170375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0170595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0170821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0171042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0171261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0171466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0171686Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0171903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0172130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0172358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:33:11.0172582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0172802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0173129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0173349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0173568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0173822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0174046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0174272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0174494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0174716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0174937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0175154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0175400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0175613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0175825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0176023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0176239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0176450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0176664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0176895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0177119Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0177340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0177558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0177782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0178015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0178244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0178458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0178681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0178898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0179123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0179365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0179585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0179801Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0180022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0180237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0180455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0180657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0180876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0181156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0181377Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0181598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0181816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0182028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0182245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0182466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0182688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0182893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0183128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0183369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0183603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0183842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0184085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0184329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0184567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0184805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0185064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0185304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0185527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0185764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0185999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0186246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0186486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0186756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0186997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0187241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0187486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0187726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0187964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0188172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0188393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0188608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0188826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0189047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0189268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0189532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0189757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0189977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0190196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0190407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0190627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0190879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0191098Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0191316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0191536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0191753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0191969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0192188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0192445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0192656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0192873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0193094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0193312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0193526Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0193742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0193960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0194176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0194391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0194599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0194797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0195020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0195243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0195466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0195681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0195894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0196116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0196331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0196575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0196791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0196994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0197209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0197430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0197653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0197880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0198129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0198351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0198569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0198784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0199003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0199220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0199428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0199641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0199854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0200066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0200286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0200502Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0200729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0200949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0201166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0201385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0201605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0201831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:33:11.0202091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0202301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0202521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0202729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0202938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0203151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0203365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0203588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0203822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0204041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0204253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0204466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0204674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0204888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0205108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0205328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0205545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0205759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0205959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0206169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0206383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0206605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0206830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0207050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0207267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0207481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0207696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0207937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0208142Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0208542Z 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:11.0208873Z 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:11.0209215Z 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:11.0209555Z 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:11.0209890Z 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:11.0210255Z 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:11.0210588Z 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:11.0210920Z 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:11.0211262Z 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:11.0211594Z 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:11.0211939Z 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:11.0212279Z 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:11.0212613Z 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:11.0212869Z 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:11.0213406Z 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:11.0213685Z 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:11.0213940Z 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:11.0214194Z 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:11.0214446Z 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:11.0214698Z 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:11.0214948Z 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:11.0215248Z 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:11.0215503Z 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:11.0215764Z 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:11.0216023Z 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:11.0216288Z 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:11.0216545Z 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:11.0216829Z 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:11.0217051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0217278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0217501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0217723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0217941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0218148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0218361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0218586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0218806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0219032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0219257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0219473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0219691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0219908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0220123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0220330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0220543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0220791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0221010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0221227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0221444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0221672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0221897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0222115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0222357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0222562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0222779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0223001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0223218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0223431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0223644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0223864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0224082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0224299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0224525Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0224736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0224954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0225176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0225391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0225608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0225834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0226062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0226310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0226550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0226794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0227026Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0227244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0227470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0227707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0227979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0228208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0228438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0228665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0228906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0229148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0229382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0229659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0229898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0230135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0230371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0230605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0230841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0231079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0231329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0231579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0231834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0232114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0232354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0232576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0232808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0233048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0233285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0233521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0233779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0234015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:33:11.0234254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0234486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0234723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0234953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0235178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0235415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0235654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0235888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0236133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0236379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0236623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0236867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0237116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0237362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0237635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0237867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0238102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0238337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0238587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0238840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0239110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0239351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0239592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0239831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0240069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0240312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0240560Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0240795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0241028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0241271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0241513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0241748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0241986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0242217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0242458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0242698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0242967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0243198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0243421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0243656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0243889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0244117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0244345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0244569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0244823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0245058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0245287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0245517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0245746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0245962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0246191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0246415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0246641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0246872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0247103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0247334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0247561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0247792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0248015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0248231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0248459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0248719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0248952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0249183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0249420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0249654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0249892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0250156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0250394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0250627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0250848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0251084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0251333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0251568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0251800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0252033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0252269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0252500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0252735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0252968Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0253310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0253539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0253776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0254008Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0254288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0254527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0254762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0254975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0255194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0255412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0255630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0255881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0256084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0256295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0256520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0256741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0256961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0257181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0257401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0257616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0257829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0258042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0258252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0258477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0258695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0258914Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0259127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0259344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0259568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0259789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0260038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0260257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0260458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0260677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0260896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0261116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0261333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0261586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0261814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0262042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0262261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0262482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0262691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0262910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0263127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0263342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0263557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0263773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0263986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0264206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0264419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:33:11.0264644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0264853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0265072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0265288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0265536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0265749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0265964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0266181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0266394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0266614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0266832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0267035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0267292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0267509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0267724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0267944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0268162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0268376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0268767Z 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:11.0269121Z 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:11.0269517Z 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:11.0269862Z 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:11.0270201Z 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:11.0270548Z 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:11.0270899Z 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:11.0271246Z 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:11.0271464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0271688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0271913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0272195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0272412Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0272630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0272831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0273042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0273253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0273465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0273693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0273941Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0274161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0274379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0274599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0274816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0275025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0275243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0275458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0275676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0275893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0276111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0276324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0276541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0276757Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0276977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0277187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0277406Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0277623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0277839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0278082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0278298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0278523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0278750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0278972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0279187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0279399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0279649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0279879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0280101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0280323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0280546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0280764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0280984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0281205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0281422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0281636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0281860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0282083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0282305Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0282530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0282749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0282967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0283186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0283404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0283647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0283865Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0284067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0284278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0284492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0284705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0284929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0285152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0285398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0285621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0285840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0286062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0286267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0286498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0286727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0286957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0287180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0287403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0287624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0287850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0288073Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0288295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0288500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0288717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0288938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0289165Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0289413Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0289632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0289850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0290063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0290274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0290485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0290685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0290906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0291151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0291374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0291595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0291815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0292031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0292250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0292469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0292685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0292892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0293210Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0293421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0293635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0293857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0294082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0294301Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0294521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:33:11.0294739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0294952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0295200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0295420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0295635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0295848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0296065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0296278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0296503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0296716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0296973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0297187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0297393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0297610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0297829Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0298044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0298263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0298474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0298685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0298900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0299123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0299342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0299548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0299767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0299982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0300197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0300419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0300636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0300878Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0301095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0301313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0301534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0301738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0301961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0302178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0302398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0302642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0302852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0303062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0303274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0303496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0303718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0303922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0304143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0304360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0304575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0304786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0305004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0305222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0305445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0305667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0305882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0306086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0306299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0306541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0306763Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0306986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0307205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0307421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0307634Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0307850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0308067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0308311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0308534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0308748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0308963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0309178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0309400Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0309682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0309907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0310125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0310341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0310543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0310761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0310986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0311207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0311427Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0311641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0311862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0312079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0312324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0312540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0312739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0312961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0313176Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0313393Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0313610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0313828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0314075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0314296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0314510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0314723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0314922Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0315138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0315357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0315571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0315789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0316003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0316214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0316421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0316642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0316868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0317080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0317294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0317513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0317744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0317972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0318225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0318453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0318678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0318903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0319131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0319357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0319572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0319830Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0320065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0320294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0320519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0320742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0320965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0321183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0321396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0321621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0321832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0322050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0322273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0322495Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0322715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0322930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0323154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0323379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0323603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:33:11.0323853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0324060Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0324276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0324500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0324719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0324932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0325144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0325383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0325607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0325834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0326057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0326265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0326488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0326707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0326924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0327148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0327375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0327600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0327827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0328078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0328329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0328571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0328806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0329055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0329335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0329590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0329839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0330086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0330332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0330576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0330823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0331090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0331334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0331579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0331811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0332059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0332302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0332543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0332795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0333146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0333397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0333638Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0333885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0334122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0334357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0334582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0334821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0335115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0335358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0335584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0335812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0336034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0336264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0336497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0336758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0336985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0337190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0337403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0337620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0337843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0338061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0338274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0338488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0338699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0338917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0339140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0339349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0339565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0339782Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0340001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0340211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:33:11.0340428Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0340670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0340881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0341095Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0341313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0341516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex64 SKIPPED (Skipped!) [ 47%] 2022-12-01T10:33:11.0341737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0341956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0342175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0342420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0342644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0342862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0343082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0343297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0343516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0343727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0343952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0344177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0344398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0344615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0344833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0345053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0345275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0345492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0345711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0345916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0346133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0346373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0346586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0346812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0347033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0347251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0347468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0347684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0347900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0348146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0348366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0348586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0348803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0349020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0349236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0349453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0349742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0349963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0350180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0350381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0350597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0350818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0351036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0351251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0351465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0351676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0351888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0352140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0352361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0352571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0352789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0353006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0353220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0353430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:33:11.0353647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0353889Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0354107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0354319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0354531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0354729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0354940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0355151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0355374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0355591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0355809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0356022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0356238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0356453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0356669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0356876Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0357092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0357303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0357514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0357773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0357998Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0358221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0358441Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0358662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0358882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0359084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0359296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0359561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0359769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0359983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0360198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0360409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0360625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0360833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0361041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0361239Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0361448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0361663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0361880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0362104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0362320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0362539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0362752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0362967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0363178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0363383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0363625Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0363838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0364047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0364262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0364482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0364701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0364917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0365133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0365372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0365575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0365789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0366009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0366229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0366460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0366682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0366901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0367114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0367331Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0367546Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0367762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0367996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0368225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0368454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0368679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0368901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0369149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0369373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0369589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0369802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0370006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0370216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0370432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0370646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0370880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0371096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0371316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0371535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0371746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0371960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0372159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0372398Z 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:11.0372634Z 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:11.0372865Z 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:11.0373199Z 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:11.0373430Z 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:11.0373669Z 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:11.0373910Z 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:11.0374144Z 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:11.0374375Z 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:11.0374602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0374816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0375084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0375303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0375517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0375735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0375956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0376175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0376399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0376652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0376887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0377105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0377334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0377558Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0377781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0378000Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0378215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0378429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0378640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0378847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0379056Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0379265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0379483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0379702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0379917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0380134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0380348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0380598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0380826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0381041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0381252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0381454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0381665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0381873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0382082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0382330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:33:11.0382548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0382765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0382981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0383194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0383416Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0383630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0383852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0384078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0384303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0384521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0384735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0384951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0385183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0385409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0385633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0385857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0386059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0386307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0386523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0386738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0386951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0387172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0387392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0387616Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0387833Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0388089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0388291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0388507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0388724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0388948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0389168Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0389388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0389663Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0389883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0390100Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0390318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0390530Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0390760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0390985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0391206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0391425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0391643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0391862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0392121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0392353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0392580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0392794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0393019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0393241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0393463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0393685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0393954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0394180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0394403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0394626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0394845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0395055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0395282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0395512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0395741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0395963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0396188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0396408Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0396633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0396853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0397072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0397293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0397498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0397749Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0397966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0398185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0398402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0398629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0398853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0399078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0399307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0399553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0399759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0399976Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0400186Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0400403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0400624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0400840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0401062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0401279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0401492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0401713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0401919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0402144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0402367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0402583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0402799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0403014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0403233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0403475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0403687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0403904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0404117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0404337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0404550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0404771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0404983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0405227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0405444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0405658Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0405867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0406077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0406278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0406490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0406709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0406929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0407154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0407369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0407586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0407804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0408023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0408238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0408449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0408668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0408885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0409132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0409351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0409565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0409777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0409993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0410218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0410437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0410647Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0410890Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0411105Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0411322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:33:11.0411545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0411765Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0411987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0412205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0412420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0412633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0412836Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0413156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0413381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0413603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0413825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0414044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0414259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0414481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0414699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0414957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0415163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0415379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0415592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0415803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0416013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0416233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0416455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0416710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0416931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0417147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0417351Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0417567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0417780Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0418001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0418221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0418433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0418643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0418852Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0419068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0419294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0419503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0419720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0419936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0420151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0420391Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0420648Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0420874Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0421100Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0421330Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0421560Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0421784Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0421974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0422177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0422400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0422597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0422789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0422984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0423179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0423370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0423569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0423758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0423952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0424143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0424336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0424535Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0424730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0424935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0425132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0425328Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0425511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0425704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0425898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0426096Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0426296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0426528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0426728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0426922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0427117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0427297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0427490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0427683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0427876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0428079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0428319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0428524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0428724Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0428925Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addcdiv_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0429113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0429310Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0429577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0429787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0429987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0430184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0430377Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0430579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0430777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0430962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0431154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0431352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0431558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0431766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0431970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0432171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0432412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0432614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_allclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0432814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0432995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0433194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0433387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0433584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0433775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0433974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0434193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0434386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0434580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0434761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0434960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0435159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0435358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0435553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0435746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0435943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0436139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0436333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0436515Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0436709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0436901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0437130Z 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:11.0437349Z 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:11.0437569Z 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:11.0437787Z 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:11.0438000Z 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:11.0438246Z 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:11.0438459Z 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:11.0438648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0438839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:33:11.0439032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0439228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0439422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0439627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0439827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0440054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0440251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0440432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0440631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0440825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0441019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0441224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0441420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0441614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0441807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442185Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0442974Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0443167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0443358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0443567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0443774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0443967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0444195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0444400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0444602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0444807Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0445007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0445213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0445414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0445617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0445818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0446031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0446233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0446438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0446639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0446844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0447045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0447244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0447448Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0447649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0447840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0448045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0448254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0448461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0448663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0448862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0449061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0449261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0449461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0449649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0449902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0450101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0450305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0450519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0450730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0450947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0451162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0451376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0451588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0451814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0452024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0452233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0452437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0452639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0452844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0453143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0453350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0453548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0453731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0453926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0454115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0454316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0454516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0454710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0454907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0455099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0455295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0455483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0455677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0455920Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0456114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0456311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0456511Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0456709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0456904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0457095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0457277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0457472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0457674Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0457909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0458112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0458314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0458510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0458706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0458908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0459106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0459296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0459492Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0459690Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0459886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0460086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0460279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0460485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0460688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0460897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0461094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0461296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0461497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0461700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0461930Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0462131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0462331Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0462529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0462725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0462908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0463101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0463313Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0463519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0463759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0463968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0464171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0464370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0464570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0464782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0464983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0465194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0465397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:33:11.0465597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0465795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0465994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0466198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0466403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0466607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0466797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0466999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0467196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0467397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0467623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0467823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0468028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0468229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0468427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0468625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0468817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0469014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0469210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0469442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0469712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0469905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0470100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0470294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0470494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0470683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0470879Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0471076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0471272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0471467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0471669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0471872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0472074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0472274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0472460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0472664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0472873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0473078Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0473283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0473485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0473717Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0473915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0474119Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0474311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0474510Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0474710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0474909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0475107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0475306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0475548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0475763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0475967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0476176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0476380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0476592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0476801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0477014Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0477225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0477432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0477640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0477844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0478054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0478247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0478442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0478639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0478836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0479032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0479225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0479453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0479650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0479854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0480043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0480242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0480437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0480633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0480828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0481029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0481256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0481459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0481657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0481851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0482033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0482234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0482438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0482639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0482840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0483038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0483235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0483431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0483627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0483808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484004Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484199Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484392Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0484973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0485174Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0485395Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0485578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0485774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0485968Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0486162Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0486353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0486545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0486740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0486932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0487164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0487353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0487549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0487745Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0487937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0488128Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0488335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0488540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0488746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0488947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0489139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0489340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0489540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0489740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0489938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0490137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0490332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0490527Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0490718Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0490905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0491099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0491322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0491517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0491707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:33:11.0491899Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0492103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0492307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0492505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0492706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0492891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0493236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0493445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0493647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0493846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0494044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0494242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0494442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0494648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0494834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0495029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0495227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0495436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0495641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0495849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0496055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0496255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0496458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0496645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0496846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0497045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0497279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0497479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0497677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0497873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0498068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0498272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0498473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0498659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0498853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0499079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0499272Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0499475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0499673Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0499875Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0500076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0500275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0500461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0505967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0506191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0506398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0506607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0506812Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507418Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0507998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0508205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0508479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0508681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0508882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0509079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0509275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0509542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0509744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0509947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0510159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0510403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0510614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0510816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0511022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0511221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0511424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0511614Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0511815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0512022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0512220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0512420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0512622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0512825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0513024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0513223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0513412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0513607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0513809Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0514003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0514209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0514441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0514647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0514841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0515040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0515239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0515431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0515631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0515830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0516025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0516273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0516478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0516678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0516876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0517077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0517269Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0517464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0517661Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0517858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0518050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0518244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0518440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0518633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0518832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0519024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0519225Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0519422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0519616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0519814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0520010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0520231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0520424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0520618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0520818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0521009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0521212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0521411Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0521609Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0521805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0522995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0523187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0523383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0523584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0523786Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:33:11.0523985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0524180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0524373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0524560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0524753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0524952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0525155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0525358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0525553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0525746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0525941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0526158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0526349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0526557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0526765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0526967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0527169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0527366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0527567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0527788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0527984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0528167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0528359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0528554Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0528747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0528954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0529159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0529363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0529565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0529766Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0529966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0530152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0530349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0530547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0530742Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0530937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0531130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0531319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0531507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0531705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0531911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0532099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0532295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0532485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0532678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0532870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0533279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0533473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0533672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0533906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0534103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0534298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0534490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0534682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0534868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0535063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0535255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0535456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0535638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0535829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0536022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0536223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0536423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0536627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0536828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0537035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0537234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0537423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0537621Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0537816Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0538048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0538241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0538443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0538638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0538838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0539032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0539217Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0539409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0539603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0539825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540017Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540600Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hypot_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540792Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0540984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0541164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0541356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0541557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0541758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0541954Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0542153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0542351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igammac_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0542552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0542758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0542947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0543143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0543342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0543549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0543750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0543978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0544183Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0544379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0544579Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0544767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0544966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0545163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0545365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0545628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0545826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0546035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0546234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0546442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0546633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0546838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0547038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0547240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0547445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0547643Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0547846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0548051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0548256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0548453Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0548640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0548841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0549037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0549242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0549444Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0549751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0549949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0550150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:33:11.0550349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0550534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0550732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0550936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0551133Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0551330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0551555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0551753Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0551955Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0552155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0552344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0552541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0552746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0552946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0553151Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0553348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0553542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0553737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0553933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0554126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0554317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0554516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0554715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0554912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0555109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0555303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0555495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0555714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0555905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0556087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0556287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0556482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0556676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0556867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0557082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0557292Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0557536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0557740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0557933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0558132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0558332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0558538Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0558740Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0558953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0559158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0559370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0559587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0559795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0559986Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0560187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0560387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0560585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0560784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0560978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0561176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0561374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0561595Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0561782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0561977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0562173Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0562370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0562567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0562763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0562958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0563146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0563366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0563549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0563748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0563942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0564134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0564325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0564518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0564713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0564909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0565115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0565307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0565509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0565708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0565906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0566112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0566314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0566517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0566720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0566922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0567111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0567339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0567545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0567748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0567944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0568141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0568338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0568539Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0568748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0568946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0569167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0569374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0569577Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0569772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0569964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0570165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0570364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0570565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0570763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0570950Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0571159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0571360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0571558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0571757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0571957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0572155Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0572352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0572553Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0572734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0572927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0573264Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0573460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0573654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0573846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0574051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0574252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0574457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0574665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0574858Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0575103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0575304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0575504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0575701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0575897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0576090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0576286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0576481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:33:11.0576665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0576860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0577055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0577275Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0577491Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0577708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0577926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0578141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0578357Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0578573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0578784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0579001Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0579255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0579452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0579654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0579856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0580051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0580247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0580447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0580642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0580871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0581071Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0581274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0581474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0581670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0581863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0582061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0582251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0582434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0582624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0582825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0583027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0583228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0583428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0583627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0583827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0584024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0584212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0584410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0584606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0584801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0585039Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0585251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0585446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0585636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0585827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0586023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0586212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0586409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0586604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0586830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0587022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0587214Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0587413Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0587617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0587820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0588011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0588212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0588410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0588608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0588804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0589000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0589210Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0589425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0589706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0589906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0590115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0590323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0590520Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0590721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0590951Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0591152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0591349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0591549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0591746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0591927Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0592123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0592323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0592522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0592751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0592953Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0593152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0593347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0593543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0593730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0593924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0594118Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0594312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0594516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0594715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0594910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0595105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0595302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0595490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0595692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0595902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0596115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0596332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0596541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0596784Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0596998Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0597204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0597424Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0597628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0597841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0598055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0598267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0598533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0598761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0598979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0599192Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0599400Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0599612Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0599821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0600036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0600254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0600484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0600710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0600936Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0601160Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0601370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0601585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0601797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0601995Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0602223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0602482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0602714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0603018Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0603321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0603540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0603762Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0603984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:33:11.0604235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0604452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0604651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0604863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0605074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_prelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0605285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0605497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0605707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0605916Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0606125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0606334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0606531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0606741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0606948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0607166Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0607382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0607603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0607819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0608034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0608277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0608493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0608696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0608909Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0609117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0609327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0609522Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0609725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0609949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0610147Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0610340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0610536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0610721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0610913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0611107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0611300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0611497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0611698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0611892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0612087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0612281Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0612473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0612672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0612873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0613178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0613375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0613571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0613768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0614025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0614273Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0614459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0614657Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0614849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0615040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0615229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0615433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0615633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0615827Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0616058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0616243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0616441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0616642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0616845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0617042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0617240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0617438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0617636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0617831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618403Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0618979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0619171Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0619363Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0619568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0619760Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0619962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0620195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0620394Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0620589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0620791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0620988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0621184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0621380Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0621582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0621772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0621996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0622205Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0622408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0622606Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0622803Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623007Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623200Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0623976Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0624169Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0624365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0624564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0624763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0624957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0625150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0625332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0625530Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0625722Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0625949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0626145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0626339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0626531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0626723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0626917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0627101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0627290Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0627485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0627708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0627907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0628105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0628301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0628493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0628684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0628871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0629068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0629262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0629455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0629715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0629915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0630112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0630306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0630499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:33:11.0630683Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0630887Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0631081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0631276Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0631469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0631660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0631888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0632080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0632277Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0632469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0632659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0632853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0633044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0633236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0633432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0633651Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0633844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0634989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0635190Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0635382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0635575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0635765Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0635958Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0636138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0636332Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0636533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0636739Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0636947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0637150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0637354Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0637561Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0637825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0638025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0638229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0638433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0638636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0638836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0639037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0639237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0639486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0639678Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0639880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0640067Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0640270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0640470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0640667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0640868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0641070Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0641271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0641500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0641729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0641944Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0642179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0642406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0642633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0642855Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0643080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0643305Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0643560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0643789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0644009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0644232Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0644441Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0644668Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0644888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0645108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0645351Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0645551Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0645752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0645948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0646144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0646334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0646528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0646723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0646917Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0647112Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0647311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0647507Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0647700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0647898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0648099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0648286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0648485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0648681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0648876Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0649072Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0649289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0649484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0649679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0649874Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0650057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0650254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0650459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0650660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0650860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0651083Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0651282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0651478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0651671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0651854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0652044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0652238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0652428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0652625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0652817Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0653102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0653294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0653484Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0653667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0653859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0654055Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0654257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0654463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0654667Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0654863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0655062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0655304Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0655485Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0655680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0655870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0656064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0656253Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0656445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0656639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0656831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0657056Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:33:11.0657237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0657437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0657635Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0657828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658802Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0658985Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0659180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0659371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0659582Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0659787Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0659989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0660186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0660383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0660583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0660781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0660964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0661184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0661378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0661570Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0661758Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0661948Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0662158Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex128 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0662365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_complex64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0662576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0662795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int16 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0662997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int32 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0663194Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int64 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0663389Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_uint8 SKIPPED (diag is not supported by meta) [ 59%] 2022-12-01T10:33:11.0663588Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0663789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0663991Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0664193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0664391Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0664575Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0664775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0664973Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0665168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0665364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0665556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0665751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0665949Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0666141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0666339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0666525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0666719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0666938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0667134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0667327Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0667529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0667728Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0667934Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0668140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0668334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0668532Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0668756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0668956Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0669154Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0669348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0669608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0669808Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670003Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0670983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0671181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0671378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0671584Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0671790Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0671981Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0672179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0672375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0672572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0672801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0673009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0673218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0673425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0673622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0673825Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0674019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0674218Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0674415Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0674638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0674837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0675040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0675245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0675445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0675646Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0675833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0676033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0676231Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0676430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0676626Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0676823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677212Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677412Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677598Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677793Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0677987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0678176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0678370Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0678591Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0678788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0678989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0679184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0679368Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0679566Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0679761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0679957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0680152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0680384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0680581Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0680772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0680964Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0681159Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0681345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0681541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0681732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0681928Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0682126Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0682323Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0682516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0682705Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0682900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0683081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0683298Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:33:11.0683516Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_native_batch_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0683721Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0683930Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0684133Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0684360Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0684563Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0684766Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0684968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0685176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0685385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0685589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0685791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0685987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0686219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0686426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0686625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0686827Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0687025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0687234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0687449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0687660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0687869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0688070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0688274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0688477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0688686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0688886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0689095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0689301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0689501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0689702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0689918Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0690161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0690374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0690581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0690795Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0690995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0691201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0691402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0691605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0691810Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0692045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0692245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0692446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0692651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0692849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0693148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0693354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0693557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0693756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0693952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0694151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0694345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0694543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0694737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0694929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0695133Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0695332Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0695533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0695731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0695972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0696173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0696386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0696595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0696796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0696989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0697204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0697423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0697640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0697885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0698100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0698311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0698522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0698727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0698920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0699117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0699326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0699531Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0699744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0699950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0700158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0700361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0700563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0700769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0700967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0701171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0701372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0701574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0701802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0702009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0702221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0702433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0702639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0702841Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0703030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0703232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0703454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0703661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0703866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0704072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0704280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0704483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0704688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0704897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0705113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0705322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0705533Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0705737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0705945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0706153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0706368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0706576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0706786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0706983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0707188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0707421Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0707625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0707839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0708052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0708263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0708474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0708678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0708891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0709090Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0709327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0709600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0709818Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0710035Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0710253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0710473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0710685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:33:11.0710898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0711103Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0711305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0711513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0711717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0711927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0712134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0712343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0712550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0712758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0712971Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0713218Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0713443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0713665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0713885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0714104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0714317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0714528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0714743Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0714983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0715193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0715385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0715595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0715806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0716017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0716224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0716430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0716633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0716832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0717036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0717240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0717430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0717641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0717856Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0718068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0718274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0718475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0718677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0718876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0719108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0719303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0719503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0719702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0719897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0720104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0720317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0720527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0720771Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0720982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0721190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0721388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0721596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0721808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0722017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0722220Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0722437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0722645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0722858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0723069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0723278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0723475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0723682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0723888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0724102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0724309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0724511Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0724736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0724940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0725136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0725326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0725523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0725739Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0725951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0726176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0726454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0726670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0726882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0727098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0727308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0727516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0727731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0727957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0728173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0728390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0728605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0728821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0729040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0729257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0729472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0729675Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0729883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0730096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0730306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0730546Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0730757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0730970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0731181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0731389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0731595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0731793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0732003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0732232Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0732437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0732646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0732848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0733168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0733366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0733570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0733767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0733972Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0734180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0734394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0734605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0734815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0735023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0735230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0735447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0735662Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0735864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0736073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0736324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0736537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0736752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0736969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0737183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0737396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0737604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0737815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0738042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0738252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0738454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:33:11.0738661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0738867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0739071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0739296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0739517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0739732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0739948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0740158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0740388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0740614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0740836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0741058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0741277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0741485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0741699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0741910Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0742147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0742347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0742551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0742751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0742960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0743164Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0743365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0743592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0743851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0744077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0744299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0744509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0744722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0744938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 62%] 2022-12-01T10:33:11.0745166Z 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:11.0745399Z 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:11.0745627Z 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:11.0745855Z 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:11.0746081Z 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:11.0746308Z 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:11.0746533Z 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:11.0746747Z 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:11.0746972Z 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:11.0747177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0747383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0747591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0747819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0748019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0748221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0748425Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0748628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0748820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0749016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0749224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0749453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0749729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0749930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0750140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0750348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0750557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0750753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0750962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0751171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0751376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0751579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0751777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0751969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0752171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0752371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0752575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0752774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0752981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0753178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0753381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0753615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0753822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0754038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0754255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0754467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0754682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0754881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0755092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0755329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0755542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0755749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0755957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0756161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0756368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0756574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0756773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0756979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0757185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0757389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0757594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0757801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0758004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0758205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0758407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0758606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0758798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0759012Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0759248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0759450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0759655Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0759868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0760081Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0760288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0760494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0760691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0760890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0761128Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0761333Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0761541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0761756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0761966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0762174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0762380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0762598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0762801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0763016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0763224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0763436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0763649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0763854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0764059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0764271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0764482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0764684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0764880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0765120Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0765325Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0765534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0765749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0765958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0766165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0766374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:33:11.0766580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0766819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0767021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0767231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0767442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0767641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0767845Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0768063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0768277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0768497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0768714Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0768932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0769137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0769358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0769570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0769779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0769986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0770190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0770398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0770637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0770843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0771044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0771252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0771457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0771663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0771873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0772083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0772297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0772527Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0772733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0772941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0773249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0773460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0773665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0773880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0774086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0774303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0774512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0774718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0774929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0775138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0775336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0775540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0775750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0775958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0776165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0776369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0776617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0776826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0777031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0777237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0777433Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0777642Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0777847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0778052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0778286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0778495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0778703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0778912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0779117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0779316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0779522Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0779732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0779939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0780142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0780339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0780536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0780746Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0780956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0781161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0781356Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0781568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0781779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0781985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0782219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0782420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0782635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0782849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0783065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0783267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0783474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0783688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0783917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0784123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0784326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0784540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0784755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0784967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0785181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0785384Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0785597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0785798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0785998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0786192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0786394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0786593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0786793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0786990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0787185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0787372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0787567Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0787767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:33:11.0787997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0788201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0788403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0788605Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0788803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0789007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0789198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0789404Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0789691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0789892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0790093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0790300Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0790501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0790702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0790902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0791105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0791305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0791517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0791732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0791943Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0792151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0792365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0792574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0792779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0792984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0793179Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0793381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0793596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0793828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:33:11.0794043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0794253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0794461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0794665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0794864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0795071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0795268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0795497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0795701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0795905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0796114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0796324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0796535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0796744Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0796955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0797168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0797372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0797580Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0797788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0797996Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0798202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0798420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0798635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0798848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0799062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0799263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0799496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0799708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0799919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0800131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0800342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0800547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0800755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0800975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0801225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0801429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0801641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0801848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0802055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0802267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0802475Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0802690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0802894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0803100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0803309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0803505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0803720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0803930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0804139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0804347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0804555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0804769Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0804977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0805212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0805424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0805618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0805817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0806016Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0806222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0806426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0806636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0806870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0807076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0807278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0807473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0807681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0807889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0808095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0808309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0808515Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0808724Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0808931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0809138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0809346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0809543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0809749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0809952Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0810150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0810349Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0810552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0810749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0810978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0811182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0811386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0811574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0811780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0811986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0812187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0812388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0812618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0812816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0813122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0813341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0813543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0813762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0813980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0814194Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0814410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0814625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0814837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0815057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0815274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0815491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0815706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0815927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0816141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0816355Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0816654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0816863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0817072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0817280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0817486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0817696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0817890Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0818099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0818301Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0818543Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0818756Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0818959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0819163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0819360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0819560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0819755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0819954Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0820160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0820366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0820565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0820765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0820973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0821180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0821386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:33:11.0821590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0821783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0821986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0822188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0822419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0822626Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0822836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0823042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0823242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0823441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0823637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0823843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0824079Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0824296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0824504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0824723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0824937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0825151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0825365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0825578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0825790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0825988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0826202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0826416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0826630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0826840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0827052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0827261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0827473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0827684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0827896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0828121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0828334Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0828547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0828762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0828976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0829188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0829398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0829676Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0829913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0830114Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0830322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0830530Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0830741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0830951Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0831166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0831381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0831592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0831800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0832007Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0832198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0832403Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0832606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0832826Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0833045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0833261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0833470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0833679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0833912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0834124Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0834323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0834528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0834735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0834941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0835146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0835354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0835609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0835838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0836059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0836283Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0836496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0836721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0836948Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0837175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0837412Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0837643Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0837870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0838094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0838322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0838551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0838767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0838978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0839186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0839392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0839628Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0839838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0840048Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0840259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0840468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0840672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0840867Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0841074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0841311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0841516Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0841718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0841925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0842131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0842337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0842547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0842758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0842958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0843158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0843357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0843554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0843774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0843994Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0844195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0844392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0844593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0844782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0844985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0845186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0845422Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0845631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0845830Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0846033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0846266Z 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:11.0846497Z 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:11.0846727Z 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:11.0846970Z 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:11.0847194Z 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:11.0847419Z 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:11.0847664Z 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:11.0847910Z 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:11.0848161Z 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:11.0848409Z 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:11.0848651Z 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:11.0848890Z 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:11.0849099Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0849305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0849510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0849722Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:33:11.0849938Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0850148Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0850354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0850561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0850767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0851006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0851214Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0851426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0851629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0851838Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0852044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0852252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0852459Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0852694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0852901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0853213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0853434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0853651Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0853852Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0854065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0854274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0854485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0854697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0854920Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0855139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0855390Z 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:11.0855637Z 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:11.0855857Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0856068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0856285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0856501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0856757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_glu_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0856989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0857216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0857443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0857670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0857891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0858130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0858352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0858610Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0858832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0859057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0859281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0859509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0859734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0859957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0860181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0860406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0860639Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0860863Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0861093Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0861326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0861549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0861767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mish_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0861991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0862213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0862468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_mse_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0862707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0862947Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0863181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0863407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0863637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0863872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0864138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0864372Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0864598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0864825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0865044Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0865259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0865478Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0865682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0865899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0866113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0866328Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0866547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0866767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0866989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0867210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0867451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0867742Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_selu_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0868082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0868365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0868665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0868967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0869268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0869677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0869985Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0870308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0870659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0870937Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0871178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0871374Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0871599Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0871816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0872391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0872707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0873031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0873323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0873613Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0873980Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0874338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0874556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0874776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0874986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0875196Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0875405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0875614Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0875891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0876104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0876309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0876513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0876707Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0876909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0877118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0877331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0877569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0877774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0877981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0878189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0878399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0878602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0878813Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0879020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0879227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0879436Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0879645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0879851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0880059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0880268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0880476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0880670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:33:11.0880876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0881087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0881292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0881496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0881723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0881923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0882199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0882461Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0882668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0882877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0883096Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0883313Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0883576Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0883791Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0884005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0884211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 67%] 2022-12-01T10:33:11.0884418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0884629Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0884825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0885034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0885244Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0885450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0885652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0885860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0886078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0886294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0886508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0886717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0886916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0887123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0887331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0887574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0887792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0888001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0888210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0888419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0888624Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0888821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0889028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0889254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0889452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0889657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0889858Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0890061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0890273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0890479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0890684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0890876Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0891073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0891275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0891479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0891692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0891924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0892136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0892341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0892547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0892753Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0892944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0893319Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0893581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0893788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0894002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0894211Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0894418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0894617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0894820Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0895019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0895268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0895473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0895679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0895882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0896080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0896282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0896487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0896694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0896904Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0897102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0897307Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0897508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0897711Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0897913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0898119Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0898323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0898534Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0898749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0898944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0899154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0899390Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0899597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0899799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0900002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0900209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0900414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0900619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0900822Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0901039Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0901241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0901437Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0901646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0901854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0902073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0902292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0902568Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0902861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0903082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0903288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0903506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0903723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0903939Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0904155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0904370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0904579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0904790Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0905003Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0905275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0905506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0905723Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0905930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0906138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0906346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0906555Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0906770Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0907041Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0907254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0907456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0907672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0907892Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0908111Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0908322Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0908537Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0908779Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:33:11.0909020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0909249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0909544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0909783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0910010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0910253Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0910489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0910721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0910992Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0911229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0911465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0911701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0911936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0912167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0912398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0912646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0912874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0913088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0913303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0913519Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0913731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0913945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0914154Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0914367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0914566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0914775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0914978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0915192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0915400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0915611Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0915815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0916019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0916219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0916419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0916650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0916861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0917072Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0917280Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0917486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0917689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0917898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0918106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0918312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0918544Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0918741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0918945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0919162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0919378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0919590Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0919796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0920005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0920208Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0920409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0920601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0920812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0921014Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0921213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0921418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0921615Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0921829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0922043Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0922252Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0922489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0922690Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0922897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0923097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0923304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0923514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0923717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0923922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0924161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0924367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0924562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0924767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0924975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0925181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0925386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0925586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0925781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0925986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0926188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0926398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0926593Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0926802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0927004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0927222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0927434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0927653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0927872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0928086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0928326Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0928541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0928741Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0928955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0929161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0929362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0929570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0929777Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0930006Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0930212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0930416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0930607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0930823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0931034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0931247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0931453Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0931654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0931864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0932076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0932292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0932505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0932705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0932919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0933264Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0933482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0933687Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0933889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0934150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0934354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0934563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0934774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0934969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0935176Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0935383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0935591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0935793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0936045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0936265Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0936479Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0936691Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0936889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0937095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:33:11.0937296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0937499Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0937696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0937903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0938116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0938321Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0938535Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0938752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0938953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0939160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0939365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0939583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0939809Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0940058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0940277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0940494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0940705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0940917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0941116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0941329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0941541Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0941781Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0941990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0942206Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0942417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0942623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0942831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0943040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0943237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0943444Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0943647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0943847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0944045Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0944257Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0944473Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0944681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0944891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0945092Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0945299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0945503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0945734Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0945940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0946145Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0946352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0946559Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0946761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0946968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0947169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0947396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0947597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0947796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0947997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0948201Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_uint8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0948406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0948619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0948829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0949027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0949242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0949451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0949713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0949923Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0950132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0950341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0950542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0950749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0950958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0951159Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0951398Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0951604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0951815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0952018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0952223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0952428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0952640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0952851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0953055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0953275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0953480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0953677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0953881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0954097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0954317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0954583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0954804Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:33:11.0954988Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0955159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0955346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0955527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0955720Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0955913Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0956131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0956319Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rpow___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0956505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0956685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rsub___cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0956854Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0957033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0957215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_float32 XFAIL [ 69%] 2022-12-01T10:33:11.0957429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_float32 XFAIL [ 69%] 2022-12-01T10:33:11.0957612Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0957812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0958010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_decomposed_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0958190Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0958359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_all_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0958537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0958721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0958904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_angle_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0959084Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0959290Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argmin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0959466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argsort_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0959701Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:33:11.0959957Z 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:11.0960208Z 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:11.0960383Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0960562Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asin_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0960744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0960923Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0961111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0961299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0961486Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_2d_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0961673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0961843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0962024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0962233Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:33:11.0962437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0962635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_tensors_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0962830Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0963024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_broadcast_to_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0963205Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0963381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_byte_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0963580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_complex64 PASSED [ 69%] 2022-12-01T10:33:11.0963757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ceil_cpu_float32 PASSED [ 69%] 2022-12-01T10:33:11.0963939Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:33:11.0964117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0964295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_char_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0964485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0964668Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_max_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0964849Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0965043Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0965214Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_complex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0965444Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0965633Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_physical_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0965828Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0966019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0966207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_contiguous_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0966395Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0966578Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0966746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0966949Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0967191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0967378Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummax_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0967565Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0967769Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0967953Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_deg2rad_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0968129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0968311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0968487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0968675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0968862Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0969041Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0969238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_floor_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0969439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0969636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_no_rounding_mode_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0969865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_div_trunc_rounding_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0970049Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0970224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0970409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0970588Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0970770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0970948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0971128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0971306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0971483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0971677Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfc_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0971860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0972050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0972235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0972418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0972602Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expm1_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0972802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_complex64 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:33:11.0973100Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eye_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:33:11.0973320Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0973498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0973684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0973868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0974058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0974246Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0974437Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0974627Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0974814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0975010Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0975191Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftshift_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0975380Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfftn_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0975573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0975762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0975947Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft2_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0976179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0976358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0976550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0976722Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0976908Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0977094Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0977275Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flipud_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0977462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0977653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_divide_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0977835Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0978052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0978234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fmod_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0978406Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0978590Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0978765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gt_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0978943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0979127Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_heaviside_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0979308Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histc_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0979500Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogramdd_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0979683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0979865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0980031Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hstack_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0980206Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_i0_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0980391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0980571Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_igammac_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0980755Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_imag_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0980945Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0981134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0981324Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0981498Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0981685Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0981863Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_inner_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0982097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0982351Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isclose_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0982531Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0982712Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0982891Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0983076Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isneginf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0983248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isposinf_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0983429Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0983658Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:33:11.0983877Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:33:11.0984062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kthvalue_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0984273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_le_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0984455Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0984644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0984834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0985024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0985219Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_singular_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0985409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0985607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0985804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0985995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvals_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0986207Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0986416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_householder_product_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0986607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0986790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0986981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0987179Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0987378Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0987576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0987767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0987973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0988158Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0988355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0988577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:33:11.0988776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:33:11.0988974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0989169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0989384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0989636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0989842Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0990114Z 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:11.0990307Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0990512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_qr_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0990708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0990904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_ex_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0991109Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0991314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_triangular_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0991506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0991704Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0991898Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svdvals_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0992089Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0992278Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0992477Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorsolve_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0992670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0992868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0993066Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0993251Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:33:11.0993434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0993613Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log1p_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0993796Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0993963Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log2_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0994142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0994336Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0994525Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp2_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0994744Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logcumsumexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0994933Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0995141Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:33:11.0995326Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0995514Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0995691Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:33:11.0995873Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logspace_cpu_float32 XFAIL [ 71%] 2022-12-01T10:33:11.0996056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0996235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_long_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0996410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lt_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0996617Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0996795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0996984Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0997157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0997334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0997524Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0997717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0997911Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0998101Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumsum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0998288Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0998483Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_log_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0998679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logaddexp_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0998859Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0999047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0999237Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0999432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.0999623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_scatter_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.0999815Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1000005Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1000194Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmax_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1000386Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1000561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_std_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1000811Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1000996Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1001188Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1001374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1001576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_with_dim_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1001760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_maximum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1001943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1002125Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_median_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1002322Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1002529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1002743Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_binary_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1002928Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1003107Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mode_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1003296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1003480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_msort_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1003663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1003844Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_multinomial_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004023Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004224Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004410Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmedian_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanquantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004783Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nansum_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1004979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1005168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_copy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1005364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1005535Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1005717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1005896Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1006102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:33:11.1006286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1006471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_full_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1006659Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1006841Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_ones_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1007095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1007302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1007515Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1007721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1007921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1008135Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1008357Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1008561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1008814Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1009018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1009221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1009428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cross_entropy_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1009629Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_ctc_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1009833Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1010035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1010238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_bag_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1010467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1010676Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1010881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_grid_sample_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1011082Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_group_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1011273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardshrink_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1011475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardtanh_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1011673Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_huber_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1011884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_area_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1012097Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1012311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1012512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1012711Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1012936Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_logsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1013254Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1013467Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1013670Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1013869Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mish_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1014065Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_mse_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1014277Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1014480Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_nll_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1014687Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_complex64 PASSED [ 71%] 2022-12-01T10:33:11.1014943Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_normalize_cpu_float32 PASSED [ 71%] 2022-12-01T10:33:11.1015137Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1015346Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1015554Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1015759Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_reflect_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1015966Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1016169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pdist_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1016381Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1016594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1016789Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1016985Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_complex_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1017193Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1017396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1017606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1017810Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1018018Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1018217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_tanhshrink_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1018432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1018661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1018847Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1019020Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1019234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1019425Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1019606Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1019802Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_normal_number_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1019982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:11.1020167Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1020354Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1020526Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_outer_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1020716Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pca_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1020905Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1021119Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_permute_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1021309Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1021497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pinverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1021679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polar_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1021881Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1022098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1022306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1022496Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1022686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_positive_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1022871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1023056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1023236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_qr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1023418Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rad2deg_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1023594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_float32 XFAIL [ 72%] 2022-12-01T10:33:11.1023788Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1023964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1024147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1024327Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1024505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_real_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1024688Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1024875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1025054Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1025282Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1025462Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1025653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1025840Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1026027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1026217Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1026401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize_as__cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1026593Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1026776Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1026955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_roll_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1027128Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1027334Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1027527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1027737Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1027948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1028134Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1028317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1028509Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1028698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_add_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1028875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1029056Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1029253Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1029452Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1029715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1029909Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_searchsorted_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1030098Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1030289Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1030474Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1030644Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_short_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1030832Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1031016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_signbit_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1031200Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1031382Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1031594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1031777Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1031960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1032146Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1032364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1032576Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 72%] 2022-12-01T10:33:11.1041931Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_airy_ai_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1042199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1042416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_j1_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1042694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1042916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1043114Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_entr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1043302Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_erfcx_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1043518Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_h_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1043729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_hermite_polynomial_he_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1043940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_laguerre_polynomial_l_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1044139Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_log_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1044348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1044558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1044786Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1045284Z 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:11.1045497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_spherical_bessel_j0_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1045680Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_zeta_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1045871Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1046058Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1046257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1046454Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1046643Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sqrt_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1046829Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1047016Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1047226Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1047409Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1047604Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1047795Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_mean_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1047979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1048161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_stft_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1048343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1048537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1048729Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_to_size_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1048904Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1049096Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_lowrank_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1049311Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1049497Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_symeig_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1049679Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_complex64 PASSED [ 72%] 2022-12-01T10:33:11.1049875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1050057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:33:11.1050245Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1050433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1050610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1050791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_topk_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1050974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1051168Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1051355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_transpose_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1051541Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1051725Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1051930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1052117Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triangular_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1052306Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trunc_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1052493Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1052681Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1052868Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1053243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_complex64 XFAIL [ 73%] 2022-12-01T10:33:11.1053434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1053618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1053861Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1054033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1054216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1054404Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1054596Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_real_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1054782Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1054969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1055151Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1055337Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1055512Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1055753Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_where_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1055942Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_xlogy_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1056129Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_complex64 PASSED [ 73%] 2022-12-01T10:33:11.1056318Z test_ops.py::TestCompositeComplianceCPU::test_backward_H_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1056510Z test_ops.py::TestCompositeComplianceCPU::test_backward___radd___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1056702Z test_ops.py::TestCompositeComplianceCPU::test_backward___rdiv___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1056893Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmul___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1057089Z test_ops.py::TestCompositeComplianceCPU::test_backward___rpow___cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1057267Z test_ops.py::TestCompositeComplianceCPU::test_backward_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1057461Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcdiv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1057653Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1057843Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058034Z test_ops.py::TestCompositeComplianceCPU::test_backward_addr_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058222Z test_ops.py::TestCompositeComplianceCPU::test_backward_asin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058415Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058608Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058792Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1058986Z test_ops.py::TestCompositeComplianceCPU::test_backward_baddbmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1059175Z test_ops.py::TestCompositeComplianceCPU::test_backward_bmm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1059380Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_tensors_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1059584Z test_ops.py::TestCompositeComplianceCPU::test_backward_broadcast_to_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1059776Z test_ops.py::TestCompositeComplianceCPU::test_backward_cat_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1059968Z test_ops.py::TestCompositeComplianceCPU::test_backward_cdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1060157Z test_ops.py::TestCompositeComplianceCPU::test_backward_ceil_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1060375Z test_ops.py::TestCompositeComplianceCPU::test_backward_chunk_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1060553Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1060748Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_max_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1060941Z test_ops.py::TestCompositeComplianceCPU::test_backward_clamp_min_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1061132Z test_ops.py::TestCompositeComplianceCPU::test_backward_clone_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1061339Z test_ops.py::TestCompositeComplianceCPU::test_backward_constant_pad_nd_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1061536Z test_ops.py::TestCompositeComplianceCPU::test_backward_copysign_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1061731Z test_ops.py::TestCompositeComplianceCPU::test_backward_corrcoef_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1061922Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1062104Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1062340Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumulative_trapezoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1062533Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagflat_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1062727Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1062918Z test_ops.py::TestCompositeComplianceCPU::test_backward_dist_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1063128Z test_ops.py::TestCompositeComplianceCPU::test_backward_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1063339Z test_ops.py::TestCompositeComplianceCPU::test_backward_double_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1063529Z test_ops.py::TestCompositeComplianceCPU::test_backward_einsum_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1063724Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1063903Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1064095Z test_ops.py::TestCompositeComplianceCPU::test_backward_expm1_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1064290Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1064484Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1064685Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1064879Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1065073Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1065267Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1065451Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1065641Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1065863Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1066072Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1066308Z test_ops.py::TestCompositeComplianceCPU::test_backward_flatten_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1071735Z test_ops.py::TestCompositeComplianceCPU::test_backward_fliplr_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1071959Z test_ops.py::TestCompositeComplianceCPU::test_backward_flipud_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1072153Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1072392Z test_ops.py::TestCompositeComplianceCPU::test_backward_float_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1072567Z test_ops.py::TestCompositeComplianceCPU::test_backward_floor_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1072758Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1072948Z test_ops.py::TestCompositeComplianceCPU::test_backward_hsplit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1073129Z test_ops.py::TestCompositeComplianceCPU::test_backward_i0_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1073318Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_add_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1073503Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_copy_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1073691Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1073878Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_reduce_cpu_float32 XFAIL [ 73%] 2022-12-01T10:33:11.1074067Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1074249Z test_ops.py::TestCompositeComplianceCPU::test_backward_inner_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1074465Z test_ops.py::TestCompositeComplianceCPU::test_backward_kthvalue_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1074650Z test_ops.py::TestCompositeComplianceCPU::test_backward_lerp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1074836Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cond_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075026Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cross_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075210Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075396Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eig_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075590Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075782Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1075981Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1076181Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_matrix_power_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1076374Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_multi_dot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1076564Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1076783Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1077050Z 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:11.1077245Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1077451Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_triangular_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1077638Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svd_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1077828Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_svdvals_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1098633Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorsolve_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1098850Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vander_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1099040Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vecdot_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1099266Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_vector_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1099524Z test_ops.py::TestCompositeComplianceCPU::test_backward_log1p_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1099706Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1099891Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1100087Z test_ops.py::TestCompositeComplianceCPU::test_backward_log_softmax_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1100272Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1100464Z test_ops.py::TestCompositeComplianceCPU::test_backward_logcumsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1100650Z test_ops.py::TestCompositeComplianceCPU::test_backward_logit_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1100832Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1101018Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_unpack_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1101201Z test_ops.py::TestCompositeComplianceCPU::test_backward_mH_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1101389Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amin_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1101619Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumprod_cpu_float32 PASSED [ 73%] 2022-12-01T10:33:11.1101813Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102000Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102199Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_log_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102395Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logaddexp_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102583Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102774Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1102969Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1103153Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1103348Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1103536Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1103721Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1103903Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_var_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1104085Z test_ops.py::TestCompositeComplianceCPU::test_backward_matmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1104275Z test_ops.py::TestCompositeComplianceCPU::test_backward_matrix_exp_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1104458Z test_ops.py::TestCompositeComplianceCPU::test_backward_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1104645Z test_ops.py::TestCompositeComplianceCPU::test_backward_median_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1104846Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_list_of_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1105056Z test_ops.py::TestCompositeComplianceCPU::test_backward_meshgrid_variadic_tensors_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1105242Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_binary_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1105444Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_with_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1105629Z test_ops.py::TestCompositeComplianceCPU::test_backward_minimum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1105810Z test_ops.py::TestCompositeComplianceCPU::test_backward_mul_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1106045Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1106233Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1106426Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanquantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1106602Z test_ops.py::TestCompositeComplianceCPU::test_backward_narrow_cpu_float32 XFAIL [ 74%] 2022-12-01T10:33:11.1106798Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1106988Z test_ops.py::TestCompositeComplianceCPU::test_backward_native_layer_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1107217Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1107434Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1107649Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1107885Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1108092Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1108296Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_batch_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1108494Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1108695Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1108906Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1109122Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1109332Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1109606Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1109823Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cosine_similarity_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1110033Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_cross_entropy_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1110238Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1110438Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout3d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1110635Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_elu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1110847Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_bag_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1111078Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1111276Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_glu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1111483Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_grid_sample_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1111689Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_group_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1111896Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardshrink_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1112100Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardtanh_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1112342Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1112546Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_huber_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1112764Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_area_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1112984Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1113199Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_linear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1113401Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1113601Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_leaky_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1113820Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_local_response_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1114025Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_logsigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1114251Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1114458Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1114663Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1114877Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1115077Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mish_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1115281Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_mse_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1115508Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1115717Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_normalize_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1115926Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_circular_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1116128Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_constant_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1116342Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_replicate_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1116554Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pairwise_distance_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1116763Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1116964Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_prelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1117159Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu6_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1117357Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_relu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1117552Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_rrelu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1117744Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_selu_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1117952Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1118169Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1118379Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softplus_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1118616Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softsign_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1118827Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_threshold_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1119038Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1119272Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1119491Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1119707Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_upsample_nearest_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1119897Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1120091Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_fro_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1120282Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1120514Z test_ops.py::TestCompositeComplianceCPU::test_backward_normal_number_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1120694Z test_ops.py::TestCompositeComplianceCPU::test_backward_permute_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1120886Z test_ops.py::TestCompositeComplianceCPU::test_backward_pinverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1121101Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1121315Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_1_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1121526Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_2_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1121732Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1121943Z test_ops.py::TestCompositeComplianceCPU::test_backward_polygamma_polygamma_n_4_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1122138Z test_ops.py::TestCompositeComplianceCPU::test_backward_positive_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1122328Z test_ops.py::TestCompositeComplianceCPU::test_backward_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1122503Z test_ops.py::TestCompositeComplianceCPU::test_backward_put_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1122696Z test_ops.py::TestCompositeComplianceCPU::test_backward_quantile_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1122890Z test_ops.py::TestCompositeComplianceCPU::test_backward_renorm_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1123080Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1123272Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1123470Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1123666Z test_ops.py::TestCompositeComplianceCPU::test_backward_resolve_neg_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1123856Z test_ops.py::TestCompositeComplianceCPU::test_backward_roll_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1124044Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1124232Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1124427Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_add_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1124618Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1124822Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_prod_cpu_float32 XFAIL [ 74%] 2022-12-01T10:33:11.1125051Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1125257Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_lengths_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1125460Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1125647Z test_ops.py::TestCompositeComplianceCPU::test_backward_sgn_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1125820Z test_ops.py::TestCompositeComplianceCPU::test_backward_sin_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1126007Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1126194Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1126393Z test_ops.py::TestCompositeComplianceCPU::test_backward_slice_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1126614Z test_ops.py::TestCompositeComplianceCPU::test_backward_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 74%] 2022-12-01T10:33:11.1126812Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1e_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1127011Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_log_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1127275Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtri_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1127478Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_xlog1py_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1127655Z test_ops.py::TestCompositeComplianceCPU::test_backward_squeeze_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1127847Z test_ops.py::TestCompositeComplianceCPU::test_backward_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1128034Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1128223Z test_ops.py::TestCompositeComplianceCPU::test_backward_stft_cpu_float32 PASSED [ 74%] 2022-12-01T10:33:11.1128419Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_to_size_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1128604Z test_ops.py::TestCompositeComplianceCPU::test_backward_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1128867Z 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:11.1129053Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1129239Z test_ops.py::TestCompositeComplianceCPU::test_backward_tan_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1129409Z test_ops.py::TestCompositeComplianceCPU::test_backward_tanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1129600Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensor_split_cpu_float32 XFAIL [ 75%] 2022-12-01T10:33:11.1129787Z test_ops.py::TestCompositeComplianceCPU::test_backward_tile_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1130009Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 75%] 2022-12-01T10:33:11.1130198Z test_ops.py::TestCompositeComplianceCPU::test_backward_topk_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1130393Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1130585Z test_ops.py::TestCompositeComplianceCPU::test_backward_trapz_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1130770Z test_ops.py::TestCompositeComplianceCPU::test_backward_triu_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1130949Z test_ops.py::TestCompositeComplianceCPU::test_backward_trunc_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1131137Z test_ops.py::TestCompositeComplianceCPU::test_backward_unbind_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1131328Z test_ops.py::TestCompositeComplianceCPU::test_backward_unsqueeze_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1131514Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1131739Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1131927Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1132118Z test_ops.py::TestCompositeComplianceCPU::test_backward_vsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1132306Z test_ops.py::TestCompositeComplianceCPU::test_backward_vstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1132484Z test_ops.py::TestCompositeComplianceCPU::test_backward_where_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1132670Z test_ops.py::TestCompositeComplianceCPU::test_backward_xlogy_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1132856Z test_ops.py::TestCompositeComplianceCPU::test_backward_zero__cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1133244Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_H_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1133441Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___radd___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1133635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rdiv___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1133823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmod___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1134065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rpow___cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1134256Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acos_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1134436Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_acosh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1134621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1134812Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1135041Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_allclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1135234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1135423Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_angle_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1135655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argsort_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1135844Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136020Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136402Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_baddbmm_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1136990Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bernoulli_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1137189Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_block_diag_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1137413Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bool_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1137621Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1137796Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ceil_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1138022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chalf_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:11.1138245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_char_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1138472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1138665Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_min_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1138867Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_combinations_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1139068Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_physical_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1139273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_constant_pad_nd_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1139467Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_contiguous_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1139647Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_copysign_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1139837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_corrcoef_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1140025Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cos_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1140262Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_count_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1140479Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummax_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1140690Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumulative_trapezoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1140887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_embed_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1141075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diff_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1141266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_digamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1141440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dist_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1141648Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_floor_rounding_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1141838Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dot_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1142028Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_double_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1142223Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dsplit_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1142412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_dstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1142602Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_einsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1142826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1143031Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_equal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1143220Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erf_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1143410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1143597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1143794Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_as_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1143983Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expand_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1144172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_expm1_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1144394Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eye_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1144585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1144765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1144992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fftshift_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1145186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1145377Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1145568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_hfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1145763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1145956Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfftn_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1146145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft2_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1146323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1146514Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1146707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flip_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1146898Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flipud_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1147155Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:11.1147386Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_divide_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1147574Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1147763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmod_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1147949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frac_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1148128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_frexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1148323Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gather_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1148545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ge_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1148763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1148984Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_half_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:11.1149211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_heaviside_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1149433Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histc_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1149724Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogramdd_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1149922Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hstack_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1150096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_i0_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1150324Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igamma_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1150518Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_add_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1150748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_reduce_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:33:11.1150972Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isfinite_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1151191Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1151440Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isnan_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1151662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isneginf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1151887Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isposinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1152079Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_istft_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1152309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:33:11.1152534Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:33:11.1152726Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kron_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1152912Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ldexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1153135Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_le_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:33:11.1153357Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lerp_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1153548Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lgamma_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1153745Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cond_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1153942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cross_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1154126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1154321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eig_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1154520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1154722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1154926Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_eigvalsh_cpu_float32 PASSED [ 75%] 2022-12-01T10:33:11.1155146Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_householder_product_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1155342Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1155581Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1155813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1156007Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_ex_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1156207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1156412Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_power_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1156650Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1156853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_multi_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1157046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1157269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1157477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_hermitian_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1157672Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1157888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_slogdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1158086Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1158292Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vecdot_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1158497Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vector_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1158723Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linspace_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1158913Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log10_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1159109Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1159318Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_softmax_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1159543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logcumsumexp_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1159734Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logdet_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1159991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_xor_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1160179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1160372Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_solve_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1160568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lu_unpack_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1160752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mT_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1160949Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1161145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1161337Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumprod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1161535Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_fill_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1161740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_log_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1161944Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logaddexp_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1162140Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1162341Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1162541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1162738Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matrix_exp_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1162929Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_binary_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1163128Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1163322Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_maximum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1163510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1163722Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_list_of_tensors_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1163933Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_with_dim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1164126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_minimum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1164347Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mode_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1164539Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_movedim_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1164770Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_multinomial_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1164945Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mv_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1165153Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1165348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nan_to_num_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1165545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmedian_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1165743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanquantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1165934Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nansum_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1166166Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_copy_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1166384Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_narrow_cpu_float32 XFAIL [ 76%] 2022-12-01T10:33:11.1166609Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_layer_norm_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1166827Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ne_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1167050Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1167286Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_empty_strided_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1167510Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1167735Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1167961Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1168179Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1168392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1168604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1168802Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1169013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1169231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1169463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1169669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_celu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1169879Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv1d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1170096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1170315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1170533Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_similarity_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1170758Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout2d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1170976Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1171186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_dropout_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1171390Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_elu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1171639Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_bag_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1171845Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gelu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1172058Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_group_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1172275Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1172536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1172762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1172958Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_kl_div_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1173321Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_l1_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1173536Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_layer_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1173748Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_leaky_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1173975Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_local_response_norm_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1174184Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_logsigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1174393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1174613Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1174825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_cpu_float32 XFAIL [ 76%] 2022-12-01T10:33:11.1175024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mse_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1175281Z 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:11.1175494Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_nll_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1175707Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_reflect_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1175925Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_replicate_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1176148Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pairwise_distance_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1176387Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1176604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1176821Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1177062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu6_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1177268Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_relu_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1177483Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1177704Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1177915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softplus_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1178127Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_tanhshrink_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1178363Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1178585Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nonzero_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1178779Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_fro_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1178973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_inf_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1179181Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_nuc_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1179407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1179644Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_normal_number_mean_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:33:11.1179863Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1180084Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ones_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1180278Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_outer_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1180472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pinverse_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1180663Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polar_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1180877Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1181078Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_1_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1181283Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1181472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_pow_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1181661Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_prod_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1181852Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_put_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1182038Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_qr_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1182231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_quantile_cpu_float32 PASSED [ 76%] 2022-12-01T10:33:11.1182455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rand_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1182675Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randint_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:33:11.1182897Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1183122Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_randn_like_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1183320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reciprocal_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1183545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_remainder_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1183768Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_renorm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1183966Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1184160Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_reshape_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1184349Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_roll_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1184543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1184782Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_prod_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1185021Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_lengths_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1185266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_segment_reduce_offsets_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1185492Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1185685Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1185874Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sort_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1186116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sparse_sampled_addmm_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1186348Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1186599Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1187060Z 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:11.1187471Z 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:11.1187669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_entr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1187915Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_h_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1188114Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i0e_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1188317Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_log_ndtr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1188563Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1188811Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1189049Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1189297Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k1_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1189770Z 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:11.1190005Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_spherical_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1190242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_xlog1py_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1190439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1190641Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_list_args_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1190830Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sqrt_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1191022Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_square_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1191211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sub_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1191407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_to_size_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1191594Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1191844Z 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:11.1192073Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_along_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1192266Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_take_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1192450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tan_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1192638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tanh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1192824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1193053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_to_sparse_cpu_float32 SKIPPED (Does not support forward_ad) [ 77%] 2022-12-01T10:33:11.1193242Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_topk_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1193421Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trace_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1193612Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapz_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1193817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triangular_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1194003Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tril_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1194201Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_true_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1194392Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unflatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1194617Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_uniform_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1194853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_consecutive_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1195076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unique_cpu_float32 SKIPPED (Does not support autograd) [ 77%] 2022-12-01T10:33:11.1195253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1195442Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1195631Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1195826Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196010Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zero__cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196195Z test_ops.py::TestCompositeComplianceCPU::test_operator_H_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196389Z test_ops.py::TestCompositeComplianceCPU::test_operator___getitem___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196606Z test_ops.py::TestCompositeComplianceCPU::test_operator___radd___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196799Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmatmul___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1196979Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmod___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1197168Z test_ops.py::TestCompositeComplianceCPU::test_operator___rsub___cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1197357Z test_ops.py::TestCompositeComplianceCPU::test_operator_abs_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1197544Z test_ops.py::TestCompositeComplianceCPU::test_operator_acosh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1197730Z test_ops.py::TestCompositeComplianceCPU::test_operator_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1197919Z test_ops.py::TestCompositeComplianceCPU::test_operator_addbmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1198108Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1198317Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmm_decomposed_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1198494Z test_ops.py::TestCompositeComplianceCPU::test_operator_addr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1198705Z test_ops.py::TestCompositeComplianceCPU::test_operator_all_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1198891Z test_ops.py::TestCompositeComplianceCPU::test_operator_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1199079Z test_ops.py::TestCompositeComplianceCPU::test_operator_arange_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1199270Z test_ops.py::TestCompositeComplianceCPU::test_operator_argsort_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1199474Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1199658Z test_ops.py::TestCompositeComplianceCPU::test_operator_asin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1199845Z test_ops.py::TestCompositeComplianceCPU::test_operator_asinh_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200034Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan2_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200217Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_1d_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200408Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200596Z test_ops.py::TestCompositeComplianceCPU::test_operator_bfloat16_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200790Z test_ops.py::TestCompositeComplianceCPU::test_operator_block_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1200977Z test_ops.py::TestCompositeComplianceCPU::test_operator_bmm_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1201163Z test_ops.py::TestCompositeComplianceCPU::test_operator_bool_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1201367Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_shapes_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1201574Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1201758Z test_ops.py::TestCompositeComplianceCPU::test_operator_broadcast_to_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1201943Z test_ops.py::TestCompositeComplianceCPU::test_operator_byte_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1202141Z test_ops.py::TestCompositeComplianceCPU::test_operator_cartesian_prod_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1202327Z test_ops.py::TestCompositeComplianceCPU::test_operator_ceil_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1202519Z test_ops.py::TestCompositeComplianceCPU::test_operator_chalf_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1202720Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_inverse_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1202920Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1203133Z test_ops.py::TestCompositeComplianceCPU::test_operator_chunk_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1203326Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_max_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1203504Z test_ops.py::TestCompositeComplianceCPU::test_operator_clone_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1203700Z test_ops.py::TestCompositeComplianceCPU::test_operator_column_stack_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1203901Z test_ops.py::TestCompositeComplianceCPU::test_operator_combinations_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1204098Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_physical_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1204300Z test_ops.py::TestCompositeComplianceCPU::test_operator_constant_pad_nd_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1204495Z test_ops.py::TestCompositeComplianceCPU::test_operator_contiguous_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1204688Z test_ops.py::TestCompositeComplianceCPU::test_operator_count_nonzero_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1204877Z test_ops.py::TestCompositeComplianceCPU::test_operator_cross_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1205055Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummin_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1205273Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1205464Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1205652Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1205845Z test_ops.py::TestCompositeComplianceCPU::test_operator_diag_embed_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1206039Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagflat_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1206225Z test_ops.py::TestCompositeComplianceCPU::test_operator_diff_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1206429Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_floor_rounding_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1206635Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_no_rounding_mode_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1206813Z test_ops.py::TestCompositeComplianceCPU::test_operator_dsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1207004Z test_ops.py::TestCompositeComplianceCPU::test_operator_dstack_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1207245Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_like_cpu_float32 SKIPPED (Expected: empty_like is not comparable) [ 77%] 2022-12-01T10:33:11.1207432Z test_ops.py::TestCompositeComplianceCPU::test_operator_erf_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1207619Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1207814Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_as_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208002Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208198Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208378Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208567Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208760Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1208948Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1209137Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1209329Z test_ops.py::TestCompositeComplianceCPU::test_operator_flatten_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1209516Z test_ops.py::TestCompositeComplianceCPU::test_operator_flip_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1209734Z test_ops.py::TestCompositeComplianceCPU::test_operator_fliplr_cpu_float32 PASSED [ 77%] 2022-12-01T10:33:11.1209922Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1210101Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1210291Z test_ops.py::TestCompositeComplianceCPU::test_operator_frexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1210478Z test_ops.py::TestCompositeComplianceCPU::test_operator_ge_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1210669Z test_ops.py::TestCompositeComplianceCPU::test_operator_geqrf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1210854Z test_ops.py::TestCompositeComplianceCPU::test_operator_gt_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1211039Z test_ops.py::TestCompositeComplianceCPU::test_operator_half_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1211232Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogram_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1211425Z test_ops.py::TestCompositeComplianceCPU::test_operator_hstack_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1211602Z test_ops.py::TestCompositeComplianceCPU::test_operator_igammac_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1211817Z test_ops.py::TestCompositeComplianceCPU::test_operator_inner_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212005Z test_ops.py::TestCompositeComplianceCPU::test_operator_int_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212198Z test_ops.py::TestCompositeComplianceCPU::test_operator_isfinite_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212389Z test_ops.py::TestCompositeComplianceCPU::test_operator_isneginf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212578Z test_ops.py::TestCompositeComplianceCPU::test_operator_isposinf_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212769Z test_ops.py::TestCompositeComplianceCPU::test_operator_isreal_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1212957Z test_ops.py::TestCompositeComplianceCPU::test_operator_istft_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1213310Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:11.1213528Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:11.1213739Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_unary_cpu_float32 SKIPPED (skip) [ 78%] 2022-12-01T10:33:11.1213932Z test_ops.py::TestCompositeComplianceCPU::test_operator_kthvalue_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1214124Z test_ops.py::TestCompositeComplianceCPU::test_operator_ldexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1214313Z test_ops.py::TestCompositeComplianceCPU::test_operator_lerp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1214502Z test_ops.py::TestCompositeComplianceCPU::test_operator_lgamma_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1214695Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cond_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1214894Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cross_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1215075Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1215275Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvals_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1215479Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigvalsh_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1215693Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_householder_product_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1215886Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1216081Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_inv_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1216284Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1216530Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1216728Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1216921Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1217115Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1217335Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1217546Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_hermitian_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1217816Z 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:11.1218018Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_slogdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1218219Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1218459Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vander_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1218667Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vector_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1218846Z test_ops.py::TestCompositeComplianceCPU::test_operator_log10_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1219039Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1219243Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_softmax_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1219440Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp2_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1219634Z test_ops.py::TestCompositeComplianceCPU::test_operator_logaddexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1219834Z test_ops.py::TestCompositeComplianceCPU::test_operator_logcumsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220027Z test_ops.py::TestCompositeComplianceCPU::test_operator_logdet_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220223Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_and_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220417Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_xor_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220599Z test_ops.py::TestCompositeComplianceCPU::test_operator_logspace_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220786Z test_ops.py::TestCompositeComplianceCPU::test_operator_long_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1220971Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1221160Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1221353Z test_ops.py::TestCompositeComplianceCPU::test_operator_mH_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1221553Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmax_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1221753Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_argmin_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1221956Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logsumexp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1222138Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_median_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1222334Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1222531Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1222722Z test_ops.py::TestCompositeComplianceCPU::test_operator_matmul_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1222914Z test_ops.py::TestCompositeComplianceCPU::test_operator_matrix_exp_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1223142Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_no_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1223348Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1223538Z test_ops.py::TestCompositeComplianceCPU::test_operator_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1223751Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_variadic_tensors_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1223932Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_binary_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1224140Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_with_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1224328Z test_ops.py::TestCompositeComplianceCPU::test_operator_mm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1224516Z test_ops.py::TestCompositeComplianceCPU::test_operator_mode_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1224706Z test_ops.py::TestCompositeComplianceCPU::test_operator_mul_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1224900Z test_ops.py::TestCompositeComplianceCPU::test_operator_multinomial_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1225115Z test_ops.py::TestCompositeComplianceCPU::test_operator_nan_to_num_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1225310Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmedian_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1225495Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanquantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1225683Z test_ops.py::TestCompositeComplianceCPU::test_operator_nansum_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1225887Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_batch_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1226090Z test_ops.py::TestCompositeComplianceCPU::test_operator_native_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1226354Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_strided_cpu_float32 SKIPPED (Expected: new_empty_strided is not comparable) [ 78%] 2022-12-01T10:33:11.1226547Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_full_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1226741Z test_ops.py::TestCompositeComplianceCPU::test_operator_nextafter_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1226975Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1227199Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1227405Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1227615Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1227835Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1228069Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1228277Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1228494Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1228712Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1228934Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1229151Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cosine_similarity_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1229361Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_ctc_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1229673Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1229889Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1230094Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_elu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1230333Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_bag_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:33:11.1230539Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1230753Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_grid_sample_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1230964Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_group_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1231174Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardtanh_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1231397Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1231629Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_instance_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1231846Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_area_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1232065Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1232287Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1232493Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_l1_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1232705Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_leaky_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1232912Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1233135Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_local_response_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1233350Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1233545Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1233755Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1233964Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1234177Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1234391Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1234594Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mish_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1234824Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1235035Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1235245Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_normalize_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1235446Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_constant_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1235657Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_reflect_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1235870Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_replicate_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1236114Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pairwise_distance_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1236321Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pdist_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1236536Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1236753Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1236956Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu_cpu_float32 PASSED [ 78%] 2022-12-01T10:33:11.1237161Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_rrelu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1237348Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_selu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1237564Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1237776Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1238012Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1238222Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softplus_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1238434Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softshrink_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1238653Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1238888Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1239079Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_inf_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1239258Z test_ops.py::TestCompositeComplianceCPU::test_operator_ormqr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1239453Z test_ops.py::TestCompositeComplianceCPU::test_operator_pinverse_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1239642Z test_ops.py::TestCompositeComplianceCPU::test_operator_polar_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1239855Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1240065Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1240275Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_2_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1240483Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1240690Z test_ops.py::TestCompositeComplianceCPU::test_operator_polygamma_polygamma_n_4_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1240879Z test_ops.py::TestCompositeComplianceCPU::test_operator_qr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1241062Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_like_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1241252Z test_ops.py::TestCompositeComplianceCPU::test_operator_ravel_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1241439Z test_ops.py::TestCompositeComplianceCPU::test_operator_real_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1241629Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1241832Z test_ops.py::TestCompositeComplianceCPU::test_operator_repeat_interleave_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1242024Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1242222Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_neg_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1242436Z test_ops.py::TestCompositeComplianceCPU::test_operator_roll_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1242612Z test_ops.py::TestCompositeComplianceCPU::test_operator_rot90_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1242814Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243020Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_neg_3_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243210Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsqrt_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243397Z test_ops.py::TestCompositeComplianceCPU::test_operator_rsub_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243589Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_add_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243791Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amax_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1243992Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1244194Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_prod_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1244373Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1244599Z test_ops.py::TestCompositeComplianceCPU::test_operator_select_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1244786Z test_ops.py::TestCompositeComplianceCPU::test_operator_sgn_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1244974Z test_ops.py::TestCompositeComplianceCPU::test_operator_short_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1245162Z test_ops.py::TestCompositeComplianceCPU::test_operator_sign_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1245344Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinc_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1245525Z test_ops.py::TestCompositeComplianceCPU::test_operator_sinh_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1245716Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1245902Z test_ops.py::TestCompositeComplianceCPU::test_operator_slice_scatter_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1246097Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1246314Z test_ops.py::TestCompositeComplianceCPU::test_operator_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:33:11.1246515Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_airy_ai_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1246717Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1246916Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_j1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1247134Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1247358Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1247798Z 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:11.1248202Z 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:11.1248408Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_h_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1248601Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i0e_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1248794Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1249011Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_laguerre_polynomial_l_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1249443Z 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:11.1249662Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1249874Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1250081Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1250279Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtr_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1250468Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_ndtri_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1250696Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1250919Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1251135Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1251586Z 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:11.1251996Z 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:11.1252212Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_spherical_bessel_j0_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1252408Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_zeta_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1252613Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_list_args_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1252815Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_with_sizes_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1253125Z test_ops.py::TestCompositeComplianceCPU::test_operator_squeeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1253357Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1253548Z test_ops.py::TestCompositeComplianceCPU::test_operator_stft_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1253741Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_to_size_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1253927Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1254112Z test_ops.py::TestCompositeComplianceCPU::test_operator_t_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1254301Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1254483Z test_ops.py::TestCompositeComplianceCPU::test_operator_tanh_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1254664Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensordot_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1254885Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 79%] 2022-12-01T10:33:11.1255075Z test_ops.py::TestCompositeComplianceCPU::test_operator_topk_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1255267Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapezoid_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1255456Z test_ops.py::TestCompositeComplianceCPU::test_operator_trapz_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1255643Z test_ops.py::TestCompositeComplianceCPU::test_operator_tril_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1255824Z test_ops.py::TestCompositeComplianceCPU::test_operator_triu_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1256012Z test_ops.py::TestCompositeComplianceCPU::test_operator_trunc_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1256255Z test_ops.py::TestCompositeComplianceCPU::test_operator_unbind_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1256436Z test_ops.py::TestCompositeComplianceCPU::test_operator_unflatten_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1256628Z test_ops.py::TestCompositeComplianceCPU::test_operator_unfold_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1256821Z test_ops.py::TestCompositeComplianceCPU::test_operator_uniform_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257012Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257209Z test_ops.py::TestCompositeComplianceCPU::test_operator_unsqueeze_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257401Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_mean_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257604Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_complex_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257794Z test_ops.py::TestCompositeComplianceCPU::test_operator_vstack_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1257970Z test_ops.py::TestCompositeComplianceCPU::test_operator_xlogy_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1258191Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_cpu_float32 PASSED [ 79%] 2022-12-01T10:33:11.1258362Z test_ops.py::TestMathBitsCPU::test_conj_view_H_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1258539Z test_ops.py::TestMathBitsCPU::test_conj_view___getitem___cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1258717Z test_ops.py::TestMathBitsCPU::test_conj_view___rpow___cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1258891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_abs_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259065Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259239Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_acosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259417Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259580Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259756Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1259988Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 79%] 2022-12-01T10:33:11.1260162Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asin_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1260331Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1260505Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atanh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1260696Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_tensors_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1260870Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261045Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_constant_pad_nd_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261218Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261394Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cumsum_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261585Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261757Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1261981Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:33:11.1262156Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eq_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1262330Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1262537Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1262712Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_eye_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:33:11.1262891Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263070Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263249Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263427Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263606Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263783Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:33:11.1263954Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1264121Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1264305Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1264520Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1264694Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1264873Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1265056Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1265232Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1265410Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1265577Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:11.1265751Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1265923Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1266105Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_and_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1266285Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1266461Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:11.1266642Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_masked_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1266816Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267014Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267202Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267378Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267556Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_narrow_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267731Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ne_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1267901Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1268077Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_ones_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1268257Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1268450Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1268611Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1268846Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 80%] 2022-12-01T10:33:11.1269029Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reciprocal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1269212Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1269390Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1269615Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_roll_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1269786Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1269961Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sigmoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1270136Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1270298Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1270475Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1270645Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1270843Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271025Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sum_to_size_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271194Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_t_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271364Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271536Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271697Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1271876Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272051Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_triu_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272234Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_true_divide_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272413Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unbind_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272593Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unfold_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272765Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1272940Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vsplit_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1273104Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1273274Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:11.1273439Z test_ops.py::TestMathBitsCPU::test_conj_view_abs_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1273612Z test_ops.py::TestMathBitsCPU::test_conj_view_acos_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1273782Z test_ops.py::TestMathBitsCPU::test_conj_view_acosh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1273950Z test_ops.py::TestMathBitsCPU::test_conj_view_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274117Z test_ops.py::TestMathBitsCPU::test_conj_view_addbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274283Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274456Z test_ops.py::TestMathBitsCPU::test_conj_view_addmm_decomposed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274623Z test_ops.py::TestMathBitsCPU::test_conj_view_addmv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274788Z test_ops.py::TestMathBitsCPU::test_conj_view_angle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1274954Z test_ops.py::TestMathBitsCPU::test_conj_view_any_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1275156Z test_ops.py::TestMathBitsCPU::test_conj_view_argwhere_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1275377Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:33:11.1275600Z test_ops.py::TestMathBitsCPU::test_conj_view_as_strided_scatter_cpu_complex64 SKIPPED (Works only for CPU complex64) [ 80%] 2022-12-01T10:33:11.1275765Z test_ops.py::TestMathBitsCPU::test_conj_view_asin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1275933Z test_ops.py::TestMathBitsCPU::test_conj_view_atanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276097Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276268Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_3d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276443Z test_ops.py::TestMathBitsCPU::test_conj_view_baddbmm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276617Z test_ops.py::TestMathBitsCPU::test_conj_view_bfloat16_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276784Z test_ops.py::TestMathBitsCPU::test_conj_view_bool_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1276967Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1277172Z test_ops.py::TestMathBitsCPU::test_conj_view_broadcast_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1277341Z test_ops.py::TestMathBitsCPU::test_conj_view_chalf_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:11.1277494Z test_ops.py::TestMathBitsCPU::test_conj_view_char_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1277673Z test_ops.py::TestMathBitsCPU::test_conj_view_column_stack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1277842Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278019Z test_ops.py::TestMathBitsCPU::test_conj_view_conj_physical_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278202Z test_ops.py::TestMathBitsCPU::test_conj_view_constant_pad_nd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278376Z test_ops.py::TestMathBitsCPU::test_conj_view_contiguous_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278543Z test_ops.py::TestMathBitsCPU::test_conj_view_cov_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278713Z test_ops.py::TestMathBitsCPU::test_conj_view_cross_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1278874Z test_ops.py::TestMathBitsCPU::test_conj_view_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279045Z test_ops.py::TestMathBitsCPU::test_conj_view_cumsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279232Z test_ops.py::TestMathBitsCPU::test_conj_view_cumulative_trapezoid_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279410Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_embed_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279582Z test_ops.py::TestMathBitsCPU::test_conj_view_diagonal_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279749Z test_ops.py::TestMathBitsCPU::test_conj_view_dist_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1279916Z test_ops.py::TestMathBitsCPU::test_conj_view_dot_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1280084Z test_ops.py::TestMathBitsCPU::test_conj_view_dstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1280254Z test_ops.py::TestMathBitsCPU::test_conj_view_einsum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1280430Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:11.1280594Z test_ops.py::TestMathBitsCPU::test_conj_view_eq_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1280777Z test_ops.py::TestMathBitsCPU::test_conj_view_eye_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:33:11.1280949Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1281121Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1281299Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1281502Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1281674Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1281838Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_hfftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282011Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282185Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282365Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifftshift_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282538Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282707Z test_ops.py::TestMathBitsCPU::test_conj_view_fill_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1282875Z test_ops.py::TestMathBitsCPU::test_conj_view_flip_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283047Z test_ops.py::TestMathBitsCPU::test_conj_view_fliplr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283214Z test_ops.py::TestMathBitsCPU::test_conj_view_float_power_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283413Z test_ops.py::TestMathBitsCPU::test_conj_view_full_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283586Z test_ops.py::TestMathBitsCPU::test_conj_view_gradient_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283757Z test_ops.py::TestMathBitsCPU::test_conj_view_imag_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1283932Z test_ops.py::TestMathBitsCPU::test_conj_view_index_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284105Z test_ops.py::TestMathBitsCPU::test_conj_view_index_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284277Z test_ops.py::TestMathBitsCPU::test_conj_view_index_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284455Z test_ops.py::TestMathBitsCPU::test_conj_view_index_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284612Z test_ops.py::TestMathBitsCPU::test_conj_view_int_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284786Z test_ops.py::TestMathBitsCPU::test_conj_view_isfinite_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1284957Z test_ops.py::TestMathBitsCPU::test_conj_view_isinf_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1285127Z test_ops.py::TestMathBitsCPU::test_conj_view_isnan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1285291Z test_ops.py::TestMathBitsCPU::test_conj_view_istft_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1285507Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:11.1285713Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:11.1285931Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:11.1286136Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 80%] 2022-12-01T10:33:11.1286293Z test_ops.py::TestMathBitsCPU::test_conj_view_ldexp_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:33:11.1286463Z test_ops.py::TestMathBitsCPU::test_conj_view_lerp_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1286650Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_singular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1286833Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1287020Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:33:11.1287198Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_ldl_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1287373Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1287566Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1287753Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1287939Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_power_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1288122Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1288318Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1288497Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_multi_dot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1288675Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1288850Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_qr_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1289026Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1289209Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorinv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1289375Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vander_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1289552Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vecdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1289752Z test_ops.py::TestMathBitsCPU::test_conj_view_linspace_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:11.1289934Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_and_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290109Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_or_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290276Z test_ops.py::TestMathBitsCPU::test_conj_view_long_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290444Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290615Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_solve_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290772Z test_ops.py::TestMathBitsCPU::test_conj_view_mH_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1290949Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumsum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1291127Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_fill_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1291305Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_prod_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1291481Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1291648Z test_ops.py::TestMathBitsCPU::test_conj_view_matmul_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1291821Z test_ops.py::TestMathBitsCPU::test_conj_view_matrix_exp_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292011Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_list_of_tensors_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292166Z test_ops.py::TestMathBitsCPU::test_conj_view_mm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292338Z test_ops.py::TestMathBitsCPU::test_conj_view_movedim_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292501Z test_ops.py::TestMathBitsCPU::test_conj_view_mv_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292667Z test_ops.py::TestMathBitsCPU::test_conj_view_ne_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1292840Z test_ops.py::TestMathBitsCPU::test_conj_view_new_ones_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1293147Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1293348Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1293535Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_linear_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1293725Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_normalize_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1293909Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_circular_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1294154Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_replicate_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1294351Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_unshuffle_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1294550Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1294738Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_softsign_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1294930Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_tanhshrink_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1295147Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1295321Z test_ops.py::TestMathBitsCPU::test_conj_view_nonzero_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1295490Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1295651Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_fro_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1295824Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_inf_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1296027Z test_ops.py::TestMathBitsCPU::test_conj_view_norm_nuc_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1296194Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:11.1296362Z test_ops.py::TestMathBitsCPU::test_conj_view_pow_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1296537Z test_ops.py::TestMathBitsCPU::test_conj_view_rand_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1296713Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_like_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1296882Z test_ops.py::TestMathBitsCPU::test_conj_view_ravel_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297037Z test_ops.py::TestMathBitsCPU::test_conj_view_real_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297218Z test_ops.py::TestMathBitsCPU::test_conj_view_reciprocal_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297385Z test_ops.py::TestMathBitsCPU::test_conj_view_renorm_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297556Z test_ops.py::TestMathBitsCPU::test_conj_view_resize__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297731Z test_ops.py::TestMathBitsCPU::test_conj_view_resize_as__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1297909Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_conj_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298080Z test_ops.py::TestMathBitsCPU::test_conj_view_roll_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298246Z test_ops.py::TestMathBitsCPU::test_conj_view_rot90_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298407Z test_ops.py::TestMathBitsCPU::test_conj_view_sigmoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298574Z test_ops.py::TestMathBitsCPU::test_conj_view_sinh_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298759Z test_ops.py::TestMathBitsCPU::test_conj_view_softmax_with_dtype_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1298940Z test_ops.py::TestMathBitsCPU::test_conj_view_split_list_args_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299104Z test_ops.py::TestMathBitsCPU::test_conj_view_std_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299273Z test_ops.py::TestMathBitsCPU::test_conj_view_stft_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299437Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299604Z test_ops.py::TestMathBitsCPU::test_conj_view_symeig_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299756Z test_ops.py::TestMathBitsCPU::test_conj_view_t_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1299933Z test_ops.py::TestMathBitsCPU::test_conj_view_tensor_split_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300110Z test_ops.py::TestMathBitsCPU::test_conj_view_tensordot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300281Z test_ops.py::TestMathBitsCPU::test_conj_view_tile_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300482Z test_ops.py::TestMathBitsCPU::test_conj_view_to_sparse_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300657Z test_ops.py::TestMathBitsCPU::test_conj_view_trapezoid_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300829Z test_ops.py::TestMathBitsCPU::test_conj_view_tril_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1300995Z test_ops.py::TestMathBitsCPU::test_conj_view_triu_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1301159Z test_ops.py::TestMathBitsCPU::test_conj_view_true_divide_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1301326Z test_ops.py::TestMathBitsCPU::test_conj_view_unbind_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1301502Z test_ops.py::TestMathBitsCPU::test_conj_view_unflatten_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1301671Z test_ops.py::TestMathBitsCPU::test_conj_view_uniform_cpu_complex64 XFAIL [ 81%] 2022-12-01T10:33:11.1301836Z test_ops.py::TestMathBitsCPU::test_conj_view_vdot_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1302008Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1302172Z test_ops.py::TestMathBitsCPU::test_conj_view_view_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1302377Z test_ops.py::TestMathBitsCPU::test_conj_view_vsplit_cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1302531Z test_ops.py::TestMathBitsCPU::test_conj_view_zero__cpu_complex64 PASSED [ 81%] 2022-12-01T10:33:11.1302697Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_H_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1302862Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_T_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303037Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___radd___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303212Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rdiv___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmatmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rmul___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303742Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rsub___cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1303922Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304090Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_add_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304269Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304454Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_allclose_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304809Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1304988Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_asinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1305168Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1305355Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1305529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_3d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1305726Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1305903Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1306081Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_chunk_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1306260Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_clone_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1306447Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1306653Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1306842Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_conj_physical_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1307021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1307188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cumsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1307372Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diag_embed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1307553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1307775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:33:11.1308001Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_empty_like_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 81%] 2022-12-01T10:33:11.1308178Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_exp_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1308360Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1308578Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1308768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1308937Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1309122Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1309304Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1309553Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftshift_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1309743Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1309922Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310280Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fliplr_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310449Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310638Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310817Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:33:11.1310995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1311180Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1311363Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1311560Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1311747Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1311930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:11.1312094Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1312279Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1312463Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1312646Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1312860Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:11.1313047Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1313253Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1313430Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1313643Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_empty_cpu_complex128 SKIPPED (Expected: empty is not comparable) [ 82%] 2022-12-01T10:33:11.1313851Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1314051Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_tanhshrink_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1314230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1314409Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_pow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1314587Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1314826Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_randn_cpu_complex128 SKIPPED (Test expects tensor input) [ 82%] 2022-12-01T10:33:11.1315003Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1315191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1315364Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1315543Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1315719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1315906Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316270Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316447Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sub_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316635Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_to_size_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1316973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1317158Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_transpose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1317336Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1317523Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unfold_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1317699Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1317881Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_var_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1318061Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1318243Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1318410Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1318585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_zeros_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:11.1318757Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1318961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1319140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcdiv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1319313Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1319488Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1319667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_allclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1319844Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_as_strided_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320194Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320367Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atanh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320717Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_3d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1320918Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_baddbmm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bool_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_to_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321435Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_char_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321614Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chunk_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1321956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_clone_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1322140Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_physical_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1322328Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_constant_pad_nd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1322509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_contiguous_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1322691Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_count_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1322856Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323033Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323211Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_embed_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323386Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dist_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323559Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1323917Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324101Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324276Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324615Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324790Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1324972Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifftshift_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1325148Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1325351Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfftn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1325525Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flip_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1325703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fliplr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1325865Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1326037Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_geqrf_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1326214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gradient_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1326388Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_add_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1326631Z 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:11.1326810Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isclose_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1326986Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isfinite_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1327216Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isreal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1327434Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_2inputs_2outputs_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:11.1327632Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:11.1327837Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_unary_cpu_complex128 SKIPPED (Only runs on cuda) [ 82%] 2022-12-01T10:33:11.1328010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ldexp_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:33:11.1328192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cross_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1328376Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1328561Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1328746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eigvalsh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1328923Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1329100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1329288Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1329479Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1329679Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_rank_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1329868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_multi_dot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1330049Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1330306Z 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:11.1330491Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1330686Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_triangular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1330853Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svd_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331038Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_svdvals_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vecdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331439Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vector_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331795Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_not_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1331973Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1332145Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mH_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1332330Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumprod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1332499Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_cumsum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1332676Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_fill_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1332858Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_prod_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1333155Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_select_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1333365Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_sum_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1333598Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1333775Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matmul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1333952Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_matrix_exp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1334138Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1334340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_meshgrid_variadic_tensors_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1334515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_movedim_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1334689Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1334868Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_copy_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1335041Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ne_cpu_complex128 PASSED [ 82%] 2022-12-01T10:33:11.1335214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1335407Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_empty_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:33:11.1335649Z 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:11.1335814Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_ones_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1335994Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_zeros_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1336193Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv1d_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1336391Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_normalize_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1336599Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_unshuffle_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1336799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_silu_complex_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1336995Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softsign_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1337191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_tanhshrink_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1337370Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_inf_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1337534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_nuc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1337746Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1337922Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_outer_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1338098Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_positive_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1338275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pow_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1338448Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_prod_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1338624Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rand_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1338799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:11.1338966Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_randn_like_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1339141Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ravel_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1339318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_renorm_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1339492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1339701Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_neg_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1339876Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_roll_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsqrt_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340222Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rsub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340390Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_add_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340570Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_scatter_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340744Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_select_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1340921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_short_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1341094Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sigmoid_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1341267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinc_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1341476Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sparse_sampled_addmm_cpu_complex128 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:33:11.1341652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1341839Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_list_args_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342016Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_split_with_sizes_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342365Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stft_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342541Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sub_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342713Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1342892Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sum_to_size_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343062Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_svd_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343246Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_along_dim_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343406Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tanh_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343585Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensordot_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343758Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tile_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1343929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1344136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_to_sparse_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1344314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_transpose_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1344507Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triangular_solve_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1344682Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_true_divide_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1344847Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unbind_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1345021Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_uniform_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:11.1345197Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_mean_cpu_complex128 PASSED [ 83%] 2022-12-01T10:33:11.1345366Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_cpu_complex128 XFAIL [ 83%] 2022-12-01T10:33:11.1345537Z test_ops.py::TestMathBitsCPU::test_neg_view___getitem___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1345708Z test_ops.py::TestMathBitsCPU::test_neg_view___rdiv___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1345877Z test_ops.py::TestMathBitsCPU::test_neg_view___rmatmul___cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346071Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_abs_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346242Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346397Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346567Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addr_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346735Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1346911Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_allclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1347078Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1347249Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_amin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1347416Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:33:11.1347644Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:33:11.1347800Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1347970Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atanh_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1348145Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_1d_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1348322Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_3d_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1348507Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1348684Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_broadcast_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1348854Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cat_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349025Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349192Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_max_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349367Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clamp_min_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349598Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_contiguous_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349776Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1349944Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1350113Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cosh_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1350288Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diag_embed_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1350495Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_diagonal_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1350668Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_digamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1350845Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_floor_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351034Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_no_rounding_mode_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351220Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_div_trunc_rounding_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351394Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351561Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erf_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351732Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfc_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1351906Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352076Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_exp_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352235Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352446Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expm1_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352624Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352803Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1352977Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1353147Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1353314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1353481Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1353646Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1353823Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354001Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354174Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354346Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354519Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flatten_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354689Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flip_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1354864Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_flipud_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355022Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355201Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_floor_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355369Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmin_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355706Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ge_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1355873Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_gt_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356051Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_heaviside_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356223Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356391Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356552Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_igammac_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356751Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1356927Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357096Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isnan_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isposinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357442Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isreal_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357608Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lgamma_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357794Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_matrix_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1357959Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1358134Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svd_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1358322Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_vector_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:33:11.1358492Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log10_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1358689Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1358857Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359035Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359212Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359375Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359548Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_maximum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359742Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1359916Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1360085Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1360261Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1360434Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_narrow_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1360603Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ne_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1360838Z 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:11.1361002Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1361175Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nextafter_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1361413Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 84%] 2022-12-01T10:33:11.1361600Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_elu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1361785Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_gelu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1361981Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1362172Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hardtanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1362375Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1362567Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_layer_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1362755Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1362983Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pairwise_distance_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1363173Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_pdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1363371Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1363557Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu6_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1363744Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_relu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1363936Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softplus_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1364128Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_softshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1364318Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_tanhshrink_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1364477Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1364645Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ones_cpu_float64 XFAIL [ 84%] 2022-12-01T10:33:11.1364846Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_positive_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365016Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_pow_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365187Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365361Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_remainder_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365532Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_repeat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365708Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1365866Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_roll_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366038Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rot90_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366378Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_rsub_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366546Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sgn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366719Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sigmoid_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1366887Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sign_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367054Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367208Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367384Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i0e_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367564Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367767Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1367937Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sqrt_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368105Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368282Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_std_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368450Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sub_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368606Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368777Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trace_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1368951Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_transpose_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369146Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tril_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369314Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_triu_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369488Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_trunc_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369660Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unbind_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369834Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unflatten_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1369995Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unsqueeze_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1370167Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1370338Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1370507Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_view_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1370676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_zeros_cpu_float64 XFAIL [ 84%] 2022-12-01T10:33:11.1370842Z test_ops.py::TestMathBitsCPU::test_neg_view_abs_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371034Z test_ops.py::TestMathBitsCPU::test_neg_view_acosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371202Z test_ops.py::TestMathBitsCPU::test_neg_view_addbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371370Z test_ops.py::TestMathBitsCPU::test_neg_view_addcmul_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371537Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_decomposed_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371701Z test_ops.py::TestMathBitsCPU::test_neg_view_addmv_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1371866Z test_ops.py::TestMathBitsCPU::test_neg_view_addr_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372034Z test_ops.py::TestMathBitsCPU::test_neg_view_allclose_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372199Z test_ops.py::TestMathBitsCPU::test_neg_view_amin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372362Z test_ops.py::TestMathBitsCPU::test_neg_view_aminmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372525Z test_ops.py::TestMathBitsCPU::test_neg_view_angle_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372688Z test_ops.py::TestMathBitsCPU::test_neg_view_any_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1372838Z test_ops.py::TestMathBitsCPU::test_neg_view_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373129Z test_ops.py::TestMathBitsCPU::test_neg_view_argmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373295Z test_ops.py::TestMathBitsCPU::test_neg_view_argsort_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373460Z test_ops.py::TestMathBitsCPU::test_neg_view_argwhere_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373624Z test_ops.py::TestMathBitsCPU::test_neg_view_asinh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373789Z test_ops.py::TestMathBitsCPU::test_neg_view_atan_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1373952Z test_ops.py::TestMathBitsCPU::test_neg_view_atanh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374121Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374281Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374447Z test_ops.py::TestMathBitsCPU::test_neg_view_baddbmm_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374612Z test_ops.py::TestMathBitsCPU::test_neg_view_bernoulli_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374777Z test_ops.py::TestMathBitsCPU::test_neg_view_bfloat16_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1374940Z test_ops.py::TestMathBitsCPU::test_neg_view_bool_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375114Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_to_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375276Z test_ops.py::TestMathBitsCPU::test_neg_view_cat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375483Z test_ops.py::TestMathBitsCPU::test_neg_view_cdist_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375632Z test_ops.py::TestMathBitsCPU::test_neg_view_char_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375802Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1375982Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_inverse_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376146Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376313Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_max_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376478Z test_ops.py::TestMathBitsCPU::test_neg_view_clamp_min_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376652Z test_ops.py::TestMathBitsCPU::test_neg_view_column_stack_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376826Z test_ops.py::TestMathBitsCPU::test_neg_view_combinations_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1376990Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_physical_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1377163Z test_ops.py::TestMathBitsCPU::test_neg_view_contiguous_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1377361Z test_ops.py::TestMathBitsCPU::test_neg_view_corrcoef_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1377526Z test_ops.py::TestMathBitsCPU::test_neg_view_cosh_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1377690Z test_ops.py::TestMathBitsCPU::test_neg_view_cov_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1377853Z test_ops.py::TestMathBitsCPU::test_neg_view_cross_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378015Z test_ops.py::TestMathBitsCPU::test_neg_view_cummax_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378181Z test_ops.py::TestMathBitsCPU::test_neg_view_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378340Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_embed_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378510Z test_ops.py::TestMathBitsCPU::test_neg_view_diagflat_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378674Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1378838Z test_ops.py::TestMathBitsCPU::test_neg_view_diff_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379005Z test_ops.py::TestMathBitsCPU::test_neg_view_digamma_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379187Z test_ops.py::TestMathBitsCPU::test_neg_view_div_floor_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379349Z test_ops.py::TestMathBitsCPU::test_neg_view_dot_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379511Z test_ops.py::TestMathBitsCPU::test_neg_view_dsplit_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379661Z test_ops.py::TestMathBitsCPU::test_neg_view_dstack_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1379824Z test_ops.py::TestMathBitsCPU::test_neg_view_einsum_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1380011Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_like_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:33:11.1380173Z test_ops.py::TestMathBitsCPU::test_neg_view_eq_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1380339Z test_ops.py::TestMathBitsCPU::test_neg_view_erfinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1380505Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1380670Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1380831Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1381000Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1381157Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1381321Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:33:11.1381518Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfftn_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1381776Z test_ops.py::TestMathBitsCPU::test_neg_view_fill_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1381991Z test_ops.py::TestMathBitsCPU::test_neg_view_flatten_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382169Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_divide_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382330Z test_ops.py::TestMathBitsCPU::test_neg_view_fmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382492Z test_ops.py::TestMathBitsCPU::test_neg_view_frac_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382643Z test_ops.py::TestMathBitsCPU::test_neg_view_frexp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382806Z test_ops.py::TestMathBitsCPU::test_neg_view_geqrf_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1382972Z test_ops.py::TestMathBitsCPU::test_neg_view_gradient_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1383133Z test_ops.py::TestMathBitsCPU::test_neg_view_gt_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1383323Z test_ops.py::TestMathBitsCPU::test_neg_view_heaviside_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1383490Z test_ops.py::TestMathBitsCPU::test_neg_view_histogram_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1383654Z test_ops.py::TestMathBitsCPU::test_neg_view_hsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1383851Z test_ops.py::TestMathBitsCPU::test_neg_view_hstack_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1384004Z test_ops.py::TestMathBitsCPU::test_neg_view_igamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1384176Z test_ops.py::TestMathBitsCPU::test_neg_view_igammac_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1384341Z test_ops.py::TestMathBitsCPU::test_neg_view_index_add_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1384515Z test_ops.py::TestMathBitsCPU::test_neg_view_index_copy_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1384751Z 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:11.1384929Z test_ops.py::TestMathBitsCPU::test_neg_view_index_reduce_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385100Z test_ops.py::TestMathBitsCPU::test_neg_view_index_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385262Z test_ops.py::TestMathBitsCPU::test_neg_view_int_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385419Z test_ops.py::TestMathBitsCPU::test_neg_view_isclose_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385617Z test_ops.py::TestMathBitsCPU::test_neg_view_isin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385784Z test_ops.py::TestMathBitsCPU::test_neg_view_isinf_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1385950Z test_ops.py::TestMathBitsCPU::test_neg_view_isnan_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1386158Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_2inputs_2outputs_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:11.1386377Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:11.1386588Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:11.1386790Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_unary_cpu_float64 SKIPPED (Only runs on cuda) [ 85%] 2022-12-01T10:33:11.1386962Z test_ops.py::TestMathBitsCPU::test_neg_view_kron_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1387118Z test_ops.py::TestMathBitsCPU::test_neg_view_kthvalue_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1387282Z test_ops.py::TestMathBitsCPU::test_neg_view_ldexp_cpu_float64 XFAIL [ 85%] 2022-12-01T10:33:11.1387444Z test_ops.py::TestMathBitsCPU::test_neg_view_lerp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1387611Z test_ops.py::TestMathBitsCPU::test_neg_view_lgamma_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1387787Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cross_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1387968Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvalsh_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1388191Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_householder_product_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1388365Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1388573Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_inv_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1388754Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1388923Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1389099Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1389289Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lstsq_grad_oriented_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1389456Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1389709Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1389889Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1390067Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_multi_dot_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1390281Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_hermitian_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1390517Z 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:11.1390691Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_qr_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1390868Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_ex_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391041Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svd_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391219Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_svdvals_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391400Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorinv_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391581Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_tensorsolve_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391750Z test_ops.py::TestMathBitsCPU::test_neg_view_log10_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1391904Z test_ops.py::TestMathBitsCPU::test_neg_view_log1p_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1392069Z test_ops.py::TestMathBitsCPU::test_neg_view_log_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1392242Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_and_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1392413Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_or_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1392598Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_xor_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1392792Z test_ops.py::TestMathBitsCPU::test_neg_view_long_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1393014Z test_ops.py::TestMathBitsCPU::test_neg_view_mT_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1393215Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1393422Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmin_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1393634Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumsum_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1393834Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394029Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_median_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394209Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394381Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_select_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394554Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394758Z test_ops.py::TestMathBitsCPU::test_neg_view_matmul_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1394930Z test_ops.py::TestMathBitsCPU::test_neg_view_matrix_exp_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395088Z test_ops.py::TestMathBitsCPU::test_neg_view_max_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395256Z test_ops.py::TestMathBitsCPU::test_neg_view_maximum_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395424Z test_ops.py::TestMathBitsCPU::test_neg_view_min_binary_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395606Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_with_dim_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395769Z test_ops.py::TestMathBitsCPU::test_neg_view_mm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1395934Z test_ops.py::TestMathBitsCPU::test_neg_view_mode_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1396118Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1396285Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmean_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1396441Z test_ops.py::TestMathBitsCPU::test_neg_view_nanmedian_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1396682Z test_ops.py::TestMathBitsCPU::test_neg_view_native_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1396896Z test_ops.py::TestMathBitsCPU::test_neg_view_ne_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1397134Z 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:11.1397301Z test_ops.py::TestMathBitsCPU::test_neg_view_new_zeros_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1397471Z test_ops.py::TestMathBitsCPU::test_neg_view_nextafter_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1397683Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional__scaled_dot_product_attention_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1397884Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1398089Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1398267Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1398454Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1398641Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1398852Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_with_logits_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399031Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_celu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399214Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399410Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399614Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399796Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1399981Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_ctc_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1400167Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1400352Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_elu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1400538Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1400753Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_with_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1400997Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_feature_alpha_dropout_without_train_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1401344Z 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:11.1401530Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1401696Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_glu_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1401880Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_group_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1402070Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardshrink_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1402289Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1402476Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardswish_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1402663Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hardtanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1402860Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_area_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1403116Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bicubic_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1403318Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1403491Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_layer_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1403672Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1403856Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1404039Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1404240Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1404432Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1404616Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mish_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1404809Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multi_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405006Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405177Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405362Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_normalize_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405552Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_circular_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405747Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_replicate_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1405942Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pairwise_distance_cpu_float64 PASSED [ 85%] 2022-12-01T10:33:11.1406136Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_poisson_nll_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1406318Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_prelu_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1406499Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu6_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1406678Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_silu_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1406856Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_smooth_l1_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1407047Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_soft_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1407229Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1407508Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softplus_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1407722Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1407914Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_tanhshrink_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408100Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_threshold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408297Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_loss_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408466Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408637Z test_ops.py::TestMathBitsCPU::test_neg_view_nonzero_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408808Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_fro_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1408980Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_inf_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1409171Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_nuc_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1409391Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_number_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1409559Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_like_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1409725Z test_ops.py::TestMathBitsCPU::test_neg_view_polar_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1409898Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410085Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_2_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410253Z test_ops.py::TestMathBitsCPU::test_neg_view_positive_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410418Z test_ops.py::TestMathBitsCPU::test_neg_view_pow_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410586Z test_ops.py::TestMathBitsCPU::test_neg_view_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410747Z test_ops.py::TestMathBitsCPU::test_neg_view_put_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1410912Z test_ops.py::TestMathBitsCPU::test_neg_view_qr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1411079Z test_ops.py::TestMathBitsCPU::test_neg_view_quantile_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1411243Z test_ops.py::TestMathBitsCPU::test_neg_view_rad2deg_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1411394Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:11.1411555Z test_ops.py::TestMathBitsCPU::test_neg_view_real_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1411729Z test_ops.py::TestMathBitsCPU::test_neg_view_reciprocal_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1411896Z test_ops.py::TestMathBitsCPU::test_neg_view_remainder_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1412061Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1412294Z test_ops.py::TestMathBitsCPU::test_neg_view_resize__cpu_float64 SKIPPED (Operation not tested with tensors with negative bit.) [ 86%] 2022-12-01T10:33:11.1412470Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_conj_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1412632Z test_ops.py::TestMathBitsCPU::test_neg_view_roll_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1412783Z test_ops.py::TestMathBitsCPU::test_neg_view_rot90_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1412947Z test_ops.py::TestMathBitsCPU::test_neg_view_round_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1413284Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1413482Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_3_cpu_float64 SKIPPED (Skipped!) [ 86%] 2022-12-01T10:33:11.1413643Z test_ops.py::TestMathBitsCPU::test_neg_view_rsqrt_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1413878Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_add_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414046Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414229Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amax_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414395Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414577Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_prod_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414758Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_sum_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1414937Z test_ops.py::TestMathBitsCPU::test_neg_view_searchsorted_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415122Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_lengths_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415288Z test_ops.py::TestMathBitsCPU::test_neg_view_select_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415471Z test_ops.py::TestMathBitsCPU::test_neg_view_select_scatter_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415639Z test_ops.py::TestMathBitsCPU::test_neg_view_short_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415830Z test_ops.py::TestMathBitsCPU::test_neg_view_sigmoid_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1415994Z test_ops.py::TestMathBitsCPU::test_neg_view_sign_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416160Z test_ops.py::TestMathBitsCPU::test_neg_view_signbit_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416322Z test_ops.py::TestMathBitsCPU::test_neg_view_sin_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416487Z test_ops.py::TestMathBitsCPU::test_neg_view_sinc_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416651Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416815Z test_ops.py::TestMathBitsCPU::test_neg_view_sort_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1416997Z test_ops.py::TestMathBitsCPU::test_neg_view_special_airy_ai_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1417194Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1417356Z test_ops.py::TestMathBitsCPU::test_neg_view_special_entr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1417551Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_h_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1417744Z test_ops.py::TestMathBitsCPU::test_neg_view_special_hermite_polynomial_he_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1417915Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1418094Z test_ops.py::TestMathBitsCPU::test_neg_view_special_log_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1418286Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1418476Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_i1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1418664Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1418842Z test_ops.py::TestMathBitsCPU::test_neg_view_special_modified_bessel_k1_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1419018Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtr_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1419194Z test_ops.py::TestMathBitsCPU::test_neg_view_special_ndtri_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1419630Z 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:11.1419822Z test_ops.py::TestMathBitsCPU::test_neg_view_special_spherical_bessel_j0_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420002Z test_ops.py::TestMathBitsCPU::test_neg_view_special_xlog1py_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420177Z test_ops.py::TestMathBitsCPU::test_neg_view_split_list_args_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420379Z test_ops.py::TestMathBitsCPU::test_neg_view_square_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420549Z test_ops.py::TestMathBitsCPU::test_neg_view_squeeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420703Z test_ops.py::TestMathBitsCPU::test_neg_view_std_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1420871Z test_ops.py::TestMathBitsCPU::test_neg_view_std_mean_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1421036Z test_ops.py::TestMathBitsCPU::test_neg_view_sub_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1421208Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_to_size_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:11.1421374Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1421546Z test_ops.py::TestMathBitsCPU::test_neg_view_svd_lowrank_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1421708Z test_ops.py::TestMathBitsCPU::test_neg_view_t_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1421884Z test_ops.py::TestMathBitsCPU::test_neg_view_take_along_dim_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422035Z test_ops.py::TestMathBitsCPU::test_neg_view_take_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422234Z test_ops.py::TestMathBitsCPU::test_neg_view_tensor_split_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422398Z test_ops.py::TestMathBitsCPU::test_neg_view_tile_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422562Z test_ops.py::TestMathBitsCPU::test_neg_view_tril_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422732Z test_ops.py::TestMathBitsCPU::test_neg_view_true_divide_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1422899Z test_ops.py::TestMathBitsCPU::test_neg_view_unflatten_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1423060Z test_ops.py::TestMathBitsCPU::test_neg_view_unfold_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1423222Z test_ops.py::TestMathBitsCPU::test_neg_view_uniform_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:11.1423397Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_consecutive_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1423560Z test_ops.py::TestMathBitsCPU::test_neg_view_unique_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1423729Z test_ops.py::TestMathBitsCPU::test_neg_view_unsqueeze_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1423892Z test_ops.py::TestMathBitsCPU::test_neg_view_var_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1424056Z test_ops.py::TestMathBitsCPU::test_neg_view_vstack_cpu_float64 PASSED [ 86%] 2022-12-01T10:33:11.1424214Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_cpu_float64 XFAIL [ 86%] 2022-12-01T10:33:11.1424401Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:33:11.1424592Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acos_cpu PASSED [ 86%] 2022-12-01T10:33:11.1424770Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_acosh_cpu PASSED [ 86%] 2022-12-01T10:33:11.1424963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addr_cpu PASSED [ 86%] 2022-12-01T10:33:11.1425153Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_allclose_cpu PASSED [ 86%] 2022-12-01T10:33:11.1425338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:33:11.1425524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:33:11.1425719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_as_strided_cpu PASSED [ 86%] 2022-12-01T10:33:11.1425905Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:33:11.1426090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:33:11.1426282Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:33:11.1426524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:33:11.1426719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:33:11.1426912Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_not_cpu PASSED [ 86%] 2022-12-01T10:33:11.1427121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_right_shift_cpu PASSED [ 86%] 2022-12-01T10:33:11.1427319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:33:11.1427524Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_tensors_cpu PASSED [ 86%] 2022-12-01T10:33:11.1427724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:33:11.1427916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_chunk_cpu PASSED [ 86%] 2022-12-01T10:33:11.1428105Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:33:11.1428292Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_physical_cpu PASSED [ 86%] 2022-12-01T10:33:11.1428515Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copysign_cpu PASSED [ 86%] 2022-12-01T10:33:11.1428705Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cosh_cpu PASSED [ 86%] 2022-12-01T10:33:11.1428901Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:33:11.1429094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_diagonal_cpu PASSED [ 86%] 2022-12-01T10:33:11.1429284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dsplit_cpu PASSED [ 86%] 2022-12-01T10:33:11.1429532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_cpu PASSED [ 86%] 2022-12-01T10:33:11.1429724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eq_cpu PASSED [ 86%] 2022-12-01T10:33:11.1429913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erf_cpu PASSED [ 86%] 2022-12-01T10:33:11.1430091Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp2_cpu PASSED [ 86%] 2022-12-01T10:33:11.1430280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_cpu PASSED [ 87%] 2022-12-01T10:33:11.1430473Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expm1_cpu PASSED [ 87%] 2022-12-01T10:33:11.1430668Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftn_cpu PASSED [ 87%] 2022-12-01T10:33:11.1430866Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fftshift_cpu PASSED [ 87%] 2022-12-01T10:33:11.1431059Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:33:11.1431257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:33:11.1431452Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:33:11.1431641Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:33:11.1431834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:33:11.1432027Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:33:11.1432219Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:33:11.1432410Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft_cpu PASSED [ 87%] 2022-12-01T10:33:11.1432604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfftn_cpu PASSED [ 87%] 2022-12-01T10:33:11.1432832Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433018Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433380Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433574Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_full_like_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433757Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:33:11.1433945Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hstack_cpu PASSED [ 87%] 2022-12-01T10:33:11.1434134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:33:11.1434318Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_i0_cpu PASSED [ 87%] 2022-12-01T10:33:11.1434510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:33:11.1434728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add__cpu PASSED [ 87%] 2022-12-01T10:33:11.1434918Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy_cpu PASSED [ 87%] 2022-12-01T10:33:11.1435099Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill__cpu PASSED [ 87%] 2022-12-01T10:33:11.1435289Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:33:11.1435482Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isfinite_cpu PASSED [ 87%] 2022-12-01T10:33:11.1435669Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isnan_cpu PASSED [ 87%] 2022-12-01T10:33:11.1435860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isreal_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436044Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_item_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436232Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_linspace_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436796Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:33:11.1436986Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:33:11.1437167Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lt_cpu PASSED [ 87%] 2022-12-01T10:33:11.1437362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:33:11.1437552Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:33:11.1437742Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mean_cpu PASSED [ 87%] 2022-12-01T10:33:11.1437933Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_meshgrid_cpu PASSED [ 87%] 2022-12-01T10:33:11.1438125Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_minimum_cpu PASSED [ 87%] 2022-12-01T10:33:11.1438298Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:33:11.1438493Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:33:11.1438684Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_narrow_cpu PASSED [ 87%] 2022-12-01T10:33:11.1438883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:33:11.1439090Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ne_cpu PASSED [ 87%] 2022-12-01T10:33:11.1439300Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:33:11.1439503Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:33:11.1439705Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:33:11.1439916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardtanh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1440114Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:33:11.1440317Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_l1_loss_cpu PASSED [ 87%] 2022-12-01T10:33:11.1440541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:33:11.1440787Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:33:11.1440996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_mse_loss_cpu PASSED [ 87%] 2022-12-01T10:33:11.1441215Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 87%] 2022-12-01T10:33:11.1441418Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu6_cpu PASSED [ 87%] 2022-12-01T10:33:11.1441618Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:33:11.1441825Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:33:11.1442035Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_softshrink_cpu PASSED [ 87%] 2022-12-01T10:33:11.1442229Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_tanhshrink_cpu PASSED [ 87%] 2022-12-01T10:33:11.1442440Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:33:11.1442628Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_cpu PASSED [ 87%] 2022-12-01T10:33:11.1442821Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ones_like_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443010Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443391Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_roll_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443767Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:33:11.1443944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:33:11.1444130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rpow_cpu PASSED [ 87%] 2022-12-01T10:33:11.1444325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rtruediv_cpu PASSED [ 87%] 2022-12-01T10:33:11.1444508Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:33:11.1444700Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:33:11.1444883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1445111Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_zeta_cpu PASSED [ 87%] 2022-12-01T10:33:11.1445294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sqrt_cpu PASSED [ 87%] 2022-12-01T10:33:11.1445475Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_squeeze_cpu PASSED [ 87%] 2022-12-01T10:33:11.1445661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_stack_cpu PASSED [ 87%] 2022-12-01T10:33:11.1445854Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_std_mean_cpu PASSED [ 87%] 2022-12-01T10:33:11.1446040Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sub_cpu PASSED [ 87%] 2022-12-01T10:33:11.1446234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_swap_axes_cpu PASSED [ 87%] 2022-12-01T10:33:11.1446418Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:33:11.1446604Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:33:11.1446791Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tanh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447014Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tensor_split_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447190Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_cpu PASSED [ 87%] 2022-12-01T10:33:11.1447954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_triu_indices_cpu PASSED [ 87%] 2022-12-01T10:33:11.1448154Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_divide_cpu PASSED [ 87%] 2022-12-01T10:33:11.1448345Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:33:11.1448541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:33:11.1448736Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:33:11.1448916Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_uniform_cpu PASSED [ 87%] 2022-12-01T10:33:11.1449108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:33:11.1449294Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_view_cpu PASSED [ 87%] 2022-12-01T10:33:11.1449484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vsplit_cpu PASSED [ 87%] 2022-12-01T10:33:11.1449674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:33:11.1449861Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_where_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450058Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_like_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acos_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_acosh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450606Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_add_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450793Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addr_cpu PASSED [ 87%] 2022-12-01T10:33:11.1450984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_allclose_cpu PASSED [ 87%] 2022-12-01T10:33:11.1451194Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_any_cpu PASSED [ 87%] 2022-12-01T10:33:11.1451385Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_arange_cpu PASSED [ 87%] 2022-12-01T10:33:11.1451581Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_as_strided_cpu PASSED [ 87%] 2022-12-01T10:33:11.1451768Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asinh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1451956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan2_cpu PASSED [ 87%] 2022-12-01T10:33:11.1452131Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atanh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1452335Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_left_shift_cpu PASSED [ 87%] 2022-12-01T10:33:11.1452531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_not_cpu PASSED [ 87%] 2022-12-01T10:33:11.1452809Z 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:11.1453176Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_tensors_cpu PASSED [ 87%] 2022-12-01T10:33:11.1453367Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ceil_cpu PASSED [ 87%] 2022-12-01T10:33:11.1453558Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_chunk_cpu PASSED [ 87%] 2022-12-01T10:33:11.1453747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clone_cpu PASSED [ 87%] 2022-12-01T10:33:11.1453946Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_column_stack_cpu PASSED [ 87%] 2022-12-01T10:33:11.1454147Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_physical_cpu PASSED [ 87%] 2022-12-01T10:33:11.1454341Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_constant_pad_nd_cpu PASSED [ 87%] 2022-12-01T10:33:11.1454535Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_copysign_cpu PASSED [ 87%] 2022-12-01T10:33:11.1454724Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cos_cpu PASSED [ 87%] 2022-12-01T10:33:11.1454913Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cosh_cpu PASSED [ 87%] 2022-12-01T10:33:11.1455106Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_digamma_cpu PASSED [ 87%] 2022-12-01T10:33:11.1455293Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_div_cpu PASSED [ 87%] 2022-12-01T10:33:11.1455484Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dsplit_cpu PASSED [ 87%] 2022-12-01T10:33:11.1455676Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_cpu PASSED [ 87%] 2022-12-01T10:33:11.1455860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_empty_like_cpu PASSED [ 87%] 2022-12-01T10:33:11.1456048Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eq_cpu PASSED [ 88%] 2022-12-01T10:33:11.1456235Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erf_cpu PASSED [ 88%] 2022-12-01T10:33:11.1456423Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp2_cpu PASSED [ 88%] 2022-12-01T10:33:11.1456616Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_cpu PASSED [ 88%] 2022-12-01T10:33:11.1456805Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expm1_cpu PASSED [ 88%] 2022-12-01T10:33:11.1456996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft2_cpu PASSED [ 88%] 2022-12-01T10:33:11.1457186Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fft_cpu PASSED [ 88%] 2022-12-01T10:33:11.1457377Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftn_cpu PASSED [ 88%] 2022-12-01T10:33:11.1457598Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_fftshift_cpu PASSED [ 88%] 2022-12-01T10:33:11.1457797Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfftn_cpu PASSED [ 88%] 2022-12-01T10:33:11.1457996Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft2_cpu PASSED [ 88%] 2022-12-01T10:33:11.1458188Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfft_cpu PASSED [ 88%] 2022-12-01T10:33:11.1458378Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_rfftn_cpu PASSED [ 88%] 2022-12-01T10:33:11.1458566Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fill_cpu PASSED [ 88%] 2022-12-01T10:33:11.1458755Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flatten_cpu PASSED [ 88%] 2022-12-01T10:33:11.1458945Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fliplr_cpu PASSED [ 88%] 2022-12-01T10:33:11.1459133Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_cpu PASSED [ 88%] 2022-12-01T10:33:11.1459390Z 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:11.1459578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gcd_cpu PASSED [ 88%] 2022-12-01T10:33:11.1459762Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_gt_cpu PASSED [ 88%] 2022-12-01T10:33:11.1459957Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_heaviside_cpu PASSED [ 88%] 2022-12-01T10:33:11.1460148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hsplit_cpu PASSED [ 88%] 2022-12-01T10:33:11.1460338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hstack_cpu PASSED [ 88%] 2022-12-01T10:33:11.1460525Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_i0_cpu PASSED [ 88%] 2022-12-01T10:33:11.1460710Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_imag_cpu PASSED [ 88%] 2022-12-01T10:33:11.1460965Z 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:11.1461150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_copy_cpu PASSED [ 88%] 2022-12-01T10:33:11.1461344Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isfinite_cpu PASSED [ 88%] 2022-12-01T10:33:11.1461531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isnan_cpu PASSED [ 88%] 2022-12-01T10:33:11.1461719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isreal_cpu PASSED [ 88%] 2022-12-01T10:33:11.1461959Z 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:11.1462148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_le_cpu PASSED [ 88%] 2022-12-01T10:33:11.1462343Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_linspace_cpu PASSED [ 88%] 2022-12-01T10:33:11.1462531Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log10_cpu PASSED [ 88%] 2022-12-01T10:33:11.1462719Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log1p_cpu PASSED [ 88%] 2022-12-01T10:33:11.1462894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log_cpu PASSED [ 88%] 2022-12-01T10:33:11.1463091Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_not_cpu PASSED [ 88%] 2022-12-01T10:33:11.1463286Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logspace_cpu PASSED [ 88%] 2022-12-01T10:33:11.1463502Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lt_cpu PASSED [ 88%] 2022-12-01T10:33:11.1463690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mean_cpu PASSED [ 88%] 2022-12-01T10:33:11.1463885Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_meshgrid_cpu PASSED [ 88%] 2022-12-01T10:33:11.1464077Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_minimum_cpu PASSED [ 88%] 2022-12-01T10:33:11.1464265Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_movedim_cpu PASSED [ 88%] 2022-12-01T10:33:11.1464449Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_narrow_cpu PASSED [ 88%] 2022-12-01T10:33:11.1464620Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ne_cpu PASSED [ 88%] 2022-12-01T10:33:11.1464816Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nextafter_cpu PASSED [ 88%] 2022-12-01T10:33:11.1465024Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_celu_cpu PASSED [ 88%] 2022-12-01T10:33:11.1465234Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardtanh_cpu PASSED [ 88%] 2022-12-01T10:33:11.1465483Z 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:11.1465690Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_l1_loss_cpu PASSED [ 88%] 2022-12-01T10:33:11.1465894Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mse_loss_cpu PASSED [ 88%] 2022-12-01T10:33:11.1466109Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pairwise_distance_cpu PASSED [ 88%] 2022-12-01T10:33:11.1466312Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_pdist_cpu PASSED [ 88%] 2022-12-01T10:33:11.1466513Z 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:11.1466715Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu6_cpu PASSED [ 88%] 2022-12-01T10:33:11.1466930Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softshrink_cpu PASSED [ 88%] 2022-12-01T10:33:11.1467137Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_tanhshrink_cpu PASSED [ 88%] 2022-12-01T10:33:11.1467327Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_roll_cpu PASSED [ 88%] 2022-12-01T10:33:11.1467582Z 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:11.1467779Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i0e_cpu PASSED [ 88%] 2022-12-01T10:33:11.1467980Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_logit_cpu PASSED [ 88%] 2022-12-01T10:33:11.1468194Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_spherical_bessel_j0_cpu PASSED [ 88%] 2022-12-01T10:33:11.1468395Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_zeta_cpu PASSED [ 88%] 2022-12-01T10:33:11.1468570Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sqrt_cpu PASSED [ 88%] 2022-12-01T10:33:11.1468763Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_squeeze_cpu PASSED [ 88%] 2022-12-01T10:33:11.1468954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_stack_cpu PASSED [ 88%] 2022-12-01T10:33:11.1469148Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_std_mean_cpu PASSED [ 88%] 2022-12-01T10:33:11.1469333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sub_cpu PASSED [ 88%] 2022-12-01T10:33:11.1469672Z 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:11.1469861Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tanh_cpu PASSED [ 88%] 2022-12-01T10:33:11.1470062Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tensor_split_cpu PASSED [ 88%] 2022-12-01T10:33:11.1470301Z 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:11.1470477Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_cpu PASSED [ 88%] 2022-12-01T10:33:11.1470674Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_triu_indices_cpu PASSED [ 88%] 2022-12-01T10:33:11.1470921Z 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:11.1471121Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unsqueeze_cpu PASSED [ 88%] 2022-12-01T10:33:11.1471313Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_view_cpu PASSED [ 88%] 2022-12-01T10:33:11.1471532Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vsplit_cpu PASSED [ 88%] 2022-12-01T10:33:11.1471725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_where_cpu PASSED [ 88%] 2022-12-01T10:33:11.1471902Z test_ops.py::TestFakeTensorCPU::test_fake___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1472071Z test_ops.py::TestFakeTensorCPU::test_fake___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1472228Z test_ops.py::TestFakeTensorCPU::test_fake___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1472396Z test_ops.py::TestFakeTensorCPU::test_fake___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1472559Z test_ops.py::TestFakeTensorCPU::test_fake___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1472726Z test_ops.py::TestFakeTensorCPU::test_fake_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1472891Z test_ops.py::TestFakeTensorCPU::test_fake_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473060Z test_ops.py::TestFakeTensorCPU::test_fake_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473228Z test_ops.py::TestFakeTensorCPU::test_fake_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473390Z test_ops.py::TestFakeTensorCPU::test_fake_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473542Z test_ops.py::TestFakeTensorCPU::test_fake_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473702Z test_ops.py::TestFakeTensorCPU::test_fake_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1473866Z test_ops.py::TestFakeTensorCPU::test_fake_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474027Z test_ops.py::TestFakeTensorCPU::test_fake_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474192Z test_ops.py::TestFakeTensorCPU::test_fake_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474360Z test_ops.py::TestFakeTensorCPU::test_fake_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474528Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474709Z test_ops.py::TestFakeTensorCPU::test_fake_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1474862Z test_ops.py::TestFakeTensorCPU::test_fake_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475027Z test_ops.py::TestFakeTensorCPU::test_fake_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475188Z test_ops.py::TestFakeTensorCPU::test_fake_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475352Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475518Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475712Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_T_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1475890Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rpow___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476063Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rsub___cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_abs_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476408Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcdiv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476597Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_decomposed_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476775Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmv_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1476951Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1477122Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_any_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1477300Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmax_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1477474Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1477641Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1477857Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_scatter_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478032Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan2_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478205Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478381Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atanh_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_3d_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478740Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_baddbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1478915Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bfloat16_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1479087Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bincount_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1479252Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_not_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1479427Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_or_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1479613Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_right_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1479787Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_xor_cpu_int64 PASSED [ 88%] 2022-12-01T10:33:11.1479959Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1480131Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bool_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1480311Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bucketize_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1480483Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_byte_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1480657Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_solve_cpu_float32 PASSED [ 88%] 2022-12-01T10:33:11.1480833Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481013Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_max_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clone_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481368Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_column_stack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481543Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481731Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_conj_physical_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1481916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_constant_pad_nd_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1482127Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cov_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1482304Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1482481Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1482658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1482831Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483023Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cumulative_trapezoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483202Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_deg2rad_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483381Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_embed_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483558Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagflat_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483722Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1483907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diagonal_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1484124Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_digamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1484314Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_trunc_rounding_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1484487Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_equal_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1484659Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erf_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1484830Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485002Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485167Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485344Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485523Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485700Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1485875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486059Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifftshift_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486236Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486409Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ihfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486757Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1486935Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfft_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487288Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfftn_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flatten_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487643Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fliplr_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487816Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flipud_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1487987Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1488157Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_divide_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1488358Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1488532Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1488702Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frac_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1488879Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_full_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1489055Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gather_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1489225Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gcd_cpu_int64 PASSED [ 89%] 2022-12-01T10:33:11.1489394Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ge_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1489556Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_half_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1489731Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hstack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1489902Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1490085Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1490258Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_int_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1490454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1490628Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isnan_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1490854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 89%] 2022-12-01T10:33:11.1491026Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kron_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1491184Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_le_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1491356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lerp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1491534Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lgamma_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1491716Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cross_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1491898Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigh_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1492074Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1492256Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_inv_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1492444Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1492631Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1492817Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_solve_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1493093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1493287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1493470Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1493691Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1493901Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1494082Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svd_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1494271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorinv_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1494477Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1494662Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vander_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1494891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vecdot_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495064Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495237Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495425Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495606Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp2_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_or_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1495945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1496116Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_long_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1496287Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lt_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1496468Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_unpack_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1496638Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mH_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1496852Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amax_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497039Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497227Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumprod_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497408Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_cumsum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497576Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_fill_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497768Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1497950Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1498134Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1498323Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_scatter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1498503Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_select_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1498683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmin_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1498862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_sum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_var_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499204Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matmul_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499379Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_matrix_exp_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499573Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_median_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1499925Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1500099Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_minimum_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1500271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mode_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1500434Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_msort_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1500606Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mul_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1500811Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1501028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1501271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1501454Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_copy_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1501654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_narrow_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:33:11.1501825Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ne_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1502012Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_strided_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1502177Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1502354Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_zeros_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1502533Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nextafter_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1502767Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional__scaled_dot_product_attention_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:33:11.1503006Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1503214Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1503420Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1503623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1503818Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1503999Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1504188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_batch_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1504376Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1504583Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1504788Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:33:11.1504989Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1505192Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cross_entropy_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1505387Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1505581Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1505798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506008Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506214Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506414Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_grid_sample_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506609Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_group_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506801Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1506996Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardswish_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1507211Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_huber_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1507418Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1507602Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1507797Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_leaky_relu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1507986Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_linear_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1508193Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_local_response_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1508391Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_logsigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1508595Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1508788Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool2d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1508973Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1509203Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1509390Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1509660Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1509857Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mish_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1510051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_mse_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1510253Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1510464Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1510670Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_circular_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1510867Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_reflect_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1511060Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pdist_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1511249Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1511438Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_prelu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1511640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_complex_cpu_complex64 PASSED [ 90%] 2022-12-01T10:33:11.1511842Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1512045Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1512240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1512439Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1512632Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_tanhshrink_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1512840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513244Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513453Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_inf_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513810Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_nuc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1513999Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_number_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1514171Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ormqr_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1514343Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_outer_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1514525Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pca_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1514694Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pinverse_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1514868Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polar_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515069Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515263Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515467Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515640Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_qr_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515818Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rand_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1515996Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1516159Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ravel_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1516339Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reciprocal_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1516518Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_renorm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1516693Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1516869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize__cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517052Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_neg_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517226Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rot90_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517406Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_add_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amax_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1517953Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1518141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_searchsorted_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1518338Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_offsets_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1518517Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1518702Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_select_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1518876Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sgn_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519054Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sigmoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519215Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519401Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_scatter_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sort_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519792Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1519981Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1520190Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1520375Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_erfcx_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1520577Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_h_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1520771Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_hermite_polynomial_he_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1520952Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1521156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_laguerre_polynomial_l_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1521581Z 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:11.1521847Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1522050Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1522240Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtri_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1522460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1522669Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1522875Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1523268Z 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:11.1523448Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1523623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1523803Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_square_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1523982Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_squeeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1524160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1524335Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stft_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1524508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sub_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1524671Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1524854Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_svd_lowrank_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1525025Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_t_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1525211Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_along_dim_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1525385Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_take_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1525590Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:33:11.1525762Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1525938Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trace_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1526120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_transpose_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1526317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapezoid_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1526497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:11.1526672Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1526851Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triu_indices_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:11.1527031Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_true_divide_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1527206Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trunc_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1527398Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_consecutive_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1527572Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unique_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1527739Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unsqueeze_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1527916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1528089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vdot_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1528310Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_complex_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1528480Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1528654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_xlogy_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1528822Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zero__cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1529004Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1529162Z test_ops.py::TestFakeTensorCPU::test_fake_baddbmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1529332Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_and_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:11.1529501Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_not_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:11.1529680Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_right_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:33:11.1529849Z test_ops.py::TestFakeTensorCPU::test_fake_bool_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1530024Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_to_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1530188Z test_ops.py::TestFakeTensorCPU::test_fake_cat_cpu_float32 PASSED [ 90%] 2022-12-01T10:33:11.1530351Z test_ops.py::TestFakeTensorCPU::test_fake_cdist_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1530515Z test_ops.py::TestFakeTensorCPU::test_fake_char_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1530696Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:11.1530898Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:11.1531067Z test_ops.py::TestFakeTensorCPU::test_fake_chunk_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1531233Z test_ops.py::TestFakeTensorCPU::test_fake_complex_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1531406Z test_ops.py::TestFakeTensorCPU::test_fake_contiguous_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1531576Z test_ops.py::TestFakeTensorCPU::test_fake_copysign_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1531740Z test_ops.py::TestFakeTensorCPU::test_fake_cos_cpu_float32 PASSED [ 91%] 2022-12-01T10:33:11.1531929Z test_ops.py::TestFakeTensorCPU::test_fake_cov_cpu_float32 SKIPPED (Skip failing test) [ 91%] 2022-12-01T10:33:11.1532125Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1532341Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1532583Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1532794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1533099Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1533312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1533526Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1533740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1533952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1534150Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1534360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1534606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1534823Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1535047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_as_strided_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1535255Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1535461Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1535678Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1535892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1536105Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1536296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1536504Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1536728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1536939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1537159Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1537379Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1537592Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1537816Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_constant_pad_nd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1538030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1538242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1538437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1538683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1538892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1539107Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1539323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1539536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1539742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1539963Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1540172Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1540397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1540600Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1540807Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1541022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1541232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1541445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1541658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1541872Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1542084Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1542299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1542499Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1542709Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1542917Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1543126Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1543339Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1543551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1543761Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1543973Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1544182Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1544394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1544622Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1544840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1545046Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1545247Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1545454Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1545659Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1545870Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1546090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1546329Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1546524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1546741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1546969Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1547184Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1547407Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1547638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_householder_product_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1547872Z 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:11.1548083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1548306Z 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:11.1548527Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1548738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1548948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:33:11.1549168Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1549383Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1549673Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1549887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1550101Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1550359Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1550566Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1550781Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1550982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1551190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1551406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1551625Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1551840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1552059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1552309Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1552525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1552739Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1552953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1553153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1553369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1553593Z 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:11.1553804Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1554015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1554241Z 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:11.1554448Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1554659Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1554891Z 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:11.1555112Z 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:11.1555311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1555523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1555738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1555949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1556198Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1556421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1556630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1556879Z 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:11.1557121Z 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:11.1557360Z 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:11.1557586Z 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:11.1557826Z 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:11.1558082Z 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:11.1558307Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:33:11.1564977Z 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:11.1565267Z 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:11.1565502Z 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:11.1565741Z 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:11.1565973Z 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:11.1566196Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:33:11.1566422Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1566646Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1566873Z 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:11.1567097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1567343Z 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:11.1567578Z 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:11.1567790Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1568016Z 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:11.1568240Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1568550Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardswish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1568784Z 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:11.1569015Z 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:11.1569251Z 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:11.1569480Z 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:11.1569712Z 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:11.1569947Z 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:11.1570197Z 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:11.1570419Z 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:11.1570636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1570862Z 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:11.1571079Z 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:11.1571301Z 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:11.1571529Z 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:11.1571744Z 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:11.1571971Z 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:11.1572206Z 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:11.1572431Z 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:11.1572658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1572891Z 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:11.1573360Z 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:11.1573593Z 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:11.1573817Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1574047Z 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:11.1574322Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_prelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1574532Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1574753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1574980Z 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:11.1575212Z 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:11.1575435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1575660Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1575885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1576184Z 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:11.1576405Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1576613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1576824Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1577022Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1577245Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_number_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1577458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1577665Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1577868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pinverse_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:33:11.1578074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1578301Z 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:11.1578532Z 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:11.1578756Z 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:11.1578956Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1579158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1579360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1579568Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1579778Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1580012Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1580226Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1580442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1580648Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1580850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1581063Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1581270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1581484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1581718Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1581925Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1582127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1582325Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1582541Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1582753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1582972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1583189Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1583406Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1583621Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1583828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1584029Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1584239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1584460Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1584675Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1584883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1585087Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1585296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1585538Z 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:11.1585775Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1585989Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1586192Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1586392Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1586591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1586794Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1586992Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1587199Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1587430Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1587635Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1587836Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1588048Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1588251Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1588452Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1588663Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1588868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1589073Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1589270Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1589536Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1589741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1589955Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1590163Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1590369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1590572Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1590774Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1590971Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1591173Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_T_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1591372Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1591612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1591819Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1592025Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1592234Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1592442Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1592650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcdiv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1592873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1593080Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1593306Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1593534Z 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:11.1593740Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:33:11.1593946Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1594152Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1594363Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1594576Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1594798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1595002Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ceil_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1595213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1595421Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1595631Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1595847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_column_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1596065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_combinations_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1596276Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_complex_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1596490Z 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:11.1596703Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1596915Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_corrcoef_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1597127Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cos_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1597365Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1597564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1597770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1597977Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1598294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1598510Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1598726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1598950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1599191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1599398Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1599621Z 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:11.1599836Z 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:11.1600047Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_double_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1600259Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1600474Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1600679Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erf_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1600889Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1601096Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1601307Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1601523Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1601742Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1601947Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1602158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1602369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1602585Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1602798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1603038Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1603247Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1603458Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1603668Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1603886Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_power_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1604083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1604288Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1604507Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1604720Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1604951Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1605161Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1605368Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1605582Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1605796Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1605998Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1606211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1606418Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1606626Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1606834Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1607050Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1607267Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1607487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1607708Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1607942Z 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:11.1608144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1608357Z 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:11.1608571Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1608865Z 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:11.1609168Z 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:11.1609486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1609710Z 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:11.1609941Z 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:11.1610154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1610374Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1610583Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1610834Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1611060Z 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:11.1611267Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1611477Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log1p_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1611683Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1611892Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1612111Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1612336Z 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:11.1612551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1612754Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1612963Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1613292Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1613500Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1613719Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_unpack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1613935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1614153Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1614369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1614586Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1614802Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1615060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1615279Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1615494Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1615713Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1615927Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1616139Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1616358Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1616569Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1616829Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1617052Z 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:11.1617270Z 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:11.1617479Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1617712Z 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:11.1617939Z 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:11.1618148Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1618354Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1618562Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1618768Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1618986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanquantile_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1619197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1619396Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1619621Z 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:11.1619828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:33:11.1620080Z 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:11.1620323Z 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:11.1620562Z 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:11.1620853Z 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:11.1621086Z 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:11.1621318Z 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:11.1621542Z 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:11.1621758Z 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:11.1621981Z 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:11.1622211Z 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:11.1622481Z 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:11.1622719Z 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:11.1622947Z 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:11.1623171Z 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:11.1623392Z 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:11.1623624Z 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:11.1623879Z 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:11.1624135Z 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:11.1624364Z 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:11.1624586Z 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:11.1624814Z 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:11.1625044Z 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:11.1625276Z 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:11.1625509Z 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:11.1625747Z 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:11.1625983Z 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:11.1626207Z 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:11.1626465Z 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:11.1626705Z 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:11.1626928Z 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:11.1627153Z 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:11.1627380Z 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:11.1627604Z 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:11.1627842Z 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:11.1628101Z 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:11.1628333Z 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:11.1628566Z 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:11.1628789Z 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:11.1629010Z 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:11.1629253Z 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:11.1629534Z 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:11.1629773Z 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:11.1630007Z 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:11.1630240Z 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:11.1630476Z 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:11.1630712Z 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:11.1630937Z 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:11.1631170Z 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:11.1631405Z 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:11.1631633Z 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:11.1631849Z 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:11.1632121Z 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:11.1632346Z 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:11.1632558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1632787Z 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:11.1633017Z 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:11.1633226Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pow_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1633435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1633669Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1633877Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1634094Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1634299Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1634511Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1634722Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1634934Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1635151Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1635360Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1635564Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1635787Z 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:11.1636013Z 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:11.1636235Z 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:11.1636446Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1636670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_select_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1636875Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1637081Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1637297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1637506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1637749Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_entr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1637966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1638181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1638384Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1638606Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1638825Z 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:11.1639032Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1639246Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1639482Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stft_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1639694Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1639898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1640109Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_symeig_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1640328Z 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:11.1640528Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_take_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1640738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1640945Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1641158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1641373Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1641584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1641808Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1642018Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1642224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1642440Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1642647Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unsqueeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1642853Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1643071Z 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:11.1643281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_as_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1643514Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1643726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1643939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1644149Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:33:11.1644319Z test_ops.py::TestFakeTensorCPU::test_fake_cummin_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1644479Z test_ops.py::TestFakeTensorCPU::test_fake_deg2rad_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1644643Z test_ops.py::TestFakeTensorCPU::test_fake_diag_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1644810Z test_ops.py::TestFakeTensorCPU::test_fake_diag_embed_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1644978Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1645156Z test_ops.py::TestFakeTensorCPU::test_fake_diagonal_scatter_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1645359Z test_ops.py::TestFakeTensorCPU::test_fake_div_floor_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1645538Z test_ops.py::TestFakeTensorCPU::test_fake_div_trunc_rounding_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1645704Z test_ops.py::TestFakeTensorCPU::test_fake_dsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1645869Z test_ops.py::TestFakeTensorCPU::test_fake_empty_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646028Z test_ops.py::TestFakeTensorCPU::test_fake_empty_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646194Z test_ops.py::TestFakeTensorCPU::test_fake_expm1_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646352Z test_ops.py::TestFakeTensorCPU::test_fake_eye_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646514Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646677Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1646842Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647006Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647170Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647325Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647485Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647645Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647807Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1647972Z test_ops.py::TestFakeTensorCPU::test_fake_flatten_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648132Z test_ops.py::TestFakeTensorCPU::test_fake_flip_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648291Z test_ops.py::TestFakeTensorCPU::test_fake_floor_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648452Z test_ops.py::TestFakeTensorCPU::test_fake_fmin_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648601Z test_ops.py::TestFakeTensorCPU::test_fake_fmod_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648763Z test_ops.py::TestFakeTensorCPU::test_fake_frexp_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1648925Z test_ops.py::TestFakeTensorCPU::test_fake_full_like_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649084Z test_ops.py::TestFakeTensorCPU::test_fake_half_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649244Z test_ops.py::TestFakeTensorCPU::test_fake_histc_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649407Z test_ops.py::TestFakeTensorCPU::test_fake_histogramdd_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649593Z test_ops.py::TestFakeTensorCPU::test_fake_hstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649755Z test_ops.py::TestFakeTensorCPU::test_fake_igamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1649909Z test_ops.py::TestFakeTensorCPU::test_fake_igammac_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1650071Z test_ops.py::TestFakeTensorCPU::test_fake_index_copy_cpu_float32 PASSED [ 94%] 2022-12-01T10:33:11.1650234Z test_ops.py::TestFakeTensorCPU::test_fake_index_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1650407Z test_ops.py::TestFakeTensorCPU::test_fake_index_reduce_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1650568Z test_ops.py::TestFakeTensorCPU::test_fake_inner_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1650725Z test_ops.py::TestFakeTensorCPU::test_fake_int_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1650885Z test_ops.py::TestFakeTensorCPU::test_fake_isclose_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1651047Z test_ops.py::TestFakeTensorCPU::test_fake_isnan_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1651200Z test_ops.py::TestFakeTensorCPU::test_fake_isposinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1651386Z test_ops.py::TestFakeTensorCPU::test_fake_kron_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1651548Z test_ops.py::TestFakeTensorCPU::test_fake_lcm_cpu_int64 PASSED [ 95%] 2022-12-01T10:33:11.1651710Z test_ops.py::TestFakeTensorCPU::test_fake_ldexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1651870Z test_ops.py::TestFakeTensorCPU::test_fake_lerp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652033Z test_ops.py::TestFakeTensorCPU::test_fake_lgamma_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652196Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cond_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652359Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652532Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_det_singular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652697Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigh_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1652888Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_householder_product_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1653199Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1653410Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1653579Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1653754Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1653932Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1654094Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lu_solve_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1654299Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1654513Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1654690Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_multi_dot_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1654856Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1655102Z 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:11.1655291Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_triangular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1655460Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svd_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1655635Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1655854Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vector_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656023Z test_ops.py::TestFakeTensorCPU::test_fake_linspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656191Z test_ops.py::TestFakeTensorCPU::test_fake_log1p_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656355Z test_ops.py::TestFakeTensorCPU::test_fake_log_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656524Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656694Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp2_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1656868Z test_ops.py::TestFakeTensorCPU::test_fake_logcumsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657036Z test_ops.py::TestFakeTensorCPU::test_fake_logical_not_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657192Z test_ops.py::TestFakeTensorCPU::test_fake_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657355Z test_ops.py::TestFakeTensorCPU::test_fake_long_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657516Z test_ops.py::TestFakeTensorCPU::test_fake_mT_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657688Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1657905Z test_ops.py::TestFakeTensorCPU::test_fake_masked_argmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658076Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumsum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658254Z test_ops.py::TestFakeTensorCPU::test_fake_masked_log_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658432Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658597Z test_ops.py::TestFakeTensorCPU::test_fake_masked_logsumexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658764Z test_ops.py::TestFakeTensorCPU::test_fake_masked_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1658930Z test_ops.py::TestFakeTensorCPU::test_fake_masked_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659105Z test_ops.py::TestFakeTensorCPU::test_fake_masked_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659279Z test_ops.py::TestFakeTensorCPU::test_fake_masked_scatter_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659449Z test_ops.py::TestFakeTensorCPU::test_fake_masked_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659624Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659791Z test_ops.py::TestFakeTensorCPU::test_fake_masked_sum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1659955Z test_ops.py::TestFakeTensorCPU::test_fake_matmul_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660112Z test_ops.py::TestFakeTensorCPU::test_fake_max_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660295Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660460Z test_ops.py::TestFakeTensorCPU::test_fake_maximum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660626Z test_ops.py::TestFakeTensorCPU::test_fake_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660787Z test_ops.py::TestFakeTensorCPU::test_fake_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1660980Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_variadic_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1661164Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1661329Z test_ops.py::TestFakeTensorCPU::test_fake_minimum_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1661482Z test_ops.py::TestFakeTensorCPU::test_fake_movedim_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1661643Z test_ops.py::TestFakeTensorCPU::test_fake_mul_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1661851Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1662056Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1662287Z test_ops.py::TestFakeTensorCPU::test_fake_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1662481Z test_ops.py::TestFakeTensorCPU::test_fake_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1662656Z test_ops.py::TestFakeTensorCPU::test_fake_native_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1662820Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1662975Z test_ops.py::TestFakeTensorCPU::test_fake_new_full_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1663141Z test_ops.py::TestFakeTensorCPU::test_fake_new_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1663341Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1663534Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1663725Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1663913Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1664124Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1664307Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1664504Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1664676Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1664877Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1665069Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cosine_similarity_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1665262Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_cross_entropy_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1665446Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1665643Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1665839Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666027Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666199Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_glu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666375Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_grid_sample_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666559Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_group_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666743Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardtanh_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1666940Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1667128Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_huber_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1667314Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_instance_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1667510Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1667704Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1667880Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1668053Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_layer_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1668273Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_local_response_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1668453Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_logsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1668647Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1668827Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1669004Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1669188Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1669380Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1669644Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1669836Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1670046Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:33:11.1670262Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_normalize_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1670449Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_circular_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1670641Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_replicate_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1670836Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pairwise_distance_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671012Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pdist_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671193Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671371Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671562Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671742Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1671939Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1672122Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_threshold_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1672315Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1672524Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1672703Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_unfold_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1672870Z test_ops.py::TestFakeTensorCPU::test_fake_norm_nuc_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673028Z test_ops.py::TestFakeTensorCPU::test_fake_normal_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673209Z test_ops.py::TestFakeTensorCPU::test_fake_normal_number_mean_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673374Z test_ops.py::TestFakeTensorCPU::test_fake_ones_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673540Z test_ops.py::TestFakeTensorCPU::test_fake_ormqr_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673706Z test_ops.py::TestFakeTensorCPU::test_fake_outer_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1673873Z test_ops.py::TestFakeTensorCPU::test_fake_pinverse_cpu_float32 PASSED [ 95%] 2022-12-01T10:33:11.1674033Z test_ops.py::TestFakeTensorCPU::test_fake_polar_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1674218Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1674393Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1674598Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_4_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1674762Z test_ops.py::TestFakeTensorCPU::test_fake_pow_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1674926Z test_ops.py::TestFakeTensorCPU::test_fake_put_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675092Z test_ops.py::TestFakeTensorCPU::test_fake_rad2deg_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675258Z test_ops.py::TestFakeTensorCPU::test_fake_rand_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675432Z test_ops.py::TestFakeTensorCPU::test_fake_randint_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675592Z test_ops.py::TestFakeTensorCPU::test_fake_real_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675748Z test_ops.py::TestFakeTensorCPU::test_fake_remainder_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1675909Z test_ops.py::TestFakeTensorCPU::test_fake_renorm_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1676117Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:11.1676283Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1676475Z test_ops.py::TestFakeTensorCPU::test_fake_reshape_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1676638Z test_ops.py::TestFakeTensorCPU::test_fake_rot90_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1676813Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1676984Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677152Z test_ops.py::TestFakeTensorCPU::test_fake_round_decimals_neg_3_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677316Z test_ops.py::TestFakeTensorCPU::test_fake_rsub_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677480Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677644Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677822Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1677998Z test_ops.py::TestFakeTensorCPU::test_fake_searchsorted_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1678200Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:11.1678363Z test_ops.py::TestFakeTensorCPU::test_fake_sgn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1678517Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1678694Z test_ops.py::TestFakeTensorCPU::test_fake_softmax_with_dtype_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1678867Z test_ops.py::TestFakeTensorCPU::test_fake_special_airy_ai_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1679060Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1679476Z 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:11.1679652Z test_ops.py::TestFakeTensorCPU::test_fake_special_entr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1679846Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_h_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680041Z test_ops.py::TestFakeTensorCPU::test_fake_special_hermite_polynomial_he_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680209Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680367Z test_ops.py::TestFakeTensorCPU::test_fake_special_i1e_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680557Z test_ops.py::TestFakeTensorCPU::test_fake_special_laguerre_polynomial_l_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680731Z test_ops.py::TestFakeTensorCPU::test_fake_special_log_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1680951Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1681137Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_i1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1681329Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1681517Z test_ops.py::TestFakeTensorCPU::test_fake_special_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1681691Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1681899Z test_ops.py::TestFakeTensorCPU::test_fake_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1682084Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1682271Z test_ops.py::TestFakeTensorCPU::test_fake_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1682656Z 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:11.1683065Z 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:11.1683450Z 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:11.1683630Z test_ops.py::TestFakeTensorCPU::test_fake_special_xlog1py_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1683802Z test_ops.py::TestFakeTensorCPU::test_fake_special_zeta_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1683966Z test_ops.py::TestFakeTensorCPU::test_fake_split_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684140Z test_ops.py::TestFakeTensorCPU::test_fake_split_list_args_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684308Z test_ops.py::TestFakeTensorCPU::test_fake_split_with_sizes_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684473Z test_ops.py::TestFakeTensorCPU::test_fake_sqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684639Z test_ops.py::TestFakeTensorCPU::test_fake_squeeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684800Z test_ops.py::TestFakeTensorCPU::test_fake_std_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1684963Z test_ops.py::TestFakeTensorCPU::test_fake_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685129Z test_ops.py::TestFakeTensorCPU::test_fake_sum_to_size_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685294Z test_ops.py::TestFakeTensorCPU::test_fake_svd_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685459Z test_ops.py::TestFakeTensorCPU::test_fake_symeig_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685608Z test_ops.py::TestFakeTensorCPU::test_fake_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685781Z test_ops.py::TestFakeTensorCPU::test_fake_take_along_dim_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1685944Z test_ops.py::TestFakeTensorCPU::test_fake_tan_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1686105Z test_ops.py::TestFakeTensorCPU::test_fake_tanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1686302Z test_ops.py::TestFakeTensorCPU::test_fake_tensor_split_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:33:11.1686469Z test_ops.py::TestFakeTensorCPU::test_fake_tensordot_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1686629Z test_ops.py::TestFakeTensorCPU::test_fake_tile_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1686793Z test_ops.py::TestFakeTensorCPU::test_fake_transpose_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1686945Z test_ops.py::TestFakeTensorCPU::test_fake_trapz_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687122Z test_ops.py::TestFakeTensorCPU::test_fake_triangular_solve_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687282Z test_ops.py::TestFakeTensorCPU::test_fake_triu_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687473Z test_ops.py::TestFakeTensorCPU::test_fake_trunc_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687632Z test_ops.py::TestFakeTensorCPU::test_fake_var_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687798Z test_ops.py::TestFakeTensorCPU::test_fake_var_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1687975Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_complex_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688137Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688293Z test_ops.py::TestFakeTensorCPU::test_fake_view_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688445Z test_ops.py::TestFakeTensorCPU::test_fake_vsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688603Z test_ops.py::TestFakeTensorCPU::test_fake_vstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688765Z test_ops.py::TestFakeTensorCPU::test_fake_xlogy_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1688930Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1689086Z test_ops.py::TestTagsCPU::test_tags_T_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1689269Z test_ops.py::TestTagsCPU::test_tags___radd___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1689424Z test_ops.py::TestTagsCPU::test_tags___rand___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1689578Z test_ops.py::TestTagsCPU::test_tags___rdiv___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1689725Z test_ops.py::TestTagsCPU::test_tags___rmatmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1689877Z test_ops.py::TestTagsCPU::test_tags___rmod___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1690029Z test_ops.py::TestTagsCPU::test_tags___rmul___cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1690180Z test_ops.py::TestTagsCPU::test_tags___ror___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1690335Z test_ops.py::TestTagsCPU::test_tags___rxor___cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1690491Z test_ops.py::TestTagsCPU::test_tags__refs_add_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1690647Z test_ops.py::TestTagsCPU::test_tags__refs_addr_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1690810Z test_ops.py::TestTagsCPU::test_tags__refs_allclose_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1690956Z test_ops.py::TestTagsCPU::test_tags__refs_any_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691108Z test_ops.py::TestTagsCPU::test_tags__refs_asin_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691264Z test_ops.py::TestTagsCPU::test_tags__refs_atan2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691417Z test_ops.py::TestTagsCPU::test_tags__refs_atan_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691573Z test_ops.py::TestTagsCPU::test_tags__refs_atanh_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691731Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_1d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1691891Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_2d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1692048Z test_ops.py::TestTagsCPU::test_tags__refs_atleast_3d_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1692199Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_and_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1692371Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_left_shift_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1692529Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_not_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1692685Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_or_cpu_int64 PASSED [ 96%] 2022-12-01T10:33:11.1692857Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_shapes_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693127Z test_ops.py::TestTagsCPU::test_tags__refs_cat_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693289Z test_ops.py::TestTagsCPU::test_tags__refs_ceil_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693501Z test_ops.py::TestTagsCPU::test_tags__refs_chunk_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693648Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693810Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_max_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1693978Z test_ops.py::TestTagsCPU::test_tags__refs_column_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694147Z test_ops.py::TestTagsCPU::test_tags__refs_conj_physical_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694307Z test_ops.py::TestTagsCPU::test_tags__refs_contiguous_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694469Z test_ops.py::TestTagsCPU::test_tags__refs_diag_embed_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694645Z test_ops.py::TestTagsCPU::test_tags__refs_div_no_rounding_mode_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694820Z test_ops.py::TestTagsCPU::test_tags__refs_div_trunc_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1694971Z test_ops.py::TestTagsCPU::test_tags__refs_empty_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695134Z test_ops.py::TestTagsCPU::test_tags__refs_empty_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695289Z test_ops.py::TestTagsCPU::test_tags__refs_eq_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695480Z test_ops.py::TestTagsCPU::test_tags__refs_erf_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695640Z test_ops.py::TestTagsCPU::test_tags__refs_erfinv_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695797Z test_ops.py::TestTagsCPU::test_tags__refs_expand_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1695953Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696113Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fft_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696260Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696419Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696582Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696742Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft2_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1696903Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifft_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1697071Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:33:11.1697231Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1697390Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1697538Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1697697Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1697855Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698015Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698171Z test_ops.py::TestTagsCPU::test_tags__refs_fliplr_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698331Z test_ops.py::TestTagsCPU::test_tags__refs_float_power_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698489Z test_ops.py::TestTagsCPU::test_tags__refs_fmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698641Z test_ops.py::TestTagsCPU::test_tags__refs_gcd_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:11.1698795Z test_ops.py::TestTagsCPU::test_tags__refs_ge_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1698944Z test_ops.py::TestTagsCPU::test_tags__refs_heaviside_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1699104Z test_ops.py::TestTagsCPU::test_tags__refs_hstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1699261Z test_ops.py::TestTagsCPU::test_tags__refs_hypot_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1699445Z test_ops.py::TestTagsCPU::test_tags__refs_i0_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1699603Z test_ops.py::TestTagsCPU::test_tags__refs_igammac_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1699759Z test_ops.py::TestTagsCPU::test_tags__refs_imag_cpu_complex64 PASSED [ 97%] 2022-12-01T10:33:11.1699918Z test_ops.py::TestTagsCPU::test_tags__refs_index_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700083Z test_ops.py::TestTagsCPU::test_tags__refs_index_select_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700231Z test_ops.py::TestTagsCPU::test_tags__refs_isfinite_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700391Z test_ops.py::TestTagsCPU::test_tags__refs_isposinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700564Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_matrix_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700726Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1700887Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svd_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701061Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_svdvals_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701234Z test_ops.py::TestTagsCPU::test_tags__refs_linalg_vector_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701446Z test_ops.py::TestTagsCPU::test_tags__refs_log_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701598Z test_ops.py::TestTagsCPU::test_tags__refs_logical_and_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701758Z test_ops.py::TestTagsCPU::test_tags__refs_logical_not_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1701917Z test_ops.py::TestTagsCPU::test_tags__refs_logical_or_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702078Z test_ops.py::TestTagsCPU::test_tags__refs_logical_xor_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702237Z test_ops.py::TestTagsCPU::test_tags__refs_logsumexp_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702393Z test_ops.py::TestTagsCPU::test_tags__refs_lt_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702554Z test_ops.py::TestTagsCPU::test_tags__refs_maximum_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702712Z test_ops.py::TestTagsCPU::test_tags__refs_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1702862Z test_ops.py::TestTagsCPU::test_tags__refs_movedim_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703017Z test_ops.py::TestTagsCPU::test_tags__refs_mul_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703175Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703349Z test_ops.py::TestTagsCPU::test_tags__refs_new_empty_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703511Z test_ops.py::TestTagsCPU::test_tags__refs_new_full_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703669Z test_ops.py::TestTagsCPU::test_tags__refs_new_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1703846Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_celu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704030Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_dropout_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704194Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_gelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704376Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardtanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704570Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704747Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_l1_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1704927Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1705101Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mish_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1705289Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pairwise_distance_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1705466Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_pdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1705667Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu6_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1705829Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_relu_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706010Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_threshold_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706173Z test_ops.py::TestTagsCPU::test_tags__refs_permute_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706331Z test_ops.py::TestTagsCPU::test_tags__refs_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706488Z test_ops.py::TestTagsCPU::test_tags__refs_randn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706648Z test_ops.py::TestTagsCPU::test_tags__refs_ravel_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706810Z test_ops.py::TestTagsCPU::test_tags__refs_reciprocal_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1706969Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707119Z test_ops.py::TestTagsCPU::test_tags__refs_roll_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707273Z test_ops.py::TestTagsCPU::test_tags__refs_rot90_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707456Z test_ops.py::TestTagsCPU::test_tags__refs_rsqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707612Z test_ops.py::TestTagsCPU::test_tags__refs_sgn_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707770Z test_ops.py::TestTagsCPU::test_tags__refs_sign_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1707923Z test_ops.py::TestTagsCPU::test_tags__refs_sin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708077Z test_ops.py::TestTagsCPU::test_tags__refs_sinc_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708232Z test_ops.py::TestTagsCPU::test_tags__refs_softmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708384Z test_ops.py::TestTagsCPU::test_tags__refs_special_i0e_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708554Z test_ops.py::TestTagsCPU::test_tags__refs_special_logit_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708747Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_1_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1708938Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709125Z test_ops.py::TestTagsCPU::test_tags__refs_special_spherical_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709294Z test_ops.py::TestTagsCPU::test_tags__refs_special_zeta_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709452Z test_ops.py::TestTagsCPU::test_tags__refs_std_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709677Z test_ops.py::TestTagsCPU::test_tags__refs_sum_to_size_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709824Z test_ops.py::TestTagsCPU::test_tags__refs_tan_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1709981Z test_ops.py::TestTagsCPU::test_tags__refs_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1710140Z test_ops.py::TestTagsCPU::test_tags__refs_trace_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1710300Z test_ops.py::TestTagsCPU::test_tags__refs_tril_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1710464Z test_ops.py::TestTagsCPU::test_tags__refs_tril_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:11.1710626Z test_ops.py::TestTagsCPU::test_tags__refs_true_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1710781Z test_ops.py::TestTagsCPU::test_tags__refs_trunc_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1710938Z test_ops.py::TestTagsCPU::test_tags__refs_unbind_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711088Z test_ops.py::TestTagsCPU::test_tags__refs_unfold_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711242Z test_ops.py::TestTagsCPU::test_tags__refs_var_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711401Z test_ops.py::TestTagsCPU::test_tags__refs_var_mean_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711559Z test_ops.py::TestTagsCPU::test_tags__refs_view_as_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711747Z test_ops.py::TestTagsCPU::test_tags__refs_view_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1711905Z test_ops.py::TestTagsCPU::test_tags__refs_vstack_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712064Z test_ops.py::TestTagsCPU::test_tags__refs_where_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712220Z test_ops.py::TestTagsCPU::test_tags__refs_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712373Z test_ops.py::TestTagsCPU::test_tags_acos_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712515Z test_ops.py::TestTagsCPU::test_tags_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712669Z test_ops.py::TestTagsCPU::test_tags_addcdiv_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712825Z test_ops.py::TestTagsCPU::test_tags_addcmul_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1712977Z test_ops.py::TestTagsCPU::test_tags_addmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713143Z test_ops.py::TestTagsCPU::test_tags_addmm_decomposed_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713298Z test_ops.py::TestTagsCPU::test_tags_addmv_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713505Z test_ops.py::TestTagsCPU::test_tags_amax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713658Z test_ops.py::TestTagsCPU::test_tags_amin_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713803Z test_ops.py::TestTagsCPU::test_tags_aminmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1713957Z test_ops.py::TestTagsCPU::test_tags_angle_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714114Z test_ops.py::TestTagsCPU::test_tags_arange_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714271Z test_ops.py::TestTagsCPU::test_tags_argmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714426Z test_ops.py::TestTagsCPU::test_tags_argsort_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714587Z test_ops.py::TestTagsCPU::test_tags_argwhere_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714738Z test_ops.py::TestTagsCPU::test_tags_asinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1714892Z test_ops.py::TestTagsCPU::test_tags_atan_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715037Z test_ops.py::TestTagsCPU::test_tags_atanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715194Z test_ops.py::TestTagsCPU::test_tags_atleast_1d_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715350Z test_ops.py::TestTagsCPU::test_tags_baddbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715507Z test_ops.py::TestTagsCPU::test_tags_bernoulli_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715663Z test_ops.py::TestTagsCPU::test_tags_bfloat16_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1715817Z test_ops.py::TestTagsCPU::test_tags_bitwise_and_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:11.1715972Z test_ops.py::TestTagsCPU::test_tags_bitwise_not_cpu_int64 PASSED [ 97%] 2022-12-01T10:33:11.1716126Z test_ops.py::TestTagsCPU::test_tags_bool_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1716280Z test_ops.py::TestTagsCPU::test_tags_broadcast_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1716440Z test_ops.py::TestTagsCPU::test_tags_broadcast_to_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1716600Z test_ops.py::TestTagsCPU::test_tags_bucketize_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1716752Z test_ops.py::TestTagsCPU::test_tags_chalf_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1716904Z test_ops.py::TestTagsCPU::test_tags_char_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717060Z test_ops.py::TestTagsCPU::test_tags_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717218Z test_ops.py::TestTagsCPU::test_tags_cholesky_inverse_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717369Z test_ops.py::TestTagsCPU::test_tags_chunk_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717539Z test_ops.py::TestTagsCPU::test_tags_clamp_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717698Z test_ops.py::TestTagsCPU::test_tags_combinations_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1717858Z test_ops.py::TestTagsCPU::test_tags_conj_physical_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1718015Z test_ops.py::TestTagsCPU::test_tags_contiguous_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1718169Z test_ops.py::TestTagsCPU::test_tags_cosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1718320Z test_ops.py::TestTagsCPU::test_tags_cov_cpu_float32 PASSED [ 97%] 2022-12-01T10:33:11.1718472Z test_ops.py::TestTagsCPU::test_tags_cummin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1718625Z test_ops.py::TestTagsCPU::test_tags_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1718789Z test_ops.py::TestTagsCPU::test_tags_cumulative_trapezoid_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1718947Z test_ops.py::TestTagsCPU::test_tags_diagflat_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719099Z test_ops.py::TestTagsCPU::test_tags_diagonal_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719248Z test_ops.py::TestTagsCPU::test_tags_diff_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719424Z test_ops.py::TestTagsCPU::test_tags_dist_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719592Z test_ops.py::TestTagsCPU::test_tags_div_floor_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719763Z test_ops.py::TestTagsCPU::test_tags_div_trunc_rounding_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1719914Z test_ops.py::TestTagsCPU::test_tags_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720060Z test_ops.py::TestTagsCPU::test_tags_double_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720214Z test_ops.py::TestTagsCPU::test_tags_dsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720368Z test_ops.py::TestTagsCPU::test_tags_einsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720521Z test_ops.py::TestTagsCPU::test_tags_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720676Z test_ops.py::TestTagsCPU::test_tags_empty_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720832Z test_ops.py::TestTagsCPU::test_tags_erf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1720982Z test_ops.py::TestTagsCPU::test_tags_erfc_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721135Z test_ops.py::TestTagsCPU::test_tags_expand_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721280Z test_ops.py::TestTagsCPU::test_tags_expm1_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721437Z test_ops.py::TestTagsCPU::test_tags_fft_fft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721597Z test_ops.py::TestTagsCPU::test_tags_fft_fftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721751Z test_ops.py::TestTagsCPU::test_tags_fft_hfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1721905Z test_ops.py::TestTagsCPU::test_tags_fft_hfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722057Z test_ops.py::TestTagsCPU::test_tags_fft_ifft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722213Z test_ops.py::TestTagsCPU::test_tags_fft_ifftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722371Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722518Z test_ops.py::TestTagsCPU::test_tags_fft_irfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722673Z test_ops.py::TestTagsCPU::test_tags_fft_rfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722826Z test_ops.py::TestTagsCPU::test_tags_fft_rfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1722979Z test_ops.py::TestTagsCPU::test_tags_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723137Z test_ops.py::TestTagsCPU::test_tags_flatten_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723287Z test_ops.py::TestTagsCPU::test_tags_fmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723466Z test_ops.py::TestTagsCPU::test_tags_fmod_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723617Z test_ops.py::TestTagsCPU::test_tags_frac_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723765Z test_ops.py::TestTagsCPU::test_tags_full_like_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1723917Z test_ops.py::TestTagsCPU::test_tags_gcd_cpu_int64 PASSED [ 98%] 2022-12-01T10:33:11.1724072Z test_ops.py::TestTagsCPU::test_tags_geqrf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724223Z test_ops.py::TestTagsCPU::test_tags_half_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724377Z test_ops.py::TestTagsCPU::test_tags_hsplit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724530Z test_ops.py::TestTagsCPU::test_tags_hypot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724684Z test_ops.py::TestTagsCPU::test_tags_igamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724839Z test_ops.py::TestTagsCPU::test_tags_index_add_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1724995Z test_ops.py::TestTagsCPU::test_tags_index_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725166Z test_ops.py::TestTagsCPU::test_tags_index_put_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725324Z test_ops.py::TestTagsCPU::test_tags_isfinite_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725476Z test_ops.py::TestTagsCPU::test_tags_isin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725630Z test_ops.py::TestTagsCPU::test_tags_isinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725782Z test_ops.py::TestTagsCPU::test_tags_isnan_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1725940Z test_ops.py::TestTagsCPU::test_tags_isneginf_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1726092Z test_ops.py::TestTagsCPU::test_tags_isreal_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1726248Z test_ops.py::TestTagsCPU::test_tags_istft_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1726440Z test_ops.py::TestTagsCPU::test_tags_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:11.1726649Z test_ops.py::TestTagsCPU::test_tags_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:11.1726840Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:11.1727041Z test_ops.py::TestTagsCPU::test_tags_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:33:11.1727202Z test_ops.py::TestTagsCPU::test_tags_kthvalue_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1727353Z test_ops.py::TestTagsCPU::test_tags_lcm_cpu_int64 PASSED [ 98%] 2022-12-01T10:33:11.1727523Z test_ops.py::TestTagsCPU::test_tags_linalg_det_singular_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1727686Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvalsh_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1727859Z test_ops.py::TestTagsCPU::test_tags_linalg_householder_product_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728018Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728193Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728345Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728505Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728673Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1728840Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729018Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729179Z test_ops.py::TestTagsCPU::test_tags_linalg_multi_dot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729384Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729543Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729719Z test_ops.py::TestTagsCPU::test_tags_linalg_pinv_hermitian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1729883Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730059Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_triangular_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730217Z test_ops.py::TestTagsCPU::test_tags_linalg_svd_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730378Z test_ops.py::TestTagsCPU::test_tags_linalg_vecdot_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730546Z test_ops.py::TestTagsCPU::test_tags_linalg_vector_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730695Z test_ops.py::TestTagsCPU::test_tags_linspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1730852Z test_ops.py::TestTagsCPU::test_tags_log2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731006Z test_ops.py::TestTagsCPU::test_tags_log_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731195Z test_ops.py::TestTagsCPU::test_tags_log_softmax_dtype_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731356Z test_ops.py::TestTagsCPU::test_tags_logaddexp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731511Z test_ops.py::TestTagsCPU::test_tags_logdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731667Z test_ops.py::TestTagsCPU::test_tags_logical_or_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731824Z test_ops.py::TestTagsCPU::test_tags_logical_xor_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1731969Z test_ops.py::TestTagsCPU::test_tags_logit_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732120Z test_ops.py::TestTagsCPU::test_tags_mT_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732281Z test_ops.py::TestTagsCPU::test_tags_masked_amax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732442Z test_ops.py::TestTagsCPU::test_tags_masked_argmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732600Z test_ops.py::TestTagsCPU::test_tags_masked_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732768Z test_ops.py::TestTagsCPU::test_tags_masked_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1732925Z test_ops.py::TestTagsCPU::test_tags_masked_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1733248Z test_ops.py::TestTagsCPU::test_tags_masked_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1733402Z test_ops.py::TestTagsCPU::test_tags_masked_prod_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1733562Z test_ops.py::TestTagsCPU::test_tags_masked_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1733720Z test_ops.py::TestTagsCPU::test_tags_masked_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1733880Z test_ops.py::TestTagsCPU::test_tags_masked_softmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734041Z test_ops.py::TestTagsCPU::test_tags_matmul_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734211Z test_ops.py::TestTagsCPU::test_tags_max_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734388Z test_ops.py::TestTagsCPU::test_tags_max_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734546Z test_ops.py::TestTagsCPU::test_tags_maximum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734690Z test_ops.py::TestTagsCPU::test_tags_mean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1734842Z test_ops.py::TestTagsCPU::test_tags_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735019Z test_ops.py::TestTagsCPU::test_tags_meshgrid_list_of_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735178Z test_ops.py::TestTagsCPU::test_tags_min_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735350Z test_ops.py::TestTagsCPU::test_tags_min_reduction_no_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735553Z test_ops.py::TestTagsCPU::test_tags_mm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735709Z test_ops.py::TestTagsCPU::test_tags_movedim_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1735867Z test_ops.py::TestTagsCPU::test_tags_msort_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736008Z test_ops.py::TestTagsCPU::test_tags_mv_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736179Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736348Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736509Z test_ops.py::TestTagsCPU::test_tags_nan_to_num_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736666Z test_ops.py::TestTagsCPU::test_tags_nanmean_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736824Z test_ops.py::TestTagsCPU::test_tags_nanmedian_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1736981Z test_ops.py::TestTagsCPU::test_tags_nansum_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737138Z test_ops.py::TestTagsCPU::test_tags_narrow_copy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737289Z test_ops.py::TestTagsCPU::test_tags_native_layer_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737476Z test_ops.py::TestTagsCPU::test_tags_ne_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737640Z test_ops.py::TestTagsCPU::test_tags_new_empty_strided_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737798Z test_ops.py::TestTagsCPU::test_tags_new_full_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1737952Z test_ops.py::TestTagsCPU::test_tags_new_zeros_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1738142Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1738327Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1738513Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1738695Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1738865Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739038Z test_ops.py::TestTagsCPU::test_tags_nn_functional_bilinear_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739224Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739395Z test_ops.py::TestTagsCPU::test_tags_nn_functional_celu_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739580Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739760Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_similarity_cpu_float32 PASSED [ 98%] 2022-12-01T10:33:11.1739935Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cross_entropy_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740112Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740276Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740451Z test_ops.py::TestTagsCPU::test_tags_nn_functional_dropout_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740616Z test_ops.py::TestTagsCPU::test_tags_nn_functional_elu_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740798Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_bag_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1740971Z test_ops.py::TestTagsCPU::test_tags_nn_functional_embedding_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1741172Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1741363Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1741544Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1741748Z test_ops.py::TestTagsCPU::test_tags_nn_functional_grid_sample_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1741927Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1742101Z test_ops.py::TestTagsCPU::test_tags_nn_functional_huber_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1742280Z test_ops.py::TestTagsCPU::test_tags_nn_functional_instance_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1742464Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_area_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1742650Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1742834Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743018Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743197Z test_ops.py::TestTagsCPU::test_tags_nn_functional_layer_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743358Z test_ops.py::TestTagsCPU::test_tags_nn_functional_linear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743571Z test_ops.py::TestTagsCPU::test_tags_nn_functional_logsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743756Z test_ops.py::TestTagsCPU::test_tags_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1743944Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:11.1744125Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1744304Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1744481Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1744671Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1744863Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1745030Z test_ops.py::TestTagsCPU::test_tags_nn_functional_normalize_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1745199Z test_ops.py::TestTagsCPU::test_tags_nn_functional_one_hot_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:11.1745374Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_reflect_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1745558Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pairwise_distance_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1745733Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1745912Z test_ops.py::TestTagsCPU::test_tags_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1746080Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu6_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1746263Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_complex_cpu_complex64 PASSED [ 99%] 2022-12-01T10:33:11.1746431Z test_ops.py::TestTagsCPU::test_tags_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1746615Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1746790Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softplus_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1746963Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1747135Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softsign_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1747306Z test_ops.py::TestTagsCPU::test_tags_nn_functional_tanhshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1747489Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1747689Z test_ops.py::TestTagsCPU::test_tags_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1747898Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748052Z test_ops.py::TestTagsCPU::test_tags_norm_inf_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748218Z test_ops.py::TestTagsCPU::test_tags_normal_number_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748392Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748552Z test_ops.py::TestTagsCPU::test_tags_ormqr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748710Z test_ops.py::TestTagsCPU::test_tags_outer_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1748870Z test_ops.py::TestTagsCPU::test_tags_permute_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749044Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749216Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_4_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749368Z test_ops.py::TestTagsCPU::test_tags_positive_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749583Z test_ops.py::TestTagsCPU::test_tags_qr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749777Z test_ops.py::TestTagsCPU::test_tags_quantile_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1749936Z test_ops.py::TestTagsCPU::test_tags_rad2deg_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750100Z test_ops.py::TestTagsCPU::test_tags_randint_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750255Z test_ops.py::TestTagsCPU::test_tags_randn_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750411Z test_ops.py::TestTagsCPU::test_tags_randn_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750566Z test_ops.py::TestTagsCPU::test_tags_ravel_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750715Z test_ops.py::TestTagsCPU::test_tags_reciprocal_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1750878Z test_ops.py::TestTagsCPU::test_tags_remainder_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751033Z test_ops.py::TestTagsCPU::test_tags_repeat_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751197Z test_ops.py::TestTagsCPU::test_tags_repeat_interleave_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751353Z test_ops.py::TestTagsCPU::test_tags_resize__cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751511Z test_ops.py::TestTagsCPU::test_tags_resolve_conj_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751664Z test_ops.py::TestTagsCPU::test_tags_roll_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751817Z test_ops.py::TestTagsCPU::test_tags_rot90_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1751966Z test_ops.py::TestTagsCPU::test_tags_round_decimals_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752128Z test_ops.py::TestTagsCPU::test_tags_round_decimals_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752284Z test_ops.py::TestTagsCPU::test_tags_rsqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752443Z test_ops.py::TestTagsCPU::test_tags_scatter_add_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752615Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amax_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752784Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1752950Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753123Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_offsets_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753276Z test_ops.py::TestTagsCPU::test_tags_select_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753428Z test_ops.py::TestTagsCPU::test_tags_short_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753587Z test_ops.py::TestTagsCPU::test_tags_sigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753772Z test_ops.py::TestTagsCPU::test_tags_signbit_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1753926Z test_ops.py::TestTagsCPU::test_tags_sinc_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1754084Z test_ops.py::TestTagsCPU::test_tags_slice_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1754243Z test_ops.py::TestTagsCPU::test_tags_softmax_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1754410Z test_ops.py::TestTagsCPU::test_tags_softmax_with_dtype_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1754553Z test_ops.py::TestTagsCPU::test_tags_sort_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1754738Z test_ops.py::TestTagsCPU::test_tags_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 99%] 2022-12-01T10:33:11.1754897Z test_ops.py::TestTagsCPU::test_tags_special_airy_ai_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1755080Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1755471Z 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:11.1755639Z test_ops.py::TestTagsCPU::test_tags_special_entr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1755848Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_h_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756007Z test_ops.py::TestTagsCPU::test_tags_special_i0e_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756166Z test_ops.py::TestTagsCPU::test_tags_special_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756315Z test_ops.py::TestTagsCPU::test_tags_special_i1e_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756492Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756671Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_i1_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756834Z test_ops.py::TestTagsCPU::test_tags_special_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1756998Z test_ops.py::TestTagsCPU::test_tags_special_ndtri_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1757192Z test_ops.py::TestTagsCPU::test_tags_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1757377Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1757749Z 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:11.1757916Z test_ops.py::TestTagsCPU::test_tags_special_xlog1py_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758068Z test_ops.py::TestTagsCPU::test_tags_split_with_sizes_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758224Z test_ops.py::TestTagsCPU::test_tags_squeeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758381Z test_ops.py::TestTagsCPU::test_tags_std_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758538Z test_ops.py::TestTagsCPU::test_tags_stft_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758690Z test_ops.py::TestTagsCPU::test_tags_sum_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1758846Z test_ops.py::TestTagsCPU::test_tags_sum_to_size_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759007Z test_ops.py::TestTagsCPU::test_tags_svd_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759164Z test_ops.py::TestTagsCPU::test_tags_symeig_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759305Z test_ops.py::TestTagsCPU::test_tags_t_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759456Z test_ops.py::TestTagsCPU::test_tags_take_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759607Z test_ops.py::TestTagsCPU::test_tags_to_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1759790Z test_ops.py::TestTagsCPU::test_tags_to_sparse_cpu_float32 SKIPPED (Allowed exception) [ 99%] 2022-12-01T10:33:11.1759949Z test_ops.py::TestTagsCPU::test_tags_trapezoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1760131Z test_ops.py::TestTagsCPU::test_tags_trapz_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1760293Z test_ops.py::TestTagsCPU::test_tags_triangular_solve_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1760447Z test_ops.py::TestTagsCPU::test_tags_tril_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1760594Z test_ops.py::TestTagsCPU::test_tags_tril_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:11.1760743Z test_ops.py::TestTagsCPU::test_tags_triu_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1760900Z test_ops.py::TestTagsCPU::test_tags_triu_indices_cpu_int64 PASSED [ 99%] 2022-12-01T10:33:11.1761059Z test_ops.py::TestTagsCPU::test_tags_unflatten_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1761213Z test_ops.py::TestTagsCPU::test_tags_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1761380Z test_ops.py::TestTagsCPU::test_tags_unique_consecutive_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1761536Z test_ops.py::TestTagsCPU::test_tags_unique_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1761688Z test_ops.py::TestTagsCPU::test_tags_var_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1761859Z test_ops.py::TestTagsCPU::test_tags_vdot_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1762012Z test_ops.py::TestTagsCPU::test_tags_view_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1762166Z test_ops.py::TestTagsCPU::test_tags_vsplit_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1762321Z test_ops.py::TestTagsCPU::test_tags_where_cpu_float32 PASSED [ 99%] 2022-12-01T10:33:11.1762939Z test_ops.py::TestTagsCPU::test_tags_zero__cpu_float32 PASSED [100%]/var/lib/jenkins/workspace/test/test_proxy_tensor.py:126: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:33:11.1763034Z UserWarning) 2022-12-01T10:33:11.1763041Z 2022-12-01T10:33:11.1763046Z 2022-12-01T10:33:11.1763364Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-7066ff56102e6831.xml - 2022-12-01T10:33:11.1763532Z = 4232 passed, 8837 skipped, 15 deselected, 63 xfailed, 101 warnings in 804.09s (0:13:24) = 2022-12-01T10:33:11.1763721Z 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:11.1763727Z 2022-12-01T10:33:11.1764081Z ##[endgroup] 2022-12-01T10:33:11.1764358Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_k40gs9n5) 2022-12-01T10:33:11.1764364Z 2022-12-01T10:34:16.0882513Z 2022-12-01T10:34:16.0882970Z Expand the folded group to see the log file of test_ops 2022-12-01T10:34:16.0886465Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_0dep7nqr) 2022-12-01T10:34:16.0951489Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-2a9b19954110fcfe.xml 2022-12-01T10:34:16.0951996Z ============================= test session starts ============================== 2022-12-01T10:34:16.0952549Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:34:16.0952933Z cachedir: .pytest_cache 2022-12-01T10:34:16.0953521Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:34:16.0954033Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:34:16.0954625Z 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:16.0955087Z collecting ... collected 26295 items / 23 deselected / 26272 selected 2022-12-01T10:34:16.2530839Z 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:34:16.3697300Z 2022-12-01T10:34:16.3697663Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_H_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3698117Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing___getitem___cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3698530Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_abs_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3698931Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3699360Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_as_strided_scatter_cpu_complex32 SKIPPED (Fails on cuda + rocm) [ 0%] 2022-12-01T10:34:16.3699816Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_2d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3700229Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_atleast_3d_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3700648Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_block_diag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3701043Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_bool_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3701440Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_cat_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3701840Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chalf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3702223Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_char_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3702619Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_chunk_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3703022Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_clone_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3703417Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3703817Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_conj_physical_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3704233Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_contiguous_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3704645Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_double_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3705051Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_dstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3705464Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_empty_like_cpu_complex32 SKIPPED (Skipped!) [ 0%] 2022-12-01T10:34:16.3705876Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_eq_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3706541Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_fft_fftshift_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3706940Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_flatten_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3707349Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_float_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3707755Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_hsplit_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3708156Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_imag_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3708547Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_add_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3708956Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_index_put_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3709451Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isfinite_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3709861Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isinf_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3710248Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_isreal_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3710728Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_log_softmax_dtype_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3711140Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mH_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3711530Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_masked_fill_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3711939Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_mul_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3712344Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_copy_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3712752Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_narrow_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3713143Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_neg_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3713543Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_new_zeros_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3713947Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ones_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3714347Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_randn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3714801Z 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:34:16.3715258Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_ravel_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3715678Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_repeat_interleave_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3716098Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_as_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3716496Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_reshape_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3716899Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_roll_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3717296Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_select_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3717684Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sgn_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3718079Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_slice_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3718473Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3718884Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_split_with_sizes_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3719319Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_squeeze_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3719717Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_stack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3720113Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_sub_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3720516Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_transpose_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3720908Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_vstack_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3721308Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_where_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3721711Z test_ops.py::TestCommonCPU::test_complex_half_reference_testing_zeros_like_cpu_complex32 PASSED [ 0%] 2022-12-01T10:34:16.3722092Z test_ops.py::TestCommonCPU::test_dtypes___rdiv___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3722476Z test_ops.py::TestCommonCPU::test_dtypes___rmatmul___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3722856Z test_ops.py::TestCommonCPU::test_dtypes___ror___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3723260Z test_ops.py::TestCommonCPU::test_dtypes___rpow___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3723628Z test_ops.py::TestCommonCPU::test_dtypes___rsub___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3724002Z test_ops.py::TestCommonCPU::test_dtypes___rxor___cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3724381Z test_ops.py::TestCommonCPU::test_dtypes__refs_acos_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3724750Z test_ops.py::TestCommonCPU::test_dtypes__refs_acosh_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3725134Z test_ops.py::TestCommonCPU::test_dtypes__refs_add_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3725521Z test_ops.py::TestCommonCPU::test_dtypes__refs_addcdiv_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3725911Z test_ops.py::TestCommonCPU::test_dtypes__refs_addr_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3726284Z test_ops.py::TestCommonCPU::test_dtypes__refs_arange_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3726669Z test_ops.py::TestCommonCPU::test_dtypes__refs_asinh_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3727052Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3727430Z test_ops.py::TestCommonCPU::test_dtypes__refs_atan_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3727806Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_1d_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3728198Z test_ops.py::TestCommonCPU::test_dtypes__refs_atleast_3d_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3728596Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_and_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3728988Z test_ops.py::TestCommonCPU::test_dtypes__refs_bitwise_left_shift_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3729384Z test_ops.py::TestCommonCPU::test_dtypes__refs_chunk_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3729773Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3730157Z test_ops.py::TestCommonCPU::test_dtypes__refs_clamp_max_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3730531Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3730922Z test_ops.py::TestCommonCPU::test_dtypes__refs_conj_physical_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3731326Z test_ops.py::TestCommonCPU::test_dtypes__refs_constant_pad_nd_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3731702Z test_ops.py::TestCommonCPU::test_dtypes__refs_cos_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3732113Z test_ops.py::TestCommonCPU::test_dtypes__refs_cosh_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3732504Z test_ops.py::TestCommonCPU::test_dtypes__refs_diag_embed_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3732899Z test_ops.py::TestCommonCPU::test_dtypes__refs_digamma_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3733410Z test_ops.py::TestCommonCPU::test_dtypes__refs_div_no_rounding_mode_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3733810Z test_ops.py::TestCommonCPU::test_dtypes__refs_dsplit_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3734200Z test_ops.py::TestCommonCPU::test_dtypes__refs_dstack_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3734585Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3734962Z test_ops.py::TestCommonCPU::test_dtypes__refs_empty_like_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3735346Z test_ops.py::TestCommonCPU::test_dtypes__refs_erf_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3735730Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfc_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3736099Z test_ops.py::TestCommonCPU::test_dtypes__refs_erfinv_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3736532Z test_ops.py::TestCommonCPU::test_dtypes__refs_exp2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3736922Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_as_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3737312Z test_ops.py::TestCommonCPU::test_dtypes__refs_expand_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3737692Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_fftshift_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3738086Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3738474Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_hfft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3738860Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3739232Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3739630Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_ifftshift_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3740027Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3740405Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_irfftn_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3740795Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft2_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3741182Z test_ops.py::TestCommonCPU::test_dtypes__refs_fft_rfft_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3741566Z test_ops.py::TestCommonCPU::test_dtypes__refs_fill_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3741939Z test_ops.py::TestCommonCPU::test_dtypes__refs_fliplr_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3742330Z test_ops.py::TestCommonCPU::test_dtypes__refs_float_power_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3742721Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmax_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3743086Z test_ops.py::TestCommonCPU::test_dtypes__refs_fmod_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3743462Z test_ops.py::TestCommonCPU::test_dtypes__refs_ge_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3743849Z test_ops.py::TestCommonCPU::test_dtypes__refs_heaviside_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3744237Z test_ops.py::TestCommonCPU::test_dtypes__refs_hypot_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3744604Z test_ops.py::TestCommonCPU::test_dtypes__refs_i0_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3744986Z test_ops.py::TestCommonCPU::test_dtypes__refs_igamma_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3745423Z test_ops.py::TestCommonCPU::test_dtypes__refs_igammac_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3745816Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_add_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3746197Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_copy_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3746588Z test_ops.py::TestCommonCPU::test_dtypes__refs_index_fill_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3746982Z test_ops.py::TestCommonCPU::test_dtypes__refs_isfinite_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3747356Z test_ops.py::TestCommonCPU::test_dtypes__refs_isnan_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3747741Z test_ops.py::TestCommonCPU::test_dtypes__refs_lgamma_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3748132Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_norm_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3748526Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_svd_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3748915Z test_ops.py::TestCommonCPU::test_dtypes__refs_linalg_vector_norm_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3749412Z test_ops.py::TestCommonCPU::test_dtypes__refs_linspace_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3749809Z test_ops.py::TestCommonCPU::test_dtypes__refs_log10_cpu SKIPPED (Skipped under ASAN) [ 0%] 2022-12-01T10:34:16.3750192Z test_ops.py::TestCommonCPU::test_dtypes__refs_log2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3750558Z test_ops.py::TestCommonCPU::test_dtypes__refs_log_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3750948Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_and_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3751343Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_not_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3751723Z test_ops.py::TestCommonCPU::test_dtypes__refs_logical_xor_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3752117Z test_ops.py::TestCommonCPU::test_dtypes__refs_logspace_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3752510Z test_ops.py::TestCommonCPU::test_dtypes__refs_masked_fill_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3752899Z test_ops.py::TestCommonCPU::test_dtypes__refs_maximum_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3753293Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_list_of_tensors_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3753718Z test_ops.py::TestCommonCPU::test_dtypes__refs_meshgrid_variadic_tensors_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3754122Z test_ops.py::TestCommonCPU::test_dtypes__refs_mul_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3754508Z test_ops.py::TestCommonCPU::test_dtypes__refs_nan_to_num_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3754887Z test_ops.py::TestCommonCPU::test_dtypes__refs_narrow_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3755266Z test_ops.py::TestCommonCPU::test_dtypes__refs_ne_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3755645Z test_ops.py::TestCommonCPU::test_dtypes__refs_neg_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3756028Z test_ops.py::TestCommonCPU::test_dtypes__refs_new_empty_strided_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3756426Z test_ops.py::TestCommonCPU::test_dtypes__refs_nextafter_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3756836Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hardtanh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3757272Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_hinge_embedding_loss_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3757689Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_l1_loss_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3758144Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_layer_norm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3758562Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_leaky_relu_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3758995Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_margin_ranking_loss_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3759406Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_mish_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3759817Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_prelu_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3760231Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu6_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3760628Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_relu_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3761041Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_selu_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3761461Z test_ops.py::TestCommonCPU::test_dtypes__refs_nn_functional_threshold_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3761892Z test_ops.py::TestCommonCPU::test_dtypes__refs_norm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3762263Z test_ops.py::TestCommonCPU::test_dtypes__refs_ones_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3762651Z test_ops.py::TestCommonCPU::test_dtypes__refs_positive_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3763038Z test_ops.py::TestCommonCPU::test_dtypes__refs_pow_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3763420Z test_ops.py::TestCommonCPU::test_dtypes__refs_randn_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3763789Z test_ops.py::TestCommonCPU::test_dtypes__refs_ravel_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3764182Z test_ops.py::TestCommonCPU::test_dtypes__refs_reciprocal_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3764585Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_as_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3764969Z test_ops.py::TestCommonCPU::test_dtypes__refs_reshape_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3765353Z test_ops.py::TestCommonCPU::test_dtypes__refs_roll_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3765732Z test_ops.py::TestCommonCPU::test_dtypes__refs_round_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3805701Z test_ops.py::TestCommonCPU::test_dtypes__refs_rsub_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3806130Z test_ops.py::TestCommonCPU::test_dtypes__refs_sigmoid_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3806516Z test_ops.py::TestCommonCPU::test_dtypes__refs_signbit_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3806910Z test_ops.py::TestCommonCPU::test_dtypes__refs_sin_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3807308Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinc_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3807690Z test_ops.py::TestCommonCPU::test_dtypes__refs_sinh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3808080Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_bessel_j0_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3808491Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i0e_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3808889Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_i1_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3809315Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_1_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3809749Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_multigammaln_mvlgamma_p_5_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3810172Z test_ops.py::TestCommonCPU::test_dtypes__refs_special_zeta_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3810737Z test_ops.py::TestCommonCPU::test_dtypes__refs_stack_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3811113Z test_ops.py::TestCommonCPU::test_dtypes__refs_std_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3811500Z test_ops.py::TestCommonCPU::test_dtypes__refs_sub_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3811890Z test_ops.py::TestCommonCPU::test_dtypes__refs_tensor_split_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3812285Z test_ops.py::TestCommonCPU::test_dtypes__refs_to_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3812653Z test_ops.py::TestCommonCPU::test_dtypes__refs_trace_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3813174Z test_ops.py::TestCommonCPU::test_dtypes__refs_transpose_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3813573Z test_ops.py::TestCommonCPU::test_dtypes__refs_tril_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3813962Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3814339Z test_ops.py::TestCommonCPU::test_dtypes__refs_triu_indices_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3814785Z test_ops.py::TestCommonCPU::test_dtypes__refs_trunc_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3815173Z test_ops.py::TestCommonCPU::test_dtypes__refs_unbind_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3815553Z test_ops.py::TestCommonCPU::test_dtypes__refs_unfold_copy_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3815947Z test_ops.py::TestCommonCPU::test_dtypes__refs_unsqueeze_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3816335Z test_ops.py::TestCommonCPU::test_dtypes__refs_var_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3816718Z test_ops.py::TestCommonCPU::test_dtypes__refs_view_as_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3817096Z test_ops.py::TestCommonCPU::test_dtypes__refs_vstack_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3817484Z test_ops.py::TestCommonCPU::test_dtypes__refs_zeros_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3817868Z test_ops.py::TestCommonCPU::test_dtypes_abs_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3818229Z test_ops.py::TestCommonCPU::test_dtypes_acos_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3818606Z test_ops.py::TestCommonCPU::test_dtypes_acosh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3818984Z test_ops.py::TestCommonCPU::test_dtypes_addbmm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3819366Z test_ops.py::TestCommonCPU::test_dtypes_addcmul_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3819747Z test_ops.py::TestCommonCPU::test_dtypes_addmm_decomposed_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3820136Z test_ops.py::TestCommonCPU::test_dtypes_allclose_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3820518Z test_ops.py::TestCommonCPU::test_dtypes_aminmax_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3820897Z test_ops.py::TestCommonCPU::test_dtypes_arange_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3821260Z test_ops.py::TestCommonCPU::test_dtypes_argmax_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3821640Z test_ops.py::TestCommonCPU::test_dtypes_argwhere_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3822033Z test_ops.py::TestCommonCPU::test_dtypes_as_strided_scatter_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3822404Z test_ops.py::TestCommonCPU::test_dtypes_asin_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3822777Z test_ops.py::TestCommonCPU::test_dtypes_asinh_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3823148Z test_ops.py::TestCommonCPU::test_dtypes_atan_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3823525Z test_ops.py::TestCommonCPU::test_dtypes_atleast_2d_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3823938Z test_ops.py::TestCommonCPU::test_dtypes_bincount_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3824322Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_and_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3824721Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_left_shift_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3825098Z test_ops.py::TestCommonCPU::test_dtypes_bitwise_xor_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3825477Z test_ops.py::TestCommonCPU::test_dtypes_bmm_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3825847Z test_ops.py::TestCommonCPU::test_dtypes_bool_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3826221Z test_ops.py::TestCommonCPU::test_dtypes_broadcast_shapes_cpu SKIPPED (Skipped!) [ 1%] 2022-12-01T10:34:16.3826590Z test_ops.py::TestCommonCPU::test_dtypes_bucketize_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3826981Z test_ops.py::TestCommonCPU::test_dtypes_cartesian_prod_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3827371Z test_ops.py::TestCommonCPU::test_dtypes_chalf_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3827774Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_inverse_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3828174Z test_ops.py::TestCommonCPU::test_dtypes_cholesky_solve_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3828557Z test_ops.py::TestCommonCPU::test_dtypes_clamp_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3828939Z test_ops.py::TestCommonCPU::test_dtypes_clamp_max_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3829367Z test_ops.py::TestCommonCPU::test_dtypes_clamp_min_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3829752Z test_ops.py::TestCommonCPU::test_dtypes_clone_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3830137Z test_ops.py::TestCommonCPU::test_dtypes_column_stack_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3830533Z test_ops.py::TestCommonCPU::test_dtypes_combinations_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3830910Z test_ops.py::TestCommonCPU::test_dtypes_conj_physical_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3831310Z test_ops.py::TestCommonCPU::test_dtypes_constant_pad_nd_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3831708Z test_ops.py::TestCommonCPU::test_dtypes_contiguous_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3832077Z test_ops.py::TestCommonCPU::test_dtypes_cos_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3832464Z test_ops.py::TestCommonCPU::test_dtypes_count_nonzero_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3832847Z test_ops.py::TestCommonCPU::test_dtypes_cross_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3833228Z test_ops.py::TestCommonCPU::test_dtypes_cummax_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3833595Z test_ops.py::TestCommonCPU::test_dtypes_cummin_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3833994Z test_ops.py::TestCommonCPU::test_dtypes_cumulative_trapezoid_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3834393Z test_ops.py::TestCommonCPU::test_dtypes_diag_embed_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3834764Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3835156Z test_ops.py::TestCommonCPU::test_dtypes_diagonal_scatter_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3835559Z test_ops.py::TestCommonCPU::test_dtypes_div_floor_rounding_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3835969Z test_ops.py::TestCommonCPU::test_dtypes_div_no_rounding_mode_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3836348Z test_ops.py::TestCommonCPU::test_dtypes_double_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3836724Z test_ops.py::TestCommonCPU::test_dtypes_dstack_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3837134Z test_ops.py::TestCommonCPU::test_dtypes_einsum_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3837510Z test_ops.py::TestCommonCPU::test_dtypes_empty_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3837879Z test_ops.py::TestCommonCPU::test_dtypes_empty_like_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3838260Z test_ops.py::TestCommonCPU::test_dtypes_equal_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3838637Z test_ops.py::TestCommonCPU::test_dtypes_erf_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3838994Z test_ops.py::TestCommonCPU::test_dtypes_erfc_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3839370Z test_ops.py::TestCommonCPU::test_dtypes_erfinv_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3839747Z test_ops.py::TestCommonCPU::test_dtypes_exp2_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3840122Z test_ops.py::TestCommonCPU::test_dtypes_exp_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3840486Z test_ops.py::TestCommonCPU::test_dtypes_expand_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3840857Z test_ops.py::TestCommonCPU::test_dtypes_eye_cpu SKIPPED (Skipped under ASAN) [ 1%] 2022-12-01T10:34:16.3841283Z test_ops.py::TestCommonCPU::test_dtypes_fft_hfft_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3841650Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifft2_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3842037Z test_ops.py::TestCommonCPU::test_dtypes_fft_ifftn_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3842419Z test_ops.py::TestCommonCPU::test_dtypes_fft_irfftn_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3842802Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft2_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3843169Z test_ops.py::TestCommonCPU::test_dtypes_fft_rfft_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3843548Z test_ops.py::TestCommonCPU::test_dtypes_fill_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3843922Z test_ops.py::TestCommonCPU::test_dtypes_flip_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3844285Z test_ops.py::TestCommonCPU::test_dtypes_fliplr_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3844667Z test_ops.py::TestCommonCPU::test_dtypes_flipud_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3845042Z test_ops.py::TestCommonCPU::test_dtypes_float_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3845410Z test_ops.py::TestCommonCPU::test_dtypes_floor_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3845765Z test_ops.py::TestCommonCPU::test_dtypes_fmax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3846137Z test_ops.py::TestCommonCPU::test_dtypes_fmin_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3846504Z test_ops.py::TestCommonCPU::test_dtypes_fmod_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3846863Z test_ops.py::TestCommonCPU::test_dtypes_frac_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3847231Z test_ops.py::TestCommonCPU::test_dtypes_frexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3847606Z test_ops.py::TestCommonCPU::test_dtypes_full_like_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3847982Z test_ops.py::TestCommonCPU::test_dtypes_i0_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3848340Z test_ops.py::TestCommonCPU::test_dtypes_igamma_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3848717Z test_ops.py::TestCommonCPU::test_dtypes_igammac_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3849095Z test_ops.py::TestCommonCPU::test_dtypes_imag_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3849476Z test_ops.py::TestCommonCPU::test_dtypes_index_reduce_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3849854Z test_ops.py::TestCommonCPU::test_dtypes_index_select_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3850266Z test_ops.py::TestCommonCPU::test_dtypes_inner_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3850638Z test_ops.py::TestCommonCPU::test_dtypes_int_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3851001Z test_ops.py::TestCommonCPU::test_dtypes_isclose_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3851377Z test_ops.py::TestCommonCPU::test_dtypes_isin_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3851750Z test_ops.py::TestCommonCPU::test_dtypes_isinf_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3852120Z test_ops.py::TestCommonCPU::test_dtypes_isnan_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3852485Z test_ops.py::TestCommonCPU::test_dtypes_isneginf_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3852859Z test_ops.py::TestCommonCPU::test_dtypes_istft_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3853363Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3853766Z test_ops.py::TestCommonCPU::test_dtypes_jiterator_binary_return_by_ref_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3854169Z test_ops.py::TestCommonCPU::test_dtypes_ldexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3854598Z test_ops.py::TestCommonCPU::test_dtypes_lgamma_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3854986Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cond_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3855364Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cross_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3855757Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigh_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3856153Z test_ops.py::TestCommonCPU::test_dtypes_linalg_eigvals_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3856547Z test_ops.py::TestCommonCPU::test_dtypes_linalg_householder_product_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3856956Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3857343Z test_ops.py::TestCommonCPU::test_dtypes_linalg_inv_ex_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3857741Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_factor_ex_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3858128Z test_ops.py::TestCommonCPU::test_dtypes_linalg_ldl_solve_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3858517Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3858907Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3859307Z test_ops.py::TestCommonCPU::test_dtypes_linalg_lu_factor_ex_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3859686Z test_ops.py::TestCommonCPU::test_dtypes_linalg_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3860073Z test_ops.py::TestCommonCPU::test_dtypes_linalg_qr_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3860461Z test_ops.py::TestCommonCPU::test_dtypes_linalg_solve_ex_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3860840Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vander_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3861227Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vecdot_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3861620Z test_ops.py::TestCommonCPU::test_dtypes_linalg_vector_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3862008Z test_ops.py::TestCommonCPU::test_dtypes_linspace_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3862373Z test_ops.py::TestCommonCPU::test_dtypes_log2_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3862750Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3863146Z test_ops.py::TestCommonCPU::test_dtypes_log_softmax_dtype_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3863593Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp2_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3863971Z test_ops.py::TestCommonCPU::test_dtypes_logaddexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3864358Z test_ops.py::TestCommonCPU::test_dtypes_logical_not_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3864746Z test_ops.py::TestCommonCPU::test_dtypes_logical_xor_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3865110Z test_ops.py::TestCommonCPU::test_dtypes_logit_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3865489Z test_ops.py::TestCommonCPU::test_dtypes_logspace_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3865868Z test_ops.py::TestCommonCPU::test_dtypes_long_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3866245Z test_ops.py::TestCommonCPU::test_dtypes_lt_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3866605Z test_ops.py::TestCommonCPU::test_dtypes_lu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3866982Z test_ops.py::TestCommonCPU::test_dtypes_lu_solve_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3867354Z test_ops.py::TestCommonCPU::test_dtypes_mH_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3867731Z test_ops.py::TestCommonCPU::test_dtypes_mT_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3868114Z test_ops.py::TestCommonCPU::test_dtypes_masked_argmin_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3868505Z test_ops.py::TestCommonCPU::test_dtypes_masked_fill_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3868899Z test_ops.py::TestCommonCPU::test_dtypes_masked_logsumexp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3869337Z test_ops.py::TestCommonCPU::test_dtypes_masked_mean_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3869729Z test_ops.py::TestCommonCPU::test_dtypes_masked_median_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3870119Z test_ops.py::TestCommonCPU::test_dtypes_masked_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3870500Z test_ops.py::TestCommonCPU::test_dtypes_masked_normalize_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3870907Z test_ops.py::TestCommonCPU::test_dtypes_masked_scatter_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3871298Z test_ops.py::TestCommonCPU::test_dtypes_masked_select_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3871696Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmax_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3872074Z test_ops.py::TestCommonCPU::test_dtypes_masked_softmin_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3872460Z test_ops.py::TestCommonCPU::test_dtypes_masked_std_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3872846Z test_ops.py::TestCommonCPU::test_dtypes_masked_sum_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3873227Z test_ops.py::TestCommonCPU::test_dtypes_matmul_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3873597Z test_ops.py::TestCommonCPU::test_dtypes_matrix_exp_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3873986Z test_ops.py::TestCommonCPU::test_dtypes_max_binary_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3874369Z test_ops.py::TestCommonCPU::test_dtypes_maximum_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3874732Z test_ops.py::TestCommonCPU::test_dtypes_median_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3875132Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_list_of_tensors_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3875551Z test_ops.py::TestCommonCPU::test_dtypes_meshgrid_variadic_tensors_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3875970Z test_ops.py::TestCommonCPU::test_dtypes_min_reduction_no_dim_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3876353Z test_ops.py::TestCommonCPU::test_dtypes_minimum_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3876763Z test_ops.py::TestCommonCPU::test_dtypes_mm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3877138Z test_ops.py::TestCommonCPU::test_dtypes_movedim_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3877512Z test_ops.py::TestCommonCPU::test_dtypes_multinomial_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3877913Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_1_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3878321Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_3_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3878720Z test_ops.py::TestCommonCPU::test_dtypes_mvlgamma_mvlgamma_p_5_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3879092Z test_ops.py::TestCommonCPU::test_dtypes_nanmean_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3879474Z test_ops.py::TestCommonCPU::test_dtypes_nanmedian_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3879862Z test_ops.py::TestCommonCPU::test_dtypes_nanquantile_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3880247Z test_ops.py::TestCommonCPU::test_dtypes_narrow_copy_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3880643Z test_ops.py::TestCommonCPU::test_dtypes_narrow_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3881032Z test_ops.py::TestCommonCPU::test_dtypes_native_layer_norm_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3881420Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3881799Z test_ops.py::TestCommonCPU::test_dtypes_new_empty_strided_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3882185Z test_ops.py::TestCommonCPU::test_dtypes_new_zeros_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3882598Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3883039Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_avg_pool3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3883461Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3883894Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_adaptive_max_pool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3884323Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3884739Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_avg_pool2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3885139Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_bilinear_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3885546Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_celu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3885951Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv1d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3886345Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3886761Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3887195Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_conv_transpose3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3887624Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_cosine_similarity_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3888032Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_ctc_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3888445Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout2d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3888859Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout3d_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3889274Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_dropout_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3889693Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_elu_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3890101Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_embedding_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3890539Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_feature_alpha_dropout_with_train_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3890982Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_grid_sample_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3891386Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardsigmoid_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3891798Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hardtanh_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3892228Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_hinge_embedding_loss_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:16.3892650Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_area_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3893191Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bicubic_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3893701Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_bilinear_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3894143Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_interpolate_nearest_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3894554Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_kl_div_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3894963Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_l1_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3895371Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_linear_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3895796Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_local_response_norm_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3896212Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_logsigmoid_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3896641Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3897070Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool1d_grad_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3897498Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool2d_grad_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3897911Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_max_unpool3d_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3898320Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mish_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3898725Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_mse_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3899145Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multi_margin_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3899566Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_multilabel_margin_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3899991Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_one_hot_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3900406Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_circular_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3900809Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_constant_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3901222Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_reflect_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3901645Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pad_replicate_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3902062Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pdist_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3902497Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_pixel_shuffle_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3902923Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_poisson_nll_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3903339Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_prelu_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3903738Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_relu6_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3904122Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_rrelu_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3904527Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_selu_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3904940Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_silu_complex_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3905348Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_smooth_l1_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3905762Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3906206Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softmin_with_dtype_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3906626Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softplus_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3907026Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softshrink_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3907439Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_softsign_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3907851Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_tanhshrink_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3908274Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_triplet_margin_loss_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3908681Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_unfold_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3909102Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_bilinear_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3909605Z test_ops.py::TestCommonCPU::test_dtypes_nn_functional_upsample_nearest_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3910012Z test_ops.py::TestCommonCPU::test_dtypes_nonzero_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3910377Z test_ops.py::TestCommonCPU::test_dtypes_norm_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3910758Z test_ops.py::TestCommonCPU::test_dtypes_norm_fro_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3911140Z test_ops.py::TestCommonCPU::test_dtypes_norm_nuc_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3911506Z test_ops.py::TestCommonCPU::test_dtypes_normal_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3911888Z test_ops.py::TestCommonCPU::test_dtypes_ones_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3912269Z test_ops.py::TestCommonCPU::test_dtypes_ones_like_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3912668Z test_ops.py::TestCommonCPU::test_dtypes_ops_nvprims_var_mean_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3913049Z test_ops.py::TestCommonCPU::test_dtypes_ormqr_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3913420Z test_ops.py::TestCommonCPU::test_dtypes_outer_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3913798Z test_ops.py::TestCommonCPU::test_dtypes_pca_lowrank_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3914168Z test_ops.py::TestCommonCPU::test_dtypes_permute_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3914540Z test_ops.py::TestCommonCPU::test_dtypes_polar_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3914926Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_1_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:34:16.3915356Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_2_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:34:16.3915731Z test_ops.py::TestCommonCPU::test_dtypes_polygamma_polygamma_n_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:34:16.3916118Z test_ops.py::TestCommonCPU::test_dtypes_put_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3916494Z test_ops.py::TestCommonCPU::test_dtypes_rand_like_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3916869Z test_ops.py::TestCommonCPU::test_dtypes_randint_like_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3917250Z test_ops.py::TestCommonCPU::test_dtypes_randn_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3917627Z test_ops.py::TestCommonCPU::test_dtypes_ravel_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3918007Z test_ops.py::TestCommonCPU::test_dtypes_repeat_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3918376Z test_ops.py::TestCommonCPU::test_dtypes_reshape_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3918762Z test_ops.py::TestCommonCPU::test_dtypes_resize_as__cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3919172Z test_ops.py::TestCommonCPU::test_dtypes_resolve_conj_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3919554Z test_ops.py::TestCommonCPU::test_dtypes_roll_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3919914Z test_ops.py::TestCommonCPU::test_dtypes_round_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3920300Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3920687Z test_ops.py::TestCommonCPU::test_dtypes_round_decimals_3_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:34:16.3921056Z test_ops.py::TestCommonCPU::test_dtypes_scatter_add_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3921454Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amax_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3921857Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_amin_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3922261Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_mean_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3922648Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_prod_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3923056Z test_ops.py::TestCommonCPU::test_dtypes_scatter_reduce_sum_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3923454Z test_ops.py::TestCommonCPU::test_dtypes_searchsorted_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3923863Z test_ops.py::TestCommonCPU::test_dtypes_segment_reduce_lengths_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3924243Z test_ops.py::TestCommonCPU::test_dtypes_sigmoid_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3924621Z test_ops.py::TestCommonCPU::test_dtypes_sin_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3925000Z test_ops.py::TestCommonCPU::test_dtypes_sinh_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3925377Z test_ops.py::TestCommonCPU::test_dtypes_softmax_with_dtype_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3925777Z test_ops.py::TestCommonCPU::test_dtypes_special_airy_ai_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3926175Z test_ops.py::TestCommonCPU::test_dtypes_special_bessel_y1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3926590Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_t_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3927010Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_u_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3927700Z test_ops.py::TestCommonCPU::test_dtypes_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 3%] 2022-12-01T10:34:16.3928146Z test_ops.py::TestCommonCPU::test_dtypes_special_i0e_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3928566Z test_ops.py::TestCommonCPU::test_dtypes_special_i1e_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3928968Z test_ops.py::TestCommonCPU::test_dtypes_special_laguerre_polynomial_l_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3929393Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_i0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3929810Z test_ops.py::TestCommonCPU::test_dtypes_special_modified_bessel_k1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3930197Z test_ops.py::TestCommonCPU::test_dtypes_special_ndtr_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3930611Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3931042Z test_ops.py::TestCommonCPU::test_dtypes_special_scaled_modified_bessel_k1_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3931643Z 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:34:16.3932291Z 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:34:16.3932760Z test_ops.py::TestCommonCPU::test_dtypes_special_spherical_bessel_j0_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3933288Z test_ops.py::TestCommonCPU::test_dtypes_special_xlog1py_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3933682Z test_ops.py::TestCommonCPU::test_dtypes_special_zeta_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3934053Z test_ops.py::TestCommonCPU::test_dtypes_split_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3934444Z test_ops.py::TestCommonCPU::test_dtypes_split_with_sizes_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3934836Z test_ops.py::TestCommonCPU::test_dtypes_sqrt_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3935219Z test_ops.py::TestCommonCPU::test_dtypes_square_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3935586Z test_ops.py::TestCommonCPU::test_dtypes_squeeze_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3935968Z test_ops.py::TestCommonCPU::test_dtypes_std_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3936338Z test_ops.py::TestCommonCPU::test_dtypes_sum_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3936701Z test_ops.py::TestCommonCPU::test_dtypes_sum_to_size_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3937079Z test_ops.py::TestCommonCPU::test_dtypes_svd_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3937459Z test_ops.py::TestCommonCPU::test_dtypes_svd_lowrank_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3937842Z test_ops.py::TestCommonCPU::test_dtypes_take_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3938201Z test_ops.py::TestCommonCPU::test_dtypes_tanh_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3938576Z test_ops.py::TestCommonCPU::test_dtypes_to_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3938942Z test_ops.py::TestCommonCPU::test_dtypes_to_sparse_cpu SKIPPED (Skipped!) [ 3%] 2022-12-01T10:34:16.3939301Z test_ops.py::TestCommonCPU::test_dtypes_trace_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3939686Z test_ops.py::TestCommonCPU::test_dtypes_triangular_solve_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3940078Z test_ops.py::TestCommonCPU::test_dtypes_true_divide_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3940456Z test_ops.py::TestCommonCPU::test_dtypes_trunc_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3940822Z test_ops.py::TestCommonCPU::test_dtypes_unflatten_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3941202Z test_ops.py::TestCommonCPU::test_dtypes_unfold_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3941645Z test_ops.py::TestCommonCPU::test_dtypes_unique_consecutive_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3942024Z test_ops.py::TestCommonCPU::test_dtypes_unsqueeze_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3942410Z test_ops.py::TestCommonCPU::test_dtypes_var_mean_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3942790Z test_ops.py::TestCommonCPU::test_dtypes_vdot_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3943174Z test_ops.py::TestCommonCPU::test_dtypes_view_as_real_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3943542Z test_ops.py::TestCommonCPU::test_dtypes_view_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3943919Z test_ops.py::TestCommonCPU::test_dtypes_vstack_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3944297Z test_ops.py::TestCommonCPU::test_dtypes_where_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3944662Z test_ops.py::TestCommonCPU::test_dtypes_xlogy_cpu SKIPPED (Skipped under ASAN) [ 3%] 2022-12-01T10:34:16.3945025Z test_ops.py::TestCommonCPU::test_errors___rand___cpu PASSED [ 3%] 2022-12-01T10:34:16.3945370Z test_ops.py::TestCommonCPU::test_errors___rmod___cpu PASSED [ 3%] 2022-12-01T10:34:16.3945751Z test_ops.py::TestCommonCPU::test_errors___rmul___cpu PASSED [ 4%] 2022-12-01T10:34:16.3946078Z test_ops.py::TestCommonCPU::test_errors___ror___cpu PASSED [ 4%] 2022-12-01T10:34:16.3946411Z test_ops.py::TestCommonCPU::test_errors___rpow___cpu PASSED [ 4%] 2022-12-01T10:34:16.3946753Z test_ops.py::TestCommonCPU::test_errors_amin_cpu PASSED [ 4%] 2022-12-01T10:34:16.3947077Z test_ops.py::TestCommonCPU::test_errors_atan2_cpu PASSED [ 4%] 2022-12-01T10:34:16.3947425Z test_ops.py::TestCommonCPU::test_errors_bitwise_left_shift_cpu PASSED [ 4%] 2022-12-01T10:34:16.3947774Z test_ops.py::TestCommonCPU::test_errors_bitwise_xor_cpu PASSED [ 4%] 2022-12-01T10:34:16.3948116Z test_ops.py::TestCommonCPU::test_errors_cat_cpu PASSED [ 4%] 2022-12-01T10:34:16.3948442Z test_ops.py::TestCommonCPU::test_errors_copysign_cpu PASSED [ 4%] 2022-12-01T10:34:16.3948784Z test_ops.py::TestCommonCPU::test_errors_cov_cpu PASSED [ 4%] 2022-12-01T10:34:16.3949133Z test_ops.py::TestCommonCPU::test_errors_div_floor_rounding_cpu PASSED [ 4%] 2022-12-01T10:34:16.3949543Z test_ops.py::TestCommonCPU::test_errors_div_trunc_rounding_cpu PASSED [ 4%] 2022-12-01T10:34:16.3949886Z test_ops.py::TestCommonCPU::test_errors_eq_cpu PASSED [ 4%] 2022-12-01T10:34:16.3950225Z test_ops.py::TestCommonCPU::test_errors_fliplr_cpu PASSED [ 4%] 2022-12-01T10:34:16.3950570Z test_ops.py::TestCommonCPU::test_errors_float_power_cpu PASSED [ 4%] 2022-12-01T10:34:16.3950900Z test_ops.py::TestCommonCPU::test_errors_gather_cpu PASSED [ 4%] 2022-12-01T10:34:16.3951242Z test_ops.py::TestCommonCPU::test_errors_gradient_cpu PASSED [ 4%] 2022-12-01T10:34:16.3951585Z test_ops.py::TestCommonCPU::test_errors_gt_cpu PASSED [ 4%] 2022-12-01T10:34:16.3951908Z test_ops.py::TestCommonCPU::test_errors_heaviside_cpu PASSED [ 4%] 2022-12-01T10:34:16.3952252Z test_ops.py::TestCommonCPU::test_errors_hsplit_cpu PASSED [ 4%] 2022-12-01T10:34:16.3952585Z test_ops.py::TestCommonCPU::test_errors_hstack_cpu PASSED [ 4%] 2022-12-01T10:34:16.3952922Z test_ops.py::TestCommonCPU::test_errors_hypot_cpu PASSED [ 4%] 2022-12-01T10:34:16.3953247Z test_ops.py::TestCommonCPU::test_errors_igamma_cpu PASSED [ 4%] 2022-12-01T10:34:16.3953584Z test_ops.py::TestCommonCPU::test_errors_index_select_cpu PASSED [ 4%] 2022-12-01T10:34:16.3953926Z test_ops.py::TestCommonCPU::test_errors_isclose_cpu PASSED [ 4%] 2022-12-01T10:34:16.3954294Z test_ops.py::TestCommonCPU::test_errors_jiterator_binary_return_by_ref_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3954705Z test_ops.py::TestCommonCPU::test_errors_ldexp_cpu PASSED [ 4%] 2022-12-01T10:34:16.3955047Z test_ops.py::TestCommonCPU::test_errors_linalg_cross_cpu PASSED [ 4%] 2022-12-01T10:34:16.3955398Z test_ops.py::TestCommonCPU::test_errors_logcumsumexp_cpu PASSED [ 4%] 2022-12-01T10:34:16.3955729Z test_ops.py::TestCommonCPU::test_errors_logical_or_cpu PASSED [ 4%] 2022-12-01T10:34:16.3956069Z test_ops.py::TestCommonCPU::test_errors_masked_select_cpu PASSED [ 4%] 2022-12-01T10:34:16.3956416Z test_ops.py::TestCommonCPU::test_errors_max_binary_cpu PASSED [ 4%] 2022-12-01T10:34:16.3956741Z test_ops.py::TestCommonCPU::test_errors_minimum_cpu PASSED [ 4%] 2022-12-01T10:34:16.3957072Z test_ops.py::TestCommonCPU::test_errors_mul_cpu PASSED [ 4%] 2022-12-01T10:34:16.3957407Z test_ops.py::TestCommonCPU::test_errors_multinomial_cpu PASSED [ 4%] 2022-12-01T10:34:16.3957746Z test_ops.py::TestCommonCPU::test_errors_ne_cpu PASSED [ 4%] 2022-12-01T10:34:16.3958065Z test_ops.py::TestCommonCPU::test_errors_neg_cpu PASSED [ 4%] 2022-12-01T10:34:16.3958441Z test_ops.py::TestCommonCPU::test_errors_nn_functional_avg_pool1d_cpu PASSED [ 4%] 2022-12-01T10:34:16.3958806Z test_ops.py::TestCommonCPU::test_errors_nn_functional_conv1d_cpu PASSED [ 4%] 2022-12-01T10:34:16.3959147Z test_ops.py::TestCommonCPU::test_errors_nn_functional_gelu_cpu PASSED [ 4%] 2022-12-01T10:34:16.3959508Z test_ops.py::TestCommonCPU::test_errors_nn_functional_max_pool3d_cpu PASSED [ 4%] 2022-12-01T10:34:16.3959885Z test_ops.py::TestCommonCPU::test_errors_nn_functional_poisson_nll_loss_cpu PASSED [ 4%] 2022-12-01T10:34:16.3960261Z test_ops.py::TestCommonCPU::test_errors_nn_functional_soft_margin_loss_cpu PASSED [ 4%] 2022-12-01T10:34:16.3960608Z test_ops.py::TestCommonCPU::test_errors_pow_cpu PASSED [ 4%] 2022-12-01T10:34:16.3960947Z test_ops.py::TestCommonCPU::test_errors_renorm_cpu PASSED [ 4%] 2022-12-01T10:34:16.3961286Z test_ops.py::TestCommonCPU::test_errors_reshape_as_cpu PASSED [ 4%] 2022-12-01T10:34:16.3961618Z test_ops.py::TestCommonCPU::test_errors_reshape_cpu PASSED [ 4%] 2022-12-01T10:34:16.3961964Z test_ops.py::TestCommonCPU::test_errors_scatter_add_cpu PASSED [ 4%] 2022-12-01T10:34:16.3962529Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_v_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:34:16.3963145Z test_ops.py::TestCommonCPU::test_errors_special_chebyshev_polynomial_w_cpu SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 4%] 2022-12-01T10:34:16.3963753Z 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:34:16.3964386Z 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:34:16.3965014Z 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:34:16.3965451Z test_ops.py::TestCommonCPU::test_errors_special_xlog1py_cpu PASSED [ 4%] 2022-12-01T10:34:16.3965793Z test_ops.py::TestCommonCPU::test_errors_special_zeta_cpu PASSED [ 4%] 2022-12-01T10:34:16.3966141Z test_ops.py::TestCommonCPU::test_errors_sum_to_size_cpu PASSED [ 4%] 2022-12-01T10:34:16.3966484Z test_ops.py::TestCommonCPU::test_errors_take_cpu PASSED [ 4%] 2022-12-01T10:34:16.3966824Z test_ops.py::TestCommonCPU::test_errors_unbind_cpu PASSED [ 4%] 2022-12-01T10:34:16.3967151Z test_ops.py::TestCommonCPU::test_errors_uniform_cpu PASSED [ 4%] 2022-12-01T10:34:16.3967483Z test_ops.py::TestCommonCPU::test_errors_view_cpu PASSED [ 4%] 2022-12-01T10:34:16.3967853Z test_ops.py::TestCommonCPU::test_errors_vsplit_cpu PASSED [ 4%] 2022-12-01T10:34:16.3968177Z test_ops.py::TestCommonCPU::test_errors_vstack_cpu PASSED [ 4%] 2022-12-01T10:34:16.3968537Z test_ops.py::TestCommonCPU::test_errors_where_cpu SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3968894Z test_ops.py::TestCommonCPU::test_errors_xlogy_cpu PASSED [ 4%] 2022-12-01T10:34:16.3969263Z test_ops.py::TestCommonCPU::test_multiple_devices_H_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3969645Z test_ops.py::TestCommonCPU::test_multiple_devices_T_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3970049Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3970460Z test_ops.py::TestCommonCPU::test_multiple_devices___getitem___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3970871Z test_ops.py::TestCommonCPU::test_multiple_devices___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3971258Z test_ops.py::TestCommonCPU::test_multiple_devices___rand___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3971688Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3972095Z test_ops.py::TestCommonCPU::test_multiple_devices___rdiv___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3972484Z test_ops.py::TestCommonCPU::test_multiple_devices___rmatmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3972885Z test_ops.py::TestCommonCPU::test_multiple_devices___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3973429Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3973832Z test_ops.py::TestCommonCPU::test_multiple_devices___rmul___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3974220Z test_ops.py::TestCommonCPU::test_multiple_devices___ror___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3974624Z test_ops.py::TestCommonCPU::test_multiple_devices___rpow___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3975027Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3975430Z test_ops.py::TestCommonCPU::test_multiple_devices___rsub___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3975816Z test_ops.py::TestCommonCPU::test_multiple_devices___rxor___cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3976219Z test_ops.py::TestCommonCPU::test_multiple_devices_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3976617Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3977001Z test_ops.py::TestCommonCPU::test_multiple_devices_acos_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3977396Z test_ops.py::TestCommonCPU::test_multiple_devices_add_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3977801Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3978203Z test_ops.py::TestCommonCPU::test_multiple_devices_addbmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3978586Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3979001Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3979429Z test_ops.py::TestCommonCPU::test_multiple_devices_addmm_decomposed_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3979838Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3980280Z test_ops.py::TestCommonCPU::test_multiple_devices_addr_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3980679Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3981082Z test_ops.py::TestCommonCPU::test_multiple_devices_all_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3981490Z test_ops.py::TestCommonCPU::test_multiple_devices_allclose_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3981880Z test_ops.py::TestCommonCPU::test_multiple_devices_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3982278Z test_ops.py::TestCommonCPU::test_multiple_devices_aminmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3982683Z test_ops.py::TestCommonCPU::test_multiple_devices_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3983073Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3983479Z test_ops.py::TestCommonCPU::test_multiple_devices_arange_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3983882Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3984331Z test_ops.py::TestCommonCPU::test_multiple_devices_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3984726Z test_ops.py::TestCommonCPU::test_multiple_devices_argwhere_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3985143Z test_ops.py::TestCommonCPU::test_multiple_devices_as_strided_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3985555Z test_ops.py::TestCommonCPU::test_multiple_devices_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3985953Z test_ops.py::TestCommonCPU::test_multiple_devices_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3986335Z test_ops.py::TestCommonCPU::test_multiple_devices_atan_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3986736Z test_ops.py::TestCommonCPU::test_multiple_devices_atleast_1d_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3987148Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3987538Z test_ops.py::TestCommonCPU::test_multiple_devices_bfloat16_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3987945Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_not_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3988349Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_or_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3988763Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_right_shift_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3989168Z test_ops.py::TestCommonCPU::test_multiple_devices_bitwise_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3989644Z test_ops.py::TestCommonCPU::test_multiple_devices_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3990073Z test_ops.py::TestCommonCPU::test_multiple_devices_broadcast_shapes_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3990492Z test_ops.py::TestCommonCPU::test_multiple_devices_byte_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3990881Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3991278Z test_ops.py::TestCommonCPU::test_multiple_devices_cat_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3991678Z test_ops.py::TestCommonCPU::test_multiple_devices_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3992085Z test_ops.py::TestCommonCPU::test_multiple_devices_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3992478Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3992927Z test_ops.py::TestCommonCPU::test_multiple_devices_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3993333Z test_ops.py::TestCommonCPU::test_multiple_devices_clone_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3993727Z test_ops.py::TestCommonCPU::test_multiple_devices_column_stack_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3994141Z test_ops.py::TestCommonCPU::test_multiple_devices_combinations_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3994544Z test_ops.py::TestCommonCPU::test_multiple_devices_conj_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3994953Z test_ops.py::TestCommonCPU::test_multiple_devices_constant_pad_nd_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3995354Z test_ops.py::TestCommonCPU::test_multiple_devices_contiguous_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3995771Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3996183Z test_ops.py::TestCommonCPU::test_multiple_devices_copysign_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3996650Z test_ops.py::TestCommonCPU::test_multiple_devices_corrcoef_cpu_int64 SKIPPED (Only runs on cuda) [ 4%] 2022-12-01T10:34:16.3997041Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3997435Z test_ops.py::TestCommonCPU::test_multiple_devices_cosh_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3997829Z test_ops.py::TestCommonCPU::test_multiple_devices_cov_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3998228Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3998615Z test_ops.py::TestCommonCPU::test_multiple_devices_cross_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3999015Z test_ops.py::TestCommonCPU::test_multiple_devices_cummin_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3999411Z test_ops.py::TestCommonCPU::test_multiple_devices_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.3999801Z test_ops.py::TestCommonCPU::test_multiple_devices_cumsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4000203Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4000604Z test_ops.py::TestCommonCPU::test_multiple_devices_diag_embed_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4001013Z test_ops.py::TestCommonCPU::test_multiple_devices_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4001411Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4001818Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4002234Z test_ops.py::TestCommonCPU::test_multiple_devices_diagonal_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4002644Z test_ops.py::TestCommonCPU::test_multiple_devices_diff_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4003031Z test_ops.py::TestCommonCPU::test_multiple_devices_dist_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4003449Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4003873Z test_ops.py::TestCommonCPU::test_multiple_devices_div_floor_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4004289Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4004713Z test_ops.py::TestCommonCPU::test_multiple_devices_div_trunc_rounding_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4005150Z test_ops.py::TestCommonCPU::test_multiple_devices_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4005553Z test_ops.py::TestCommonCPU::test_multiple_devices_dsplit_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4005943Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4006344Z test_ops.py::TestCommonCPU::test_multiple_devices_dstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4006744Z test_ops.py::TestCommonCPU::test_multiple_devices_einsum_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4007145Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4007532Z test_ops.py::TestCommonCPU::test_multiple_devices_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4007929Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4008330Z test_ops.py::TestCommonCPU::test_multiple_devices_equal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4008726Z test_ops.py::TestCommonCPU::test_multiple_devices_erfc_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4009135Z test_ops.py::TestCommonCPU::test_multiple_devices_exp2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4009533Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4009930Z test_ops.py::TestCommonCPU::test_multiple_devices_exp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4010313Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4010712Z test_ops.py::TestCommonCPU::test_multiple_devices_expand_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4011110Z test_ops.py::TestCommonCPU::test_multiple_devices_eye_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4011511Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4011903Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4012304Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4012711Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_fftshift_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4013238Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4013637Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4014043Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_hfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4014454Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4014854Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4015263Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4015674Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4016084Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_ihfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4016479Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4016887Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4017293Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4017748Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_irfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4018141Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4018549Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfft2_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4018952Z test_ops.py::TestCommonCPU::test_multiple_devices_fft_rfftn_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4019356Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4019738Z test_ops.py::TestCommonCPU::test_multiple_devices_fill_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4020136Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4020532Z test_ops.py::TestCommonCPU::test_multiple_devices_flip_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4020918Z test_ops.py::TestCommonCPU::test_multiple_devices_fliplr_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4021321Z test_ops.py::TestCommonCPU::test_multiple_devices_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4021761Z test_ops.py::TestCommonCPU::test_multiple_devices_float_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4022166Z test_ops.py::TestCommonCPU::test_multiple_devices_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4022555Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4022956Z test_ops.py::TestCommonCPU::test_multiple_devices_fmod_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4023352Z test_ops.py::TestCommonCPU::test_multiple_devices_frac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4023751Z test_ops.py::TestCommonCPU::test_multiple_devices_full_like_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4024137Z test_ops.py::TestCommonCPU::test_multiple_devices_gcd_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4024534Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4024929Z test_ops.py::TestCommonCPU::test_multiple_devices_ge_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4025317Z test_ops.py::TestCommonCPU::test_multiple_devices_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4025724Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4026117Z test_ops.py::TestCommonCPU::test_multiple_devices_gt_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4026509Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4026897Z test_ops.py::TestCommonCPU::test_multiple_devices_half_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4027301Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4027719Z test_ops.py::TestCommonCPU::test_multiple_devices_heaviside_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4028129Z test_ops.py::TestCommonCPU::test_multiple_devices_histogramdd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4028528Z test_ops.py::TestCommonCPU::test_multiple_devices_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4028926Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4029385Z test_ops.py::TestCommonCPU::test_multiple_devices_hstack_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4029785Z test_ops.py::TestCommonCPU::test_multiple_devices_i0_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4030207Z test_ops.py::TestCommonCPU::test_multiple_devices_igammac_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4030618Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4031028Z test_ops.py::TestCommonCPU::test_multiple_devices_index_add_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4031427Z test_ops.py::TestCommonCPU::test_multiple_devices_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4031838Z test_ops.py::TestCommonCPU::test_multiple_devices_index_select_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4032245Z test_ops.py::TestCommonCPU::test_multiple_devices_inner_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4032631Z test_ops.py::TestCommonCPU::test_multiple_devices_int_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4033012Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4033407Z test_ops.py::TestCommonCPU::test_multiple_devices_isclose_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4033800Z test_ops.py::TestCommonCPU::test_multiple_devices_isfinite_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4034219Z test_ops.py::TestCommonCPU::test_multiple_devices_isin_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4034601Z test_ops.py::TestCommonCPU::test_multiple_devices_isinf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4034985Z test_ops.py::TestCommonCPU::test_multiple_devices_isnan_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4035375Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4035763Z test_ops.py::TestCommonCPU::test_multiple_devices_isneginf_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4036155Z test_ops.py::TestCommonCPU::test_multiple_devices_isposinf_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4036548Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4036936Z test_ops.py::TestCommonCPU::test_multiple_devices_isreal_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4037317Z test_ops.py::TestCommonCPU::test_multiple_devices_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4037729Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4038168Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4038612Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_4inputs_with_extra_args_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4039030Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4039446Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4039872Z test_ops.py::TestCommonCPU::test_multiple_devices_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4040281Z test_ops.py::TestCommonCPU::test_multiple_devices_kron_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4040659Z test_ops.py::TestCommonCPU::test_multiple_devices_kthvalue_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4041053Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4041440Z test_ops.py::TestCommonCPU::test_multiple_devices_ldexp_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4041824Z test_ops.py::TestCommonCPU::test_multiple_devices_le_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4042269Z test_ops.py::TestCommonCPU::test_multiple_devices_lerp_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4042667Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4043074Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4043476Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4043878Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_eigh_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4044288Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_ldl_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4044698Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4045092Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4045502Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_lu_factor_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4045944Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4046363Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_power_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4046781Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4047204Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_multi_dot_cpu_int64 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4047612Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4048009Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4048406Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4048826Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4049241Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4049649Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 5%] 2022-12-01T10:34:16.4050053Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4050467Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4050870Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_vander_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4051265Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4051659Z test_ops.py::TestCommonCPU::test_multiple_devices_linspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4052048Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4052436Z test_ops.py::TestCommonCPU::test_multiple_devices_log10_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4052814Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4053302Z test_ops.py::TestCommonCPU::test_multiple_devices_log2_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4053686Z test_ops.py::TestCommonCPU::test_multiple_devices_log_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4054079Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp2_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4054524Z test_ops.py::TestCommonCPU::test_multiple_devices_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4054933Z test_ops.py::TestCommonCPU::test_multiple_devices_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4055341Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4055732Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_and_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4056123Z test_ops.py::TestCommonCPU::test_multiple_devices_logical_xor_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4056515Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4056903Z test_ops.py::TestCommonCPU::test_multiple_devices_logit_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4057288Z test_ops.py::TestCommonCPU::test_multiple_devices_logspace_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4057675Z test_ops.py::TestCommonCPU::test_multiple_devices_lt_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4058092Z test_ops.py::TestCommonCPU::test_multiple_devices_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4058483Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4058860Z test_ops.py::TestCommonCPU::test_multiple_devices_mT_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4059251Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4059650Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4060051Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_amin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4060444Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmax_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4060845Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_argmin_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4061251Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumprod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4061652Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4062056Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4062467Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4062885Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4063296Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_logsumexp_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4063703Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_median_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4064111Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4064516Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4064908Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4065313Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4065715Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4066116Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_select_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4066564Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4066973Z test_ops.py::TestCommonCPU::test_multiple_devices_masked_std_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4067367Z test_ops.py::TestCommonCPU::test_multiple_devices_matmul_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4067752Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4068149Z test_ops.py::TestCommonCPU::test_multiple_devices_max_binary_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4068557Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_no_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4068983Z test_ops.py::TestCommonCPU::test_multiple_devices_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4069442Z test_ops.py::TestCommonCPU::test_multiple_devices_maximum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4069837Z test_ops.py::TestCommonCPU::test_multiple_devices_median_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4070301Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4070739Z test_ops.py::TestCommonCPU::test_multiple_devices_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4071142Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4071542Z test_ops.py::TestCommonCPU::test_multiple_devices_minimum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4071935Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4072321Z test_ops.py::TestCommonCPU::test_multiple_devices_mode_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4072704Z test_ops.py::TestCommonCPU::test_multiple_devices_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4073088Z test_ops.py::TestCommonCPU::test_multiple_devices_mv_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4073499Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4073920Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_3_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4074339Z test_ops.py::TestCommonCPU::test_multiple_devices_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4074750Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4075146Z test_ops.py::TestCommonCPU::test_multiple_devices_nan_to_num_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4075537Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4075931Z test_ops.py::TestCommonCPU::test_multiple_devices_nanmedian_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4076326Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4076720Z test_ops.py::TestCommonCPU::test_multiple_devices_nansum_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4077104Z test_ops.py::TestCommonCPU::test_multiple_devices_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4077491Z test_ops.py::TestCommonCPU::test_multiple_devices_ne_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4077878Z test_ops.py::TestCommonCPU::test_multiple_devices_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4078271Z test_ops.py::TestCommonCPU::test_multiple_devices_new_empty_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4078691Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4079086Z test_ops.py::TestCommonCPU::test_multiple_devices_new_full_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4079483Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4079876Z test_ops.py::TestCommonCPU::test_multiple_devices_new_zeros_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4080293Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4080743Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4081196Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4081634Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4082081Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4082508Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4082936Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4083350Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4083772Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4084196Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_bilinear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4084634Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4085093Z 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:34:16.4085536Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4085951Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4086371Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4086779Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4087211Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4087656Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4088101Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_conv_transpose2d_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4088534Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4088974Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_cross_entropy_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4089403Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_ctc_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4089831Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4090284Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4090737Z 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:34:16.4091216Z 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:34:16.4091683Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4092125Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4092568Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gaussian_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4093107Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4093523Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4093984Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_grid_sample_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4094418Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4094849Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4095276Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4095708Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4096145Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4096579Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4097022Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_area_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4097532Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_bicubic_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4097992Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4098439Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4098875Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_kl_div_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4099293Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4099711Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_linear_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4100149Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4100594Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_local_response_norm_cpu_int64 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4101022Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4101463Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_margin_ranking_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4101951Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4102383Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4102812Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4103248Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool2d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4103690Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4104121Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4104534Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_mse_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 6%] 2022-12-01T10:34:16.4104967Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4105389Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_one_hot_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4105842Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4106268Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_circular_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4106700Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pad_replicate_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4107143Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4107578Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4107996Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4108434Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4108874Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4109365Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4109774Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4110196Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_relu_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4110616Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4111032Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4111458Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4111898Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softmin_with_dtype_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4112335Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4112755Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4113182Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4113610Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_softsign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4114073Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_tanhshrink_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4114493Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4114922Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_threshold_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4115358Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_triplet_margin_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4115818Z 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:34:16.4116266Z test_ops.py::TestCommonCPU::test_multiple_devices_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4116689Z test_ops.py::TestCommonCPU::test_multiple_devices_nonzero_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4117091Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4117513Z test_ops.py::TestCommonCPU::test_multiple_devices_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4117899Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4118289Z test_ops.py::TestCommonCPU::test_multiple_devices_ones_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4118682Z test_ops.py::TestCommonCPU::test_multiple_devices_ormqr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4119072Z test_ops.py::TestCommonCPU::test_multiple_devices_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4119459Z test_ops.py::TestCommonCPU::test_multiple_devices_polar_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4119862Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:34:16.4120276Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:34:16.4120683Z test_ops.py::TestCommonCPU::test_multiple_devices_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:34:16.4121082Z test_ops.py::TestCommonCPU::test_multiple_devices_pow_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4121465Z test_ops.py::TestCommonCPU::test_multiple_devices_prod_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4121853Z test_ops.py::TestCommonCPU::test_multiple_devices_put_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4122238Z test_ops.py::TestCommonCPU::test_multiple_devices_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4122638Z test_ops.py::TestCommonCPU::test_multiple_devices_rand_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4123037Z test_ops.py::TestCommonCPU::test_multiple_devices_randint_like_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4123439Z test_ops.py::TestCommonCPU::test_multiple_devices_randn_like_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4123823Z test_ops.py::TestCommonCPU::test_multiple_devices_ravel_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4124214Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4124598Z test_ops.py::TestCommonCPU::test_multiple_devices_real_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4124992Z test_ops.py::TestCommonCPU::test_multiple_devices_reciprocal_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4125386Z test_ops.py::TestCommonCPU::test_multiple_devices_remainder_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4125809Z test_ops.py::TestCommonCPU::test_multiple_devices_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4126210Z test_ops.py::TestCommonCPU::test_multiple_devices_reshape_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4126600Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4126992Z test_ops.py::TestCommonCPU::test_multiple_devices_resize__cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4127383Z test_ops.py::TestCommonCPU::test_multiple_devices_resize_as__cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4127783Z test_ops.py::TestCommonCPU::test_multiple_devices_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4128168Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4128554Z test_ops.py::TestCommonCPU::test_multiple_devices_roll_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4128941Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4129352Z test_ops.py::TestCommonCPU::test_multiple_devices_rot90_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4129734Z test_ops.py::TestCommonCPU::test_multiple_devices_round_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4130134Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4130545Z test_ops.py::TestCommonCPU::test_multiple_devices_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 7%] 2022-12-01T10:34:16.4130932Z test_ops.py::TestCommonCPU::test_multiple_devices_rsqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4131312Z test_ops.py::TestCommonCPU::test_multiple_devices_rsub_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4131716Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_mean_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4132133Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4132543Z test_ops.py::TestCommonCPU::test_multiple_devices_scatter_reduce_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4132962Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_lengths_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4133493Z test_ops.py::TestCommonCPU::test_multiple_devices_segment_reduce_offsets_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4133907Z test_ops.py::TestCommonCPU::test_multiple_devices_select_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4134291Z test_ops.py::TestCommonCPU::test_multiple_devices_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4134675Z test_ops.py::TestCommonCPU::test_multiple_devices_short_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4135067Z test_ops.py::TestCommonCPU::test_multiple_devices_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4135454Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4135837Z test_ops.py::TestCommonCPU::test_multiple_devices_sign_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4136220Z test_ops.py::TestCommonCPU::test_multiple_devices_sin_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4136602Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4136977Z test_ops.py::TestCommonCPU::test_multiple_devices_sinc_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4137362Z test_ops.py::TestCommonCPU::test_multiple_devices_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4137804Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4138194Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4138581Z test_ops.py::TestCommonCPU::test_multiple_devices_slice_scatter_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4138979Z test_ops.py::TestCommonCPU::test_multiple_devices_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4139371Z test_ops.py::TestCommonCPU::test_multiple_devices_sort_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4139776Z test_ops.py::TestCommonCPU::test_multiple_devices_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4140186Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4140598Z test_ops.py::TestCommonCPU::test_multiple_devices_special_airy_ai_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4141012Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4141456Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4141860Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4142273Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4142679Z test_ops.py::TestCommonCPU::test_multiple_devices_special_bessel_y1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4143099Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4143541Z test_ops.py::TestCommonCPU::test_multiple_devices_special_chebyshev_polynomial_t_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4144205Z 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:34:16.4144677Z test_ops.py::TestCommonCPU::test_multiple_devices_special_entr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4145078Z test_ops.py::TestCommonCPU::test_multiple_devices_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4145501Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4145940Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_h_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4146378Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4146807Z test_ops.py::TestCommonCPU::test_multiple_devices_special_hermite_polynomial_he_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4147229Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4147632Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i0e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4148035Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4148425Z test_ops.py::TestCommonCPU::test_multiple_devices_special_i1e_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4148640Z test_ops.py::TestCommonCPU::test_multiple_devices_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4149020Z 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:34:16.4149489Z 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:34:16.4149695Z test_ops.py::TestCommonCPU::test_multiple_devices_special_log_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4149907Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4150117Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_i1_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4150328Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4150535Z test_ops.py::TestCommonCPU::test_multiple_devices_special_modified_bessel_k0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4150735Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4150923Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtr_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4151169Z test_ops.py::TestCommonCPU::test_multiple_devices_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4151402Z test_ops.py::TestCommonCPU::test_multiple_devices_special_polygamma_special_polygamma_n_0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4151789Z 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:34:16.4152177Z 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:34:16.4152560Z 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:34:16.4152778Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4152992Z test_ops.py::TestCommonCPU::test_multiple_devices_special_spherical_bessel_j0_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4153192Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4153391Z test_ops.py::TestCommonCPU::test_multiple_devices_special_xlog1py_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4153576Z test_ops.py::TestCommonCPU::test_multiple_devices_special_zeta_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4153770Z test_ops.py::TestCommonCPU::test_multiple_devices_split_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4153970Z test_ops.py::TestCommonCPU::test_multiple_devices_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4154158Z test_ops.py::TestCommonCPU::test_multiple_devices_sqrt_cpu_int64 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4154350Z test_ops.py::TestCommonCPU::test_multiple_devices_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4154542Z test_ops.py::TestCommonCPU::test_multiple_devices_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:16.4154726Z test_ops.py::TestCommonCPU::test_multiple_devices_sub_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4154912Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4155091Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4155277Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4155465Z test_ops.py::TestCommonCPU::test_multiple_devices_sum_to_size_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4155688Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4155887Z test_ops.py::TestCommonCPU::test_multiple_devices_take_along_dim_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4156068Z test_ops.py::TestCommonCPU::test_multiple_devices_take_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4156254Z test_ops.py::TestCommonCPU::test_multiple_devices_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4156443Z test_ops.py::TestCommonCPU::test_multiple_devices_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4156636Z test_ops.py::TestCommonCPU::test_multiple_devices_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4156827Z test_ops.py::TestCommonCPU::test_multiple_devices_tensordot_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157009Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157191Z test_ops.py::TestCommonCPU::test_multiple_devices_tile_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157396Z test_ops.py::TestCommonCPU::test_multiple_devices_to_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157581Z test_ops.py::TestCommonCPU::test_multiple_devices_topk_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157776Z test_ops.py::TestCommonCPU::test_multiple_devices_transpose_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4157968Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4158156Z test_ops.py::TestCommonCPU::test_multiple_devices_trapz_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4158351Z test_ops.py::TestCommonCPU::test_multiple_devices_tril_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4158542Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4158728Z test_ops.py::TestCommonCPU::test_multiple_devices_triu_indices_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4158927Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4159122Z test_ops.py::TestCommonCPU::test_multiple_devices_true_divide_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4159312Z test_ops.py::TestCommonCPU::test_multiple_devices_trunc_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4159508Z test_ops.py::TestCommonCPU::test_multiple_devices_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4159701Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4159893Z test_ops.py::TestCommonCPU::test_multiple_devices_unfold_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4160090Z test_ops.py::TestCommonCPU::test_multiple_devices_uniform_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4160286Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4160465Z test_ops.py::TestCommonCPU::test_multiple_devices_unique_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4160655Z test_ops.py::TestCommonCPU::test_multiple_devices_view_as_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4160842Z test_ops.py::TestCommonCPU::test_multiple_devices_view_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4161033Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4161224Z test_ops.py::TestCommonCPU::test_multiple_devices_vstack_cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4161441Z test_ops.py::TestCommonCPU::test_multiple_devices_xlogy_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4161633Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4161822Z test_ops.py::TestCommonCPU::test_multiple_devices_zero__cpu_int64 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4162014Z test_ops.py::TestCommonCPU::test_multiple_devices_zeros_cpu_float32 SKIPPED (Only runs on cuda) [ 8%] 2022-12-01T10:34:16.4162208Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_H_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4162411Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_T_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4162624Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___getitem___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4162835Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rand___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4163048Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rdiv___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4163285Z test_ops.py::TestCommonCPU::test_non_standard_bool_values___rmul___cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4163493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_all_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4163706Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_aminmax_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4163911Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_any_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4164125Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_argwhere_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4164337Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_as_strided_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4164548Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asin_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4164759Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_asinh_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4164968Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atan_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4165179Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atanh_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4165393Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_1d_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4165606Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_atleast_2d_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4165819Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_block_diag_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4166043Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_broadcast_tensors_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4166253Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cartesian_prod_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4166461Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_char_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4166673Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_max_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4166888Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clamp_min_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4167097Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_clone_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4167339Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_column_stack_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4167556Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_conj_physical_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4167777Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_constant_pad_nd_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4167981Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cos_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4168193Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummax_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4168390Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_cummin_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4168600Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_deg2rad_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4168809Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4169058Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diag_embed_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4169274Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagflat_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4169487Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4169708Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_diagonal_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4169933Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_div_no_rounding_mode_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4170144Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_dstack_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4170335Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:34:16.4170520Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_empty_like_cpu_bool SKIPPED (Skipped!) [ 8%] 2022-12-01T10:34:16.4170730Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_equal_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4170935Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erf_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4171139Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_erfc_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4171343Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4171549Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_exp_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4171760Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_expand_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4171964Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_eye_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4172174Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4172387Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_fftshift_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4172585Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4172796Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_hfftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4173143Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4173362Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ifftshift_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4173582Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4173792Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_ihfft_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4174005Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_irfft2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4174217Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fft_rfftn_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4174424Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fill_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4174617Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flip_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4174827Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fliplr_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4175084Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_flipud_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4175302Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_float_power_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4175509Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_fmax_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4175719Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_full_like_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4175924Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_gt_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4176129Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_half_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4176337Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_hstack_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4176542Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_i0_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4176744Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_add_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4176959Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_index_copy_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4177172Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isfinite_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4177381Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isinf_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4177593Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isnan_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4177806Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isneginf_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4178016Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_isreal_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4178250Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_2inputs_2outputs_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4178493Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_4inputs_with_extra_args_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4178732Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_binary_return_by_ref_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4178975Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_jiterator_unary_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4179182Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log10_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4179392Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log1p_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4179598Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log2_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4179803Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_log_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4180019Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_logical_and_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4180227Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mT_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4180447Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_scatter_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4180658Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_masked_sum_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4180898Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_binary_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4181111Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_max_reduction_no_dim_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4181324Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_maximum_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4181557Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_meshgrid_variadic_tensors_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4181770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_min_binary_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4181979Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_mode_cpu_bool SKIPPED (Test uses undefined behavior) [ 8%] 2022-12-01T10:34:16.4182195Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_movedim_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4182409Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_nan_to_num_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4182651Z 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:34:16.4182863Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_full_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4183079Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_new_zeros_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4183275Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_ones_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4183483Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_outer_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4183695Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_permute_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4183927Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4184139Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_1_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:34:16.4184349Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_3_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:34:16.4184556Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_polygamma_polygamma_n_4_cpu_bool SKIPPED (Skipped!) [ 9%] 2022-12-01T10:34:16.4184796Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_prod_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4185000Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_put_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4185201Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rad2deg_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4185418Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reciprocal_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4185628Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4185851Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_repeat_interleave_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4186067Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_as_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4186282Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_reshape_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4186553Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resize__cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4186770Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_resolve_neg_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4186977Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_roll_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4187184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_rsqrt_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4187397Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_amin_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4187621Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_scatter_reduce_prod_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4187830Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sgn_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4188039Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_short_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4188252Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sigmoid_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4188463Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sign_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4188670Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sin_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4188879Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sinh_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4189102Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4189374Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_j1_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4189590Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_bessel_y0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4189828Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_chebyshev_polynomial_t_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4190248Z 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:34:16.4190470Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_erfcx_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4190686Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4190937Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_i1e_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4191327Z 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:34:16.4191563Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_modified_bessel_k0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4191784Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_ndtri_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4192036Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_polygamma_special_polygamma_n_0_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4192437Z 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:34:16.4192858Z 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:34:16.4193076Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_special_zeta_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4193289Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_split_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4193501Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_squeeze_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4193708Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4193921Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_sum_to_size_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4194142Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_take_along_dim_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4194353Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tan_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4194568Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tensor_split_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4194776Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_to_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4194977Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_transpose_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4195184Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_tril_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4195394Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_triu_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4195603Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_unique_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4195814Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_as_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4196022Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_view_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4196234Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_vsplit_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4196445Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_where_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4196653Z test_ops.py::TestCommonCPU::test_non_standard_bool_values_zeros_cpu_bool SKIPPED (Test uses undefined behavior) [ 9%] 2022-12-01T10:34:16.4196878Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_H_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4197061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_T_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4197274Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4197479Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4197683Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___getitem___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4197889Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4198095Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___radd___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4198308Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4198511Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rdiv___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4198737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmod___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4198928Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4199129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rmul___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4199332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___ror___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4199539Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rpow___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4199743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4199947Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4200146Z test_ops.py::TestCommonCPU::test_noncontiguous_samples___rsub___cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4200352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_abs_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4200555Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4200741Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acos_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4200948Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4201149Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4201351Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_acosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4201561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcdiv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4201767Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addcmul_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4201990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4202206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4202419Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmm_decomposed_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4202610Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4202809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addmv_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4203040Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4203239Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_addr_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4203444Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4203647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4203844Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_all_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4204049Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_allclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4204251Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4204451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4204639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_angle_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4204870Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4205071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argsort_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4205281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4205485Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_argwhere_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4205727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_as_strided_scatter_cpu_complex64 SKIPPED (Works for int64, fails for everything else) [ 9%] 2022-12-01T10:34:16.4205929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asin_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4206128Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_asinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4206331Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4206513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan2_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4206713Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4206913Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atan_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4207114Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4207317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4207524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_atleast_1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4207730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4207929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_baddbmm_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4208132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bernoulli_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4208326Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bfloat16_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4208530Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bincount_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4208733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bitwise_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4208967Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_block_diag_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4209173Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4209376Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4209575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bmm_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4209776Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_complex64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4209973Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bool_cpu_int64 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4210166Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_shapes_cpu_float32 SKIPPED (Skipped!) [ 9%] 2022-12-01T10:34:16.4210379Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 9%] 2022-12-01T10:34:16.4210592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4210831Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_broadcast_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4211036Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_bucketize_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4211235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4211433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_byte_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4211643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4211853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cartesian_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4212048Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cat_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4212235Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ceil_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4212438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chalf_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4212641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4212840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_char_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4213148Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4213365Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_inverse_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4213583Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cholesky_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4213789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4213991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_chunk_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4214182Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clamp_min_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4214385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4214586Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_clone_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4214801Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4215058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4215268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_combinations_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4215478Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4215689Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_conj_physical_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4215899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4216093Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_contiguous_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4216300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_copysign_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4216513Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_corrcoef_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4216717Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4216952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cos_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4217168Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_count_nonzero_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4217371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cov_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4217576Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4217778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cross_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4217983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cummin_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4218178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4218384Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumprod_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4218589Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4218790Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4219007Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_cumulative_trapezoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4219207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4219412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diag_embed_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4219620Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4219825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagflat_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4220024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4220227Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4220440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diagonal_scatter_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4220639Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_diff_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4220842Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dist_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4221084Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_floor_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4221302Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4221522Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4221736Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4221940Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_div_trunc_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4222142Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4222343Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dot_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4222552Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4222754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_double_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4222988Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4223188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4223392Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4223596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_dstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4223796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4223983Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_einsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4224183Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:34:16.4224385Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_complex64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:34:16.4224580Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_empty_like_cpu_int64 SKIPPED (Skipped!) [ 10%] 2022-12-01T10:34:16.4224779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4224975Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_eq_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4225174Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4225373Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_equal_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4225571Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erf_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4225760Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4225959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_erfinv_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4226155Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4226352Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_exp_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4226559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4226764Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4226966Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4227209Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expand_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4227412Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_expm1_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4227608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4227810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4228010Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4228215Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4228415Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4228629Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_fftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4228864Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4229071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4229337Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4229538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4229746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4229949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_hfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4230162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4230367Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4230575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4230779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4230986Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4231194Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_ifftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4231398Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4231592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4231793Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4232001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4232205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_irfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4232410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4232614Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fft_rfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4232823Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4233061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4233265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4233456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4233657Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flip_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4233862Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fliplr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4234063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_flipud_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4234268Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4234469Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4234670Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4234919Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4235127Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4235320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_float_power_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4235519Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_floor_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4235719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_fmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4235929Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_full_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4236137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_complex64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4236338Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gather_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4236537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gcd_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4236743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4236945Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gradient_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4237130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_gt_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4237327Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_half_cpu_float32 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4237531Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_heaviside_cpu_int64 SKIPPED (Skipped under ASAN) [ 10%] 2022-12-01T10:34:16.4237734Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histc_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4237946Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_histogramdd_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4238153Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4238357Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4238561Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_hstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4238761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_i0_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4238964Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4239186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_igammac_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4239388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_imag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4239597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4239804Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4240015Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4240220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4240429Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4240633Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_put_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4240833Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_reduce_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4241060Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_index_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4241263Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4241462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4241662Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_int_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4241865Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4242071Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isclose_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4242273Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4242480Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4242682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isfinite_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4242876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4243076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4243280Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4243475Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isnan_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4243680Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isneginf_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4243888Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4244091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isposinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4244295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_isreal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4244501Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_istft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4244730Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4244951Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4245195Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4245431Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4245659Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4245884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_binary_return_by_ref_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4246100Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4246313Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_jiterator_unary_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4246517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kron_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4246722Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_kthvalue_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4246933Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lcm_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4247137Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ldexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4247339Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lgamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4247551Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cond_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4247759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4248004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_det_singular_cpu_complex64 SKIPPED (The backward may give different results) [ 11%] 2022-12-01T10:34:16.4248218Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eig_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4248435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvals_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4248655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4248868Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_eigvalsh_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4249081Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_householder_product_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4249294Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4249506Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4249719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_inv_ex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4249938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4250152Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4250370Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_ldl_factor_ex_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4250575Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4250958Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lstsq_grad_oriented_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4251234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4251483Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_factor_ex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4251733Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4252029Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_lu_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4252275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4252476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4252737Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_matrix_rank_hermitian_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4253072Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_complex64 SKIPPED (67470!) [ 11%] 2022-12-01T10:34:16.4253332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_multi_dot_cpu_int64 SKIPPED (67470!) [ 11%] 2022-12-01T10:34:16.4253623Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4253872Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4254113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_pinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4254355Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_slogdet_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4254593Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4254840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_solve_ex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4255035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4255281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4255543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_svdvals_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4255795Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorinv_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4256042Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4256320Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_tensorsolve_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4256564Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vander_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4256810Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_vector_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4257047Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4257281Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4257470Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log10_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4257728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4257959Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log2_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4258234Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4258465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4258706Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4258949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_log_softmax_dtype_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4259186Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logaddexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4259438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_and_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4259637Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4259896Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4260130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4260430Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4260668Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_or_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4260911Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logical_xor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4261160Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4261396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4261634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_logsumexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4261827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4262089Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_lu_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4262317Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4262543Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mH_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4262779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4263019Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4263245Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mT_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4263482Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4263720Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_amin_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4263981Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4264180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4264451Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4264685Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_argmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4264931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumprod_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4265196Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4265435Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_cumsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4265674Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4265909Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4266164Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4266368Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_log_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4266611Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_logsumexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4266860Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4267098Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4267361Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_mean_cpu_int64 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4267601Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_median_cpu_float32 SKIPPED (Skipped under ASAN) [ 11%] 2022-12-01T10:34:16.4267838Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4268085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_normalize_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4268380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4268581Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_scatter_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4268827Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4269068Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4269371Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4269618Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_softmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4269853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_std_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4270091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4270335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4270595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4270834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_masked_var_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4271028Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4271261Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4271477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matmul_cpu_int64 SKIPPED (67470!) [ 12%] 2022-12-01T10:34:16.4271718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_matrix_exp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4271949Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_binary_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4272237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4272518Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_max_reduction_with_dim_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4272770Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4273002Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_median_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4273217Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4273463Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4273718Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4273953Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_binary_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4274232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_min_reduction_with_dim_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4274465Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4274699Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_minimum_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4274950Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mm_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4275180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mode_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4275414Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_movedim_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4275607Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mul_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4275855Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_multinomial_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4276087Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4276314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4276568Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mv_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4276817Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4277083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4277333Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4277592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4277789Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmean_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4278025Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nanmedian_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4278256Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4278488Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nansum_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4278719Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_narrow_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4278997Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_batch_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4279259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_native_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4279497Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ne_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4279731Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_neg_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4279960Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:34:16.4280144Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_empty_cpu_int64 SKIPPED (Skipped!) [ 12%] 2022-12-01T10:34:16.4280380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_full_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4280646Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4280884Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4281154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4281410Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_new_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4281647Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nextafter_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4281912Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4282176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4282395Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_avg_pool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4282658Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4282922Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_adaptive_max_pool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4283184Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4283433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4283700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4283952Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4284205Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_avg_pool3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4284454Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_batch_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4284739Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4284970Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_binary_cross_entropy_with_logits_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4285220Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4285468Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4285743Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4286006Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4286269Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4286528Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_conv_transpose2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4286794Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4287063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_embedding_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4287324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_cosine_similarity_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4287532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4287813Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_dropout_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4288058Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_elu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4288332Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4288595Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_fractional_max_pool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4288875Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_gelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4289129Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_grid_sample_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4289381Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_group_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4289634Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4289885Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4290094Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardswish_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4290342Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4290608Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4290876Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4291131Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4291388Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_area_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4291652Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_interpolate_nearest_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4291900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_l1_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4292150Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_linear_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4292440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4292726Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_local_response_norm_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4292938Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_logsigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4293312Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool1d_grad_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4293567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4293825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_max_unpool3d_grad_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4294076Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_mish_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4294380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4294641Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_normalize_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4294900Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4295178Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_circular_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4295433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_constant_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4295649Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pad_replicate_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4295910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4296169Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4296424Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4296688Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4296941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_shuffle_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4297200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4297502Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_pixel_unshuffle_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4297761Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4298008Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_prelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4298214Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4298456Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_relu6_cpu_int64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4298710Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_rrelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4298955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_selu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4299249Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_complex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4299496Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_silu_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4299768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_smooth_l1_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4300016Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4300282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softmin_with_dtype_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4300544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4300757Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_complex64 SKIPPED (Skipped under ASAN) [ 12%] 2022-12-01T10:34:16.4301035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_softsign_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4301290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4301541Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_tanhshrink_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4301812Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_threshold_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4302092Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4302380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4302660Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_triplet_margin_with_distance_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4302914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4303162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_unfold_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4303380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4303621Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4303853Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_nonzero_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4304091Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4304360Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_fro_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4304600Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4304834Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_inf_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4305069Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4305306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_norm_nuc_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4305537Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4305754Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4306017Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ones_like_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4306265Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ormqr_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4306517Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_outer_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4306756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pca_lowrank_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4306990Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_permute_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4307232Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4307471Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_pinverse_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4307703Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polar_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4307944Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_1_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4308188Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4308427Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_2_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4308679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_3_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4308914Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_polygamma_polygamma_n_4_cpu_int64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4309147Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_positive_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4309476Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4309728Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_put_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4309994Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_quantile_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4310187Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4310421Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rad2deg_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4310655Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rand_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4310916Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randint_like_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4311162Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_cpu_complex64 SKIPPED (Test expects tensor input) [ 13%] 2022-12-01T10:34:16.4311402Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_randn_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4311643Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_ravel_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4311874Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4312104Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_real_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4312346Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4312545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reciprocal_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4312819Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_remainder_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4313097Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_renorm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4313335Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4313573Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4313815Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_repeat_interleave_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4314083Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4314314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_reshape_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4314553Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4314746Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize__cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4315013Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4315275Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resize_as__cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4315516Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4315756Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4315991Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_resolve_neg_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4316222Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4316453Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_roll_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4316682Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rot90_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4316871Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4317113Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_round_decimals_3_cpu_float32 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4317362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4317597Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4317825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4318086Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_rsub_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4318329Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4318572Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4318825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4319033Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4319278Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4319544Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_scatter_reduce_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4319811Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_searchsorted_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4320064Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_segment_reduce_lengths_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4320300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4320532Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4320768Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sign_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4321001Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4321237Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_signbit_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4321428Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sin_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4321679Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4321971Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4322200Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinc_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4322438Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4322663Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4322899Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4323132Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4323380Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_slice_scatter_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4323574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4323841Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4324080Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_softmax_with_dtype_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4324318Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sort_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4324559Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 13%] 2022-12-01T10:34:16.4324800Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4325039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_airy_ai_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4325283Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4325524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_j1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4325784Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_bessel_y0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4326004Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4326300Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4326557Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_chebyshev_polynomial_u_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4327051Z 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:34:16.4327299Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4327538Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_entr_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4327779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_erfcx_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4328035Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_hermite_polynomial_h_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4328301Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i0e_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4328542Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4328735Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_i1e_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4329024Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4329282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_laguerre_polynomial_l_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4329521Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_log_ndtr_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4329778Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_i1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4330039Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4330324Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4330596Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_modified_bessel_k1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4330839Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4331078Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_ndtri_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4331306Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_polygamma_special_polygamma_n_0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4331565Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k0_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4331826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_scaled_modified_bessel_k1_cpu_int64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4332274Z 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:34:16.4332707Z 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:34:16.4333235Z 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:34:16.4333683Z 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:34:16.4334000Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:16.4334254Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4334499Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4334744Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_special_zeta_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4334942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4335176Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4335433Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4335677Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_list_args_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4335942Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_split_with_sizes_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4336216Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4336462Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_square_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4336700Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4336937Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_squeeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4337130Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4337359Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4337592Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_std_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4337826Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_stft_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4338073Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sub_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4338314Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4338545Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4338779Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_sum_to_size_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4339005Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4339204Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_svd_lowrank_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4339477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4339712Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_symeig_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4339941Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_t_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4340207Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_along_dim_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4340440Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4340669Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_take_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4340931Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4341159Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4341362Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4341598Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensor_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4341840Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4342085Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4342340Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tensordot_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4342574Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tile_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4342796Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_complex64 SKIPPED [ 14%] 2022-12-01T10:34:16.4343014Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_float32 SKIPPED [ 14%] 2022-12-01T10:34:16.4343282Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_to_sparse_cpu_int64 SKIPPED [ 14%] 2022-12-01T10:34:16.4343474Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4343711Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_topk_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4343943Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trace_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4344180Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_transpose_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4344441Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trapezoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4344687Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triangular_solve_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4344925Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4345154Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_tril_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:34:16.4345396Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4345624Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_triu_indices_cpu_int64 SKIPPED (Skipped!) [ 14%] 2022-12-01T10:34:16.4345825Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4346061Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_true_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4346298Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4346554Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_trunc_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4346786Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unbind_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4347022Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4347290Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unflatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4347526Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unfold_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4347766Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4347984Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_uniform_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4348231Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4348477Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_consecutive_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4348727Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4348955Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unique_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4349202Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4349509Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_unsqueeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4349753Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4349985Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_var_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4350206Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4350437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vdot_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4350672Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4350936Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4351167Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4351437Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_as_real_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4351671Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_view_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4351910Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4352143Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4352378Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4352567Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_vstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4352809Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_complex64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4353063Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4353295Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_where_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4353524Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_xlogy_cpu_float32 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4353759Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_zeros_like_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4353980Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4354198Z test_ops.py::TestCommonCPU::test_numpy_ref_addbmm_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4354425Z test_ops.py::TestCommonCPU::test_numpy_ref_allclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4354602Z test_ops.py::TestCommonCPU::test_numpy_ref_argwhere_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4354835Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4355115Z test_ops.py::TestCommonCPU::test_numpy_ref_broadcast_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4355359Z test_ops.py::TestCommonCPU::test_numpy_ref_cat_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4355579Z test_ops.py::TestCommonCPU::test_numpy_ref_clamp_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4355797Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4356012Z test_ops.py::TestCommonCPU::test_numpy_ref_clone_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4356238Z test_ops.py::TestCommonCPU::test_numpy_ref_diagflat_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4373213Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4373500Z test_ops.py::TestCommonCPU::test_numpy_ref_diff_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4373711Z test_ops.py::TestCommonCPU::test_numpy_ref_equal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4374056Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_2inputs_2outputs_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4374283Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4374492Z test_ops.py::TestCommonCPU::test_numpy_ref_jiterator_4inputs_with_extra_args_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4374690Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_cross_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4374899Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4375103Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorinv_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4375309Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_tensorsolve_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4375510Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4375712Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4375909Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vander_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4376109Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4376294Z test_ops.py::TestCommonCPU::test_numpy_ref_linalg_vecdot_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4376511Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4376725Z test_ops.py::TestCommonCPU::test_numpy_ref_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4376936Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_conv_transpose1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4377148Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4377352Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4377561Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4377782Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4377992Z test_ops.py::TestCommonCPU::test_numpy_ref_nn_functional_smooth_l1_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4378219Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4378408Z test_ops.py::TestCommonCPU::test_numpy_ref_permute_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4378602Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4378788Z test_ops.py::TestCommonCPU::test_numpy_ref_ravel_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4378975Z test_ops.py::TestCommonCPU::test_numpy_ref_repeat_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4379164Z test_ops.py::TestCommonCPU::test_numpy_ref_tile_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4379356Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_complex128 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4379546Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4379735Z test_ops.py::TestCommonCPU::test_numpy_ref_unbind_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4379910Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_float64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4380121Z test_ops.py::TestCommonCPU::test_numpy_ref_where_cpu_int64 SKIPPED (Skipped under ASAN) [ 14%] 2022-12-01T10:34:16.4380285Z test_ops.py::TestCommonCPU::test_out_H_cpu_float32 PASSED [ 14%] 2022-12-01T10:34:16.4380454Z test_ops.py::TestCommonCPU::test_out___getitem___cpu_float32 PASSED [ 14%] 2022-12-01T10:34:16.4380616Z test_ops.py::TestCommonCPU::test_out___radd___cpu_float32 PASSED [ 14%] 2022-12-01T10:34:16.4380776Z test_ops.py::TestCommonCPU::test_out___rdiv___cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4380938Z test_ops.py::TestCommonCPU::test_out___rmatmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4381096Z test_ops.py::TestCommonCPU::test_out___rmul___cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4381242Z test_ops.py::TestCommonCPU::test_out___ror___cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4381402Z test_ops.py::TestCommonCPU::test_out___rpow___cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4381560Z test_ops.py::TestCommonCPU::test_out___rsub___cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4381723Z test_ops.py::TestCommonCPU::test_out__refs_acos_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4381886Z test_ops.py::TestCommonCPU::test_out__refs_acosh_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4382132Z 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:34:16.4382294Z test_ops.py::TestCommonCPU::test_out__refs_amax_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4382457Z test_ops.py::TestCommonCPU::test_out__refs_as_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4382616Z test_ops.py::TestCommonCPU::test_out__refs_asin_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4382767Z test_ops.py::TestCommonCPU::test_out__refs_atan2_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4382928Z test_ops.py::TestCommonCPU::test_out__refs_atan_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4383090Z test_ops.py::TestCommonCPU::test_out__refs_atanh_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4383252Z test_ops.py::TestCommonCPU::test_out__refs_atleast_2d_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4383429Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_left_shift_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4383594Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_not_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4383753Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_or_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4383913Z test_ops.py::TestCommonCPU::test_out__refs_bitwise_xor_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4384078Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_tensors_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4384281Z test_ops.py::TestCommonCPU::test_out__refs_broadcast_to_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4384443Z test_ops.py::TestCommonCPU::test_out__refs_ceil_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4384603Z test_ops.py::TestCommonCPU::test_out__refs_clamp_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4384768Z test_ops.py::TestCommonCPU::test_out__refs_clamp_min_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4384928Z test_ops.py::TestCommonCPU::test_out__refs_clone_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385087Z test_ops.py::TestCommonCPU::test_out__refs_conj_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385260Z test_ops.py::TestCommonCPU::test_out__refs_conj_physical_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385411Z test_ops.py::TestCommonCPU::test_out__refs_contiguous_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385574Z test_ops.py::TestCommonCPU::test_out__refs_digamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385751Z test_ops.py::TestCommonCPU::test_out__refs_div_floor_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4385933Z test_ops.py::TestCommonCPU::test_out__refs_div_no_rounding_mode_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4386113Z test_ops.py::TestCommonCPU::test_out__refs_div_trunc_rounding_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4386303Z test_ops.py::TestCommonCPU::test_out__refs_dsplit_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4386470Z test_ops.py::TestCommonCPU::test_out__refs_dstack_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4386677Z test_ops.py::TestCommonCPU::test_out__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:34:16.4386826Z test_ops.py::TestCommonCPU::test_out__refs_eq_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4386986Z test_ops.py::TestCommonCPU::test_out__refs_exp2_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387148Z test_ops.py::TestCommonCPU::test_out__refs_exp_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387310Z test_ops.py::TestCommonCPU::test_out__refs_expand_as_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387474Z test_ops.py::TestCommonCPU::test_out__refs_expand_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387635Z test_ops.py::TestCommonCPU::test_out__refs_expm1_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387799Z test_ops.py::TestCommonCPU::test_out__refs_fft_fft_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4387960Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388118Z test_ops.py::TestCommonCPU::test_out__refs_fft_fftshift_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388280Z test_ops.py::TestCommonCPU::test_out__refs_fft_hfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388442Z test_ops.py::TestCommonCPU::test_out__refs_fft_ifft_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388602Z test_ops.py::TestCommonCPU::test_out__refs_fft_ihfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388765Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4388932Z test_ops.py::TestCommonCPU::test_out__refs_fft_irfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389093Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfft_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389256Z test_ops.py::TestCommonCPU::test_out__refs_fft_rfftn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389474Z test_ops.py::TestCommonCPU::test_out__refs_flip_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389638Z test_ops.py::TestCommonCPU::test_out__refs_fliplr_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389800Z test_ops.py::TestCommonCPU::test_out__refs_flipud_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4389971Z test_ops.py::TestCommonCPU::test_out__refs_float_power_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4390133Z test_ops.py::TestCommonCPU::test_out__refs_floor_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4390305Z test_ops.py::TestCommonCPU::test_out__refs_floor_divide_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4390495Z test_ops.py::TestCommonCPU::test_out__refs_gcd_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4390652Z test_ops.py::TestCommonCPU::test_out__refs_ge_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4390811Z test_ops.py::TestCommonCPU::test_out__refs_gt_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4390965Z test_ops.py::TestCommonCPU::test_out__refs_heaviside_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4391125Z test_ops.py::TestCommonCPU::test_out__refs_hypot_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4391286Z test_ops.py::TestCommonCPU::test_out__refs_igamma_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4391449Z test_ops.py::TestCommonCPU::test_out__refs_igammac_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4391611Z test_ops.py::TestCommonCPU::test_out__refs_imag_cpu_complex64 PASSED [ 15%] 2022-12-01T10:34:16.4391773Z test_ops.py::TestCommonCPU::test_out__refs_index_add_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4391933Z test_ops.py::TestCommonCPU::test_out__refs_index_copy_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392098Z test_ops.py::TestCommonCPU::test_out__refs_index_fill_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392247Z test_ops.py::TestCommonCPU::test_out__refs_isclose_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392442Z test_ops.py::TestCommonCPU::test_out__refs_isfinite_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392602Z test_ops.py::TestCommonCPU::test_out__refs_isinf_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392763Z test_ops.py::TestCommonCPU::test_out__refs_isnan_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4392920Z test_ops.py::TestCommonCPU::test_out__refs_lcm_cpu_int64 PASSED [ 15%] 2022-12-01T10:34:16.4393075Z test_ops.py::TestCommonCPU::test_out__refs_le_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4393249Z test_ops.py::TestCommonCPU::test_out__refs_linalg_matrix_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4393413Z test_ops.py::TestCommonCPU::test_out__refs_linalg_svd_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4393566Z test_ops.py::TestCommonCPU::test_out__refs_linspace_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4393727Z test_ops.py::TestCommonCPU::test_out__refs_log10_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4393893Z test_ops.py::TestCommonCPU::test_out__refs_log1p_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394055Z test_ops.py::TestCommonCPU::test_out__refs_logical_or_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394224Z test_ops.py::TestCommonCPU::test_out__refs_logical_xor_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394380Z test_ops.py::TestCommonCPU::test_out__refs_lt_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394541Z test_ops.py::TestCommonCPU::test_out__refs_maximum_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394701Z test_ops.py::TestCommonCPU::test_out__refs_mean_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4394849Z test_ops.py::TestCommonCPU::test_out__refs_minimum_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4395012Z test_ops.py::TestCommonCPU::test_out__refs_nan_to_num_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4395168Z test_ops.py::TestCommonCPU::test_out__refs_ne_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4395324Z test_ops.py::TestCommonCPU::test_out__refs_neg_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4395535Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 15%] 2022-12-01T10:34:16.4395712Z test_ops.py::TestCommonCPU::test_out__refs_new_empty_strided_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4395878Z test_ops.py::TestCommonCPU::test_out__refs_new_full_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4396056Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_celu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4396268Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_dropout_cpu_float32 SKIPPED (Expected: dropout is not comparable) [ 15%] 2022-12-01T10:34:16.4396445Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_elu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4396653Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_gelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4396827Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_glu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397026Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397210Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397391Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_leaky_relu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397584Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397760Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_mish_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4397926Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_pdist_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4398120Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4398298Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_prelu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4398504Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_relu6_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4398681Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_selu_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4398862Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softplus_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399044Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_softshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399225Z test_ops.py::TestCommonCPU::test_out__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399376Z test_ops.py::TestCommonCPU::test_out__refs_norm_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399544Z test_ops.py::TestCommonCPU::test_out__refs_permute_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399707Z test_ops.py::TestCommonCPU::test_out__refs_randn_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4399872Z test_ops.py::TestCommonCPU::test_out__refs_remainder_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400038Z test_ops.py::TestCommonCPU::test_out__refs_repeat_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400202Z test_ops.py::TestCommonCPU::test_out__refs_reshape_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400360Z test_ops.py::TestCommonCPU::test_out__refs_rot90_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400520Z test_ops.py::TestCommonCPU::test_out__refs_rsqrt_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400681Z test_ops.py::TestCommonCPU::test_out__refs_rsub_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400831Z test_ops.py::TestCommonCPU::test_out__refs_signbit_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4400990Z test_ops.py::TestCommonCPU::test_out__refs_sin_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401151Z test_ops.py::TestCommonCPU::test_out__refs_sinc_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401309Z test_ops.py::TestCommonCPU::test_out__refs_sinh_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401470Z test_ops.py::TestCommonCPU::test_out__refs_softmax_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401647Z test_ops.py::TestCommonCPU::test_out__refs_special_bessel_j1_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401819Z test_ops.py::TestCommonCPU::test_out__refs_special_i0e_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4401987Z test_ops.py::TestCommonCPU::test_out__refs_special_i1e_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4402171Z test_ops.py::TestCommonCPU::test_out__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4402333Z test_ops.py::TestCommonCPU::test_out__refs_squeeze_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4402493Z test_ops.py::TestCommonCPU::test_out__refs_std_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4402681Z test_ops.py::TestCommonCPU::test_out__refs_sub_cpu_float32 PASSED [ 15%] 2022-12-01T10:34:16.4402841Z test_ops.py::TestCommonCPU::test_out__refs_t_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403000Z test_ops.py::TestCommonCPU::test_out__refs_tan_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403161Z test_ops.py::TestCommonCPU::test_out__refs_tanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403319Z test_ops.py::TestCommonCPU::test_out__refs_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403466Z test_ops.py::TestCommonCPU::test_out__refs_trace_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403629Z test_ops.py::TestCommonCPU::test_out__refs_triu_indices_cpu_int64 PASSED [ 16%] 2022-12-01T10:34:16.4403797Z test_ops.py::TestCommonCPU::test_out__refs_true_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4403961Z test_ops.py::TestCommonCPU::test_out__refs_unflatten_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404118Z test_ops.py::TestCommonCPU::test_out__refs_var_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404285Z test_ops.py::TestCommonCPU::test_out__refs_var_mean_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404448Z test_ops.py::TestCommonCPU::test_out__refs_vsplit_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404634Z test_ops.py::TestCommonCPU::test_out__refs_vstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404783Z test_ops.py::TestCommonCPU::test_out__refs_zeros_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4404938Z test_ops.py::TestCommonCPU::test_out_abs_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405095Z test_ops.py::TestCommonCPU::test_out_add_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405253Z test_ops.py::TestCommonCPU::test_out_addbmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405411Z test_ops.py::TestCommonCPU::test_out_addmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405576Z test_ops.py::TestCommonCPU::test_out_addmm_decomposed_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405734Z test_ops.py::TestCommonCPU::test_out_addr_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4405890Z test_ops.py::TestCommonCPU::test_out_all_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4406118Z test_ops.py::TestCommonCPU::test_out_allclose_cpu_float32 SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 16%] 2022-12-01T10:34:16.4406275Z test_ops.py::TestCommonCPU::test_out_amin_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4406431Z test_ops.py::TestCommonCPU::test_out_aminmax_cpu_float32 XFAIL [ 16%] 2022-12-01T10:34:16.4406587Z test_ops.py::TestCommonCPU::test_out_any_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4406743Z test_ops.py::TestCommonCPU::test_out_arange_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4406902Z test_ops.py::TestCommonCPU::test_out_argmax_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407060Z test_ops.py::TestCommonCPU::test_out_asin_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407217Z test_ops.py::TestCommonCPU::test_out_asinh_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407360Z test_ops.py::TestCommonCPU::test_out_atan2_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407520Z test_ops.py::TestCommonCPU::test_out_atanh_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407680Z test_ops.py::TestCommonCPU::test_out_atleast_1d_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407840Z test_ops.py::TestCommonCPU::test_out_atleast_2d_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4407999Z test_ops.py::TestCommonCPU::test_out_bfloat16_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4408156Z test_ops.py::TestCommonCPU::test_out_bitwise_not_cpu_int64 PASSED [ 16%] 2022-12-01T10:34:16.4408314Z test_ops.py::TestCommonCPU::test_out_bitwise_xor_cpu_int64 PASSED [ 16%] 2022-12-01T10:34:16.4408467Z test_ops.py::TestCommonCPU::test_out_bmm_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4408662Z test_ops.py::TestCommonCPU::test_out_broadcast_shapes_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4408811Z test_ops.py::TestCommonCPU::test_out_broadcast_to_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4408964Z test_ops.py::TestCommonCPU::test_out_byte_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409122Z test_ops.py::TestCommonCPU::test_out_cat_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409277Z test_ops.py::TestCommonCPU::test_out_cdist_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409430Z test_ops.py::TestCommonCPU::test_out_ceil_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409584Z test_ops.py::TestCommonCPU::test_out_chalf_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409742Z test_ops.py::TestCommonCPU::test_out_char_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4409902Z test_ops.py::TestCommonCPU::test_out_cholesky_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410051Z test_ops.py::TestCommonCPU::test_out_cholesky_solve_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410210Z test_ops.py::TestCommonCPU::test_out_chunk_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410369Z test_ops.py::TestCommonCPU::test_out_clamp_max_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410564Z test_ops.py::TestCommonCPU::test_out_clone_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410727Z test_ops.py::TestCommonCPU::test_out_column_stack_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4410892Z test_ops.py::TestCommonCPU::test_out_combinations_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411052Z test_ops.py::TestCommonCPU::test_out_complex_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411207Z test_ops.py::TestCommonCPU::test_out_conj_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411355Z test_ops.py::TestCommonCPU::test_out_contiguous_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411516Z test_ops.py::TestCommonCPU::test_out_copysign_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411680Z test_ops.py::TestCommonCPU::test_out_count_nonzero_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411834Z test_ops.py::TestCommonCPU::test_out_cov_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4411992Z test_ops.py::TestCommonCPU::test_out_cummax_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4412149Z test_ops.py::TestCommonCPU::test_out_cummin_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4412307Z test_ops.py::TestCommonCPU::test_out_cumprod_cpu_float32 XFAIL [ 16%] 2022-12-01T10:34:16.4412464Z test_ops.py::TestCommonCPU::test_out_cumsum_cpu_float32 XFAIL [ 16%] 2022-12-01T10:34:16.4412606Z test_ops.py::TestCommonCPU::test_out_diag_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4412764Z test_ops.py::TestCommonCPU::test_out_diag_embed_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4412921Z test_ops.py::TestCommonCPU::test_out_diff_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4413183Z test_ops.py::TestCommonCPU::test_out_dist_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4413359Z test_ops.py::TestCommonCPU::test_out_div_floor_rounding_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4413521Z test_ops.py::TestCommonCPU::test_out_dstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4413726Z test_ops.py::TestCommonCPU::test_out_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 16%] 2022-12-01T10:34:16.4413885Z test_ops.py::TestCommonCPU::test_out_erfinv_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414029Z test_ops.py::TestCommonCPU::test_out_exp2_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414191Z test_ops.py::TestCommonCPU::test_out_expand_as_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414348Z test_ops.py::TestCommonCPU::test_out_expm1_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414505Z test_ops.py::TestCommonCPU::test_out_eye_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414661Z test_ops.py::TestCommonCPU::test_out_fft_fft_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4414864Z test_ops.py::TestCommonCPU::test_out_fft_fftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415023Z test_ops.py::TestCommonCPU::test_out_fft_hfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415184Z test_ops.py::TestCommonCPU::test_out_fft_hfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415329Z test_ops.py::TestCommonCPU::test_out_fft_ifft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415488Z test_ops.py::TestCommonCPU::test_out_fft_ihfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415650Z test_ops.py::TestCommonCPU::test_out_fft_irfft2_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415808Z test_ops.py::TestCommonCPU::test_out_fft_irfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4415966Z test_ops.py::TestCommonCPU::test_out_fft_irfftn_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416126Z test_ops.py::TestCommonCPU::test_out_fft_rfft_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416284Z test_ops.py::TestCommonCPU::test_out_fill_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416443Z test_ops.py::TestCommonCPU::test_out_fliplr_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416623Z test_ops.py::TestCommonCPU::test_out_float_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416790Z test_ops.py::TestCommonCPU::test_out_float_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4416947Z test_ops.py::TestCommonCPU::test_out_floor_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4417106Z test_ops.py::TestCommonCPU::test_out_floor_divide_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4417261Z test_ops.py::TestCommonCPU::test_out_fmod_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4417420Z test_ops.py::TestCommonCPU::test_out_gather_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4417573Z test_ops.py::TestCommonCPU::test_out_gcd_cpu_int64 PASSED [ 16%] 2022-12-01T10:34:16.4417732Z test_ops.py::TestCommonCPU::test_out_ge_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4417876Z test_ops.py::TestCommonCPU::test_out_geqrf_cpu_float32 XFAIL [ 16%] 2022-12-01T10:34:16.4418035Z test_ops.py::TestCommonCPU::test_out_histogram_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418193Z test_ops.py::TestCommonCPU::test_out_hstack_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418351Z test_ops.py::TestCommonCPU::test_out_hypot_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418510Z test_ops.py::TestCommonCPU::test_out_igammac_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418666Z test_ops.py::TestCommonCPU::test_out_int_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418826Z test_ops.py::TestCommonCPU::test_out_isfinite_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4418984Z test_ops.py::TestCommonCPU::test_out_isinf_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4419131Z test_ops.py::TestCommonCPU::test_out_isneginf_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4419338Z test_ops.py::TestCommonCPU::test_out_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:34:16.4419532Z test_ops.py::TestCommonCPU::test_out_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 16%] 2022-12-01T10:34:16.4419692Z test_ops.py::TestCommonCPU::test_out_kron_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4419847Z test_ops.py::TestCommonCPU::test_out_lcm_cpu_int64 PASSED [ 16%] 2022-12-01T10:34:16.4420005Z test_ops.py::TestCommonCPU::test_out_lerp_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4420179Z test_ops.py::TestCommonCPU::test_out_linalg_det_singular_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4420346Z test_ops.py::TestCommonCPU::test_out_linalg_eigh_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4420507Z test_ops.py::TestCommonCPU::test_out_linalg_eigvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4420654Z test_ops.py::TestCommonCPU::test_out_linalg_inv_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4420854Z test_ops.py::TestCommonCPU::test_out_linalg_ldl_factor_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4421032Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_cpu_float32 SKIPPED (Skipped!) [ 16%] 2022-12-01T10:34:16.4421212Z test_ops.py::TestCommonCPU::test_out_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4421373Z test_ops.py::TestCommonCPU::test_out_linalg_lu_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4421545Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4421721Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_power_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4421889Z test_ops.py::TestCommonCPU::test_out_linalg_matrix_rank_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422041Z test_ops.py::TestCommonCPU::test_out_linalg_multi_dot_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422206Z test_ops.py::TestCommonCPU::test_out_linalg_norm_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422397Z test_ops.py::TestCommonCPU::test_out_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422575Z test_ops.py::TestCommonCPU::test_out_linalg_pinv_hermitian_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422762Z test_ops.py::TestCommonCPU::test_out_linalg_qr_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4422929Z test_ops.py::TestCommonCPU::test_out_linalg_solve_ex_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423092Z test_ops.py::TestCommonCPU::test_out_linalg_svdvals_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423263Z test_ops.py::TestCommonCPU::test_out_linalg_tensorsolve_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423406Z test_ops.py::TestCommonCPU::test_out_log_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423577Z test_ops.py::TestCommonCPU::test_out_log_softmax_dtype_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423738Z test_ops.py::TestCommonCPU::test_out_logdet_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4423901Z test_ops.py::TestCommonCPU::test_out_logical_and_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4424062Z test_ops.py::TestCommonCPU::test_out_logical_not_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4424224Z test_ops.py::TestCommonCPU::test_out_logical_or_cpu_float32 PASSED [ 16%] 2022-12-01T10:34:16.4424382Z test_ops.py::TestCommonCPU::test_out_logit_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4424542Z test_ops.py::TestCommonCPU::test_out_logspace_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4424691Z test_ops.py::TestCommonCPU::test_out_logsumexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4424846Z test_ops.py::TestCommonCPU::test_out_mH_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425000Z test_ops.py::TestCommonCPU::test_out_mT_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425161Z test_ops.py::TestCommonCPU::test_out_masked_amax_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425323Z test_ops.py::TestCommonCPU::test_out_masked_argmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425485Z test_ops.py::TestCommonCPU::test_out_masked_argmin_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425648Z test_ops.py::TestCommonCPU::test_out_masked_cumsum_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425819Z test_ops.py::TestCommonCPU::test_out_masked_log_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4425972Z test_ops.py::TestCommonCPU::test_out_masked_logaddexp_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426136Z test_ops.py::TestCommonCPU::test_out_masked_normalize_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426295Z test_ops.py::TestCommonCPU::test_out_masked_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426457Z test_ops.py::TestCommonCPU::test_out_masked_softmax_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426615Z test_ops.py::TestCommonCPU::test_out_masked_std_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426773Z test_ops.py::TestCommonCPU::test_out_masked_var_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4426968Z test_ops.py::TestCommonCPU::test_out_matmul_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4427129Z test_ops.py::TestCommonCPU::test_out_matrix_exp_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4427310Z test_ops.py::TestCommonCPU::test_out_max_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4427456Z test_ops.py::TestCommonCPU::test_out_maximum_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4427615Z test_ops.py::TestCommonCPU::test_out_min_binary_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4427789Z test_ops.py::TestCommonCPU::test_out_min_reduction_no_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4427964Z test_ops.py::TestCommonCPU::test_out_min_reduction_with_dim_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428124Z test_ops.py::TestCommonCPU::test_out_minimum_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428281Z test_ops.py::TestCommonCPU::test_out_mode_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428440Z test_ops.py::TestCommonCPU::test_out_msort_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428597Z test_ops.py::TestCommonCPU::test_out_mv_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428786Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4428961Z test_ops.py::TestCommonCPU::test_out_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429121Z test_ops.py::TestCommonCPU::test_out_nan_to_num_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429341Z test_ops.py::TestCommonCPU::test_out_nanmean_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429510Z test_ops.py::TestCommonCPU::test_out_nanmedian_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429673Z test_ops.py::TestCommonCPU::test_out_nanquantile_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429831Z test_ops.py::TestCommonCPU::test_out_nansum_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4429995Z test_ops.py::TestCommonCPU::test_out_narrow_copy_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4430145Z test_ops.py::TestCommonCPU::test_out_native_batch_norm_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4430316Z test_ops.py::TestCommonCPU::test_out_native_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4430476Z test_ops.py::TestCommonCPU::test_out_ne_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4430633Z test_ops.py::TestCommonCPU::test_out_neg_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4430795Z test_ops.py::TestCommonCPU::test_out_new_empty_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4430954Z test_ops.py::TestCommonCPU::test_out_new_full_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4431113Z test_ops.py::TestCommonCPU::test_out_new_ones_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4431272Z test_ops.py::TestCommonCPU::test_out_new_zeros_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4431419Z test_ops.py::TestCommonCPU::test_out_nextafter_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4431624Z test_ops.py::TestCommonCPU::test_out_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4431821Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4432017Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4432207Z test_ops.py::TestCommonCPU::test_out_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4432386Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4432560Z test_ops.py::TestCommonCPU::test_out_nn_functional_avg_pool3d_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4432738Z test_ops.py::TestCommonCPU::test_out_nn_functional_batch_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4432929Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4433154Z test_ops.py::TestCommonCPU::test_out_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4433329Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4433519Z test_ops.py::TestCommonCPU::test_out_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4433709Z test_ops.py::TestCommonCPU::test_out_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4433886Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4434062Z test_ops.py::TestCommonCPU::test_out_nn_functional_dropout3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4434236Z test_ops.py::TestCommonCPU::test_out_nn_functional_elu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4434445Z test_ops.py::TestCommonCPU::test_out_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4434626Z test_ops.py::TestCommonCPU::test_out_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4434812Z test_ops.py::TestCommonCPU::test_out_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4435023Z test_ops.py::TestCommonCPU::test_out_nn_functional_gelu_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:34:16.4435195Z test_ops.py::TestCommonCPU::test_out_nn_functional_glu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4435373Z test_ops.py::TestCommonCPU::test_out_nn_functional_grid_sample_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4435549Z test_ops.py::TestCommonCPU::test_out_nn_functional_group_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4435729Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardsigmoid_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4435906Z test_ops.py::TestCommonCPU::test_out_nn_functional_hardswish_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4436089Z test_ops.py::TestCommonCPU::test_out_nn_functional_instance_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4436264Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_area_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4436457Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4436650Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_linear_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4436841Z test_ops.py::TestCommonCPU::test_out_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4437015Z test_ops.py::TestCommonCPU::test_out_nn_functional_l1_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4437193Z test_ops.py::TestCommonCPU::test_out_nn_functional_layer_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4437371Z test_ops.py::TestCommonCPU::test_out_nn_functional_leaky_relu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4437544Z test_ops.py::TestCommonCPU::test_out_nn_functional_linear_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4437707Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool1d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4437887Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_pool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438073Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438253Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438437Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438612Z test_ops.py::TestCommonCPU::test_out_nn_functional_max_unpool3d_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438787Z test_ops.py::TestCommonCPU::test_out_nn_functional_mse_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4438982Z test_ops.py::TestCommonCPU::test_out_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4439154Z test_ops.py::TestCommonCPU::test_out_nn_functional_one_hot_cpu_int64 PASSED [ 17%] 2022-12-01T10:34:16.4439384Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_constant_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4439566Z test_ops.py::TestCommonCPU::test_out_nn_functional_pad_reflect_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4439754Z test_ops.py::TestCommonCPU::test_out_nn_functional_pairwise_distance_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4439936Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440120Z test_ops.py::TestCommonCPU::test_out_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440292Z test_ops.py::TestCommonCPU::test_out_nn_functional_prelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440460Z test_ops.py::TestCommonCPU::test_out_nn_functional_rrelu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440634Z test_ops.py::TestCommonCPU::test_out_nn_functional_silu_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440804Z test_ops.py::TestCommonCPU::test_out_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4440984Z test_ops.py::TestCommonCPU::test_out_nn_functional_softsign_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4441163Z test_ops.py::TestCommonCPU::test_out_nn_functional_tanhshrink_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4441366Z test_ops.py::TestCommonCPU::test_out_nn_functional_threshold_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4441557Z test_ops.py::TestCommonCPU::test_out_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4441743Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4441930Z test_ops.py::TestCommonCPU::test_out_nn_functional_upsample_nearest_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4442094Z test_ops.py::TestCommonCPU::test_out_nonzero_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4442242Z test_ops.py::TestCommonCPU::test_out_norm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4442406Z test_ops.py::TestCommonCPU::test_out_norm_inf_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4442568Z test_ops.py::TestCommonCPU::test_out_norm_nuc_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4442724Z test_ops.py::TestCommonCPU::test_out_normal_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4442899Z test_ops.py::TestCommonCPU::test_out_normal_number_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4443062Z test_ops.py::TestCommonCPU::test_out_ones_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4443218Z test_ops.py::TestCommonCPU::test_out_ormqr_cpu_float32 XFAIL [ 17%] 2022-12-01T10:34:16.4443384Z test_ops.py::TestCommonCPU::test_out_pca_lowrank_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4443546Z test_ops.py::TestCommonCPU::test_out_pinverse_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4443711Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_0_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4443901Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_1_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:34:16.4444092Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:34:16.4444276Z test_ops.py::TestCommonCPU::test_out_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:34:16.4444434Z test_ops.py::TestCommonCPU::test_out_pow_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4444595Z test_ops.py::TestCommonCPU::test_out_prod_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4444753Z test_ops.py::TestCommonCPU::test_out_qr_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4444914Z test_ops.py::TestCommonCPU::test_out_rad2deg_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445062Z test_ops.py::TestCommonCPU::test_out_randint_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445222Z test_ops.py::TestCommonCPU::test_out_randn_like_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445385Z test_ops.py::TestCommonCPU::test_out_reciprocal_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445569Z test_ops.py::TestCommonCPU::test_out_renorm_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445729Z test_ops.py::TestCommonCPU::test_out_resize_as__cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4445889Z test_ops.py::TestCommonCPU::test_out_roll_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4446045Z test_ops.py::TestCommonCPU::test_out_rot90_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4446202Z test_ops.py::TestCommonCPU::test_out_round_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4446376Z test_ops.py::TestCommonCPU::test_out_round_decimals_neg_3_cpu_float32 SKIPPED (Skipped!) [ 17%] 2022-12-01T10:34:16.4446537Z test_ops.py::TestCommonCPU::test_out_scatter_add_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4446711Z test_ops.py::TestCommonCPU::test_out_scatter_reduce_mean_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4446876Z test_ops.py::TestCommonCPU::test_out_searchsorted_cpu_float32 PASSED [ 17%] 2022-12-01T10:34:16.4447054Z test_ops.py::TestCommonCPU::test_out_segment_reduce_lengths_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4447214Z test_ops.py::TestCommonCPU::test_out_select_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4447402Z test_ops.py::TestCommonCPU::test_out_select_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4447563Z test_ops.py::TestCommonCPU::test_out_sigmoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4447709Z test_ops.py::TestCommonCPU::test_out_signbit_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4447866Z test_ops.py::TestCommonCPU::test_out_sinh_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4448026Z test_ops.py::TestCommonCPU::test_out_slice_scatter_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4448182Z test_ops.py::TestCommonCPU::test_out_softmax_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4448337Z test_ops.py::TestCommonCPU::test_out_sort_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4448510Z test_ops.py::TestCommonCPU::test_out_special_bessel_j0_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4448699Z test_ops.py::TestCommonCPU::test_out_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4449117Z 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:34:16.4449306Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_h_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4449479Z test_ops.py::TestCommonCPU::test_out_special_hermite_polynomial_he_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4449642Z test_ops.py::TestCommonCPU::test_out_special_i0e_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4449806Z test_ops.py::TestCommonCPU::test_out_special_i1e_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4449988Z test_ops.py::TestCommonCPU::test_out_special_laguerre_polynomial_l_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4450173Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_i1_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4450348Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k0_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4450527Z test_ops.py::TestCommonCPU::test_out_special_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4450695Z test_ops.py::TestCommonCPU::test_out_special_ndtr_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4450880Z test_ops.py::TestCommonCPU::test_out_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4451067Z test_ops.py::TestCommonCPU::test_out_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4451443Z 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:34:16.4451810Z 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:34:16.4452005Z test_ops.py::TestCommonCPU::test_out_special_zeta_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4452167Z test_ops.py::TestCommonCPU::test_out_split_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4452335Z test_ops.py::TestCommonCPU::test_out_split_with_sizes_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4452495Z test_ops.py::TestCommonCPU::test_out_square_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4452656Z test_ops.py::TestCommonCPU::test_out_stft_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4452802Z test_ops.py::TestCommonCPU::test_out_sum_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453087Z test_ops.py::TestCommonCPU::test_out_sum_to_size_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453247Z test_ops.py::TestCommonCPU::test_out_svd_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453407Z test_ops.py::TestCommonCPU::test_out_svd_lowrank_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453565Z test_ops.py::TestCommonCPU::test_out_t_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453726Z test_ops.py::TestCommonCPU::test_out_tensordot_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4453947Z test_ops.py::TestCommonCPU::test_out_tile_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454111Z test_ops.py::TestCommonCPU::test_out_topk_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454254Z test_ops.py::TestCommonCPU::test_out_trace_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454418Z test_ops.py::TestCommonCPU::test_out_transpose_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454581Z test_ops.py::TestCommonCPU::test_out_trapezoid_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454738Z test_ops.py::TestCommonCPU::test_out_trapz_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4454899Z test_ops.py::TestCommonCPU::test_out_tril_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:34:16.4455059Z test_ops.py::TestCommonCPU::test_out_triu_indices_cpu_int64 PASSED [ 18%] 2022-12-01T10:34:16.4455220Z test_ops.py::TestCommonCPU::test_out_true_divide_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4455376Z test_ops.py::TestCommonCPU::test_out_trunc_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4455526Z test_ops.py::TestCommonCPU::test_out_unflatten_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4455686Z test_ops.py::TestCommonCPU::test_out_uniform_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4455859Z test_ops.py::TestCommonCPU::test_out_unique_consecutive_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456021Z test_ops.py::TestCommonCPU::test_out_unsqueeze_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456179Z test_ops.py::TestCommonCPU::test_out_var_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456343Z test_ops.py::TestCommonCPU::test_out_var_mean_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456499Z test_ops.py::TestCommonCPU::test_out_vdot_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456666Z test_ops.py::TestCommonCPU::test_out_view_as_complex_cpu_float32 PASSED [ 18%] 2022-12-01T10:34:16.4456812Z test_ops.py::TestCommonCPU::test_out_warning___rmod___cpu PASSED [ 18%] 2022-12-01T10:34:16.4456973Z test_ops.py::TestCommonCPU::test_out_warning___rmul___cpu PASSED [ 18%] 2022-12-01T10:34:16.4457130Z test_ops.py::TestCommonCPU::test_out_warning___ror___cpu PASSED [ 18%] 2022-12-01T10:34:16.4457288Z test_ops.py::TestCommonCPU::test_out_warning___rsub___cpu PASSED [ 18%] 2022-12-01T10:34:16.4457448Z test_ops.py::TestCommonCPU::test_out_warning__refs_abs_cpu PASSED [ 18%] 2022-12-01T10:34:16.4457606Z test_ops.py::TestCommonCPU::test_out_warning__refs_acos_cpu PASSED [ 18%] 2022-12-01T10:34:16.4457768Z test_ops.py::TestCommonCPU::test_out_warning__refs_acosh_cpu PASSED [ 18%] 2022-12-01T10:34:16.4457926Z test_ops.py::TestCommonCPU::test_out_warning__refs_addr_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458108Z test_ops.py::TestCommonCPU::test_out_warning__refs_all_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458267Z test_ops.py::TestCommonCPU::test_out_warning__refs_amax_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458425Z test_ops.py::TestCommonCPU::test_out_warning__refs_amin_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458585Z test_ops.py::TestCommonCPU::test_out_warning__refs_arange_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458746Z test_ops.py::TestCommonCPU::test_out_warning__refs_as_strided_cpu PASSED [ 18%] 2022-12-01T10:34:16.4458905Z test_ops.py::TestCommonCPU::test_out_warning__refs_asinh_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459069Z test_ops.py::TestCommonCPU::test_out_warning__refs_atan2_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459231Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_1d_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459394Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_2d_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459543Z test_ops.py::TestCommonCPU::test_out_warning__refs_atleast_3d_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459723Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_left_shift_cpu PASSED [ 18%] 2022-12-01T10:34:16.4459888Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_or_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460091Z test_ops.py::TestCommonCPU::test_out_warning__refs_bitwise_xor_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460271Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_shapes_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460452Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_tensors_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460621Z test_ops.py::TestCommonCPU::test_out_warning__refs_broadcast_to_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460784Z test_ops.py::TestCommonCPU::test_out_warning__refs_chunk_cpu PASSED [ 18%] 2022-12-01T10:34:16.4460934Z test_ops.py::TestCommonCPU::test_out_warning__refs_clamp_min_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461094Z test_ops.py::TestCommonCPU::test_out_warning__refs_clone_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461269Z test_ops.py::TestCommonCPU::test_out_warning__refs_conj_physical_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461444Z test_ops.py::TestCommonCPU::test_out_warning__refs_constant_pad_nd_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461614Z test_ops.py::TestCommonCPU::test_out_warning__refs_copysign_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461773Z test_ops.py::TestCommonCPU::test_out_warning__refs_cos_cpu PASSED [ 18%] 2022-12-01T10:34:16.4461936Z test_ops.py::TestCommonCPU::test_out_warning__refs_cumsum_cpu PASSED [ 18%] 2022-12-01T10:34:16.4462116Z test_ops.py::TestCommonCPU::test_out_warning__refs_div_trunc_rounding_cpu PASSED [ 18%] 2022-12-01T10:34:16.4462269Z test_ops.py::TestCommonCPU::test_out_warning__refs_dsplit_cpu PASSED [ 18%] 2022-12-01T10:34:16.4462477Z test_ops.py::TestCommonCPU::test_out_warning__refs_empty_cpu SKIPPED (Expected: empty is not comparable) [ 18%] 2022-12-01T10:34:16.4462635Z test_ops.py::TestCommonCPU::test_out_warning__refs_eq_cpu PASSED [ 18%] 2022-12-01T10:34:16.4462801Z test_ops.py::TestCommonCPU::test_out_warning__refs_erfinv_cpu PASSED [ 18%] 2022-12-01T10:34:16.4462964Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp2_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463124Z test_ops.py::TestCommonCPU::test_out_warning__refs_exp_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463287Z test_ops.py::TestCommonCPU::test_out_warning__refs_expand_as_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463444Z test_ops.py::TestCommonCPU::test_out_warning__refs_eye_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463595Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft2_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463757Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fft_cpu PASSED [ 18%] 2022-12-01T10:34:16.4463928Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_fftshift_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464092Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft2_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464282Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_hfft_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464448Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifft_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464624Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ifftshift_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464789Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfft2_cpu PASSED [ 18%] 2022-12-01T10:34:16.4464939Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_ihfftn_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465103Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_irfft_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465264Z test_ops.py::TestCommonCPU::test_out_warning__refs_fft_rfft_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465434Z test_ops.py::TestCommonCPU::test_out_warning__refs_float_power_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465595Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465767Z test_ops.py::TestCommonCPU::test_out_warning__refs_floor_divide_cpu PASSED [ 18%] 2022-12-01T10:34:16.4465925Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmax_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466085Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmin_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466257Z test_ops.py::TestCommonCPU::test_out_warning__refs_fmod_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466416Z test_ops.py::TestCommonCPU::test_out_warning__refs_gt_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466584Z test_ops.py::TestCommonCPU::test_out_warning__refs_heaviside_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466743Z test_ops.py::TestCommonCPU::test_out_warning__refs_hstack_cpu PASSED [ 18%] 2022-12-01T10:34:16.4466902Z test_ops.py::TestCommonCPU::test_out_warning__refs_i0_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467063Z test_ops.py::TestCommonCPU::test_out_warning__refs_index_add_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467224Z test_ops.py::TestCommonCPU::test_out_warning__refs_isclose_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467390Z test_ops.py::TestCommonCPU::test_out_warning__refs_isfinite_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467553Z test_ops.py::TestCommonCPU::test_out_warning__refs_isneginf_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467702Z test_ops.py::TestCommonCPU::test_out_warning__refs_lcm_cpu PASSED [ 18%] 2022-12-01T10:34:16.4467862Z test_ops.py::TestCommonCPU::test_out_warning__refs_lgamma_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468031Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_norm_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468193Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_svd_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468371Z test_ops.py::TestCommonCPU::test_out_warning__refs_linalg_vector_norm_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468536Z test_ops.py::TestCommonCPU::test_out_warning__refs_linspace_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468693Z test_ops.py::TestCommonCPU::test_out_warning__refs_log10_cpu PASSED [ 18%] 2022-12-01T10:34:16.4468858Z test_ops.py::TestCommonCPU::test_out_warning__refs_log1p_cpu PASSED [ 18%] 2022-12-01T10:34:16.4469003Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_cpu PASSED [ 18%] 2022-12-01T10:34:16.4469173Z test_ops.py::TestCommonCPU::test_out_warning__refs_log_softmax_cpu PASSED [ 18%] 2022-12-01T10:34:16.4469400Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_not_cpu PASSED [ 18%] 2022-12-01T10:34:16.4469574Z test_ops.py::TestCommonCPU::test_out_warning__refs_logical_xor_cpu PASSED [ 19%] 2022-12-01T10:34:16.4469740Z test_ops.py::TestCommonCPU::test_out_warning__refs_logsumexp_cpu PASSED [ 19%] 2022-12-01T10:34:16.4469929Z test_ops.py::TestCommonCPU::test_out_warning__refs_meshgrid_variadic_tensors_cpu PASSED [ 19%] 2022-12-01T10:34:16.4470089Z test_ops.py::TestCommonCPU::test_out_warning__refs_mul_cpu PASSED [ 19%] 2022-12-01T10:34:16.4470252Z test_ops.py::TestCommonCPU::test_out_warning__refs_nan_to_num_cpu PASSED [ 19%] 2022-12-01T10:34:16.4470446Z test_ops.py::TestCommonCPU::test_out_warning__refs_native_layer_norm_cpu PASSED [ 19%] 2022-12-01T10:34:16.4470605Z test_ops.py::TestCommonCPU::test_out_warning__refs_neg_cpu PASSED [ 19%] 2022-12-01T10:34:16.4470817Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_cpu SKIPPED (Expected: empty is not comparable) [ 19%] 2022-12-01T10:34:16.4470997Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_empty_strided_cpu PASSED [ 19%] 2022-12-01T10:34:16.4471163Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_full_cpu PASSED [ 19%] 2022-12-01T10:34:16.4471328Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_ones_cpu PASSED [ 19%] 2022-12-01T10:34:16.4471493Z test_ops.py::TestCommonCPU::test_out_warning__refs_new_zeros_cpu PASSED [ 19%] 2022-12-01T10:34:16.4471659Z test_ops.py::TestCommonCPU::test_out_warning__refs_nextafter_cpu PASSED [ 19%] 2022-12-01T10:34:16.4471872Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_dropout_cpu SKIPPED (Expected: dropout is not comparable) [ 19%] 2022-12-01T10:34:16.4472074Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 19%] 2022-12-01T10:34:16.4472258Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_huber_loss_cpu PASSED [ 19%] 2022-12-01T10:34:16.4472466Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_l1_loss_cpu PASSED [ 19%] 2022-12-01T10:34:16.4472651Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_leaky_relu_cpu PASSED [ 19%] 2022-12-01T10:34:16.4472832Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_mse_loss_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473021Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473200Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_prelu_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473378Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_relu6_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473543Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_selu_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473725Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_softplus_cpu PASSED [ 19%] 2022-12-01T10:34:16.4473917Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_tanhshrink_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474097Z test_ops.py::TestCommonCPU::test_out_warning__refs_nn_functional_threshold_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474267Z test_ops.py::TestCommonCPU::test_out_warning__refs_permute_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474430Z test_ops.py::TestCommonCPU::test_out_warning__refs_prod_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474594Z test_ops.py::TestCommonCPU::test_out_warning__refs_ravel_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474758Z test_ops.py::TestCommonCPU::test_out_warning__refs_real_cpu PASSED [ 19%] 2022-12-01T10:34:16.4474911Z test_ops.py::TestCommonCPU::test_out_warning__refs_reciprocal_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475079Z test_ops.py::TestCommonCPU::test_out_warning__refs_remainder_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475242Z test_ops.py::TestCommonCPU::test_out_warning__refs_repeat_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475408Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_as_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475575Z test_ops.py::TestCommonCPU::test_out_warning__refs_reshape_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475733Z test_ops.py::TestCommonCPU::test_out_warning__refs_rot90_cpu PASSED [ 19%] 2022-12-01T10:34:16.4475894Z test_ops.py::TestCommonCPU::test_out_warning__refs_round_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476052Z test_ops.py::TestCommonCPU::test_out_warning__refs_sin_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476216Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_bessel_j1_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476385Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i0e_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476549Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_i1_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476748Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_logit_cpu PASSED [ 19%] 2022-12-01T10:34:16.4476949Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_3_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477149Z test_ops.py::TestCommonCPU::test_out_warning__refs_special_multigammaln_mvlgamma_p_5_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477311Z test_ops.py::TestCommonCPU::test_out_warning__refs_sqrt_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477476Z test_ops.py::TestCommonCPU::test_out_warning__refs_squeeze_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477639Z test_ops.py::TestCommonCPU::test_out_warning__refs_stack_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477789Z test_ops.py::TestCommonCPU::test_out_warning__refs_std_mean_cpu PASSED [ 19%] 2022-12-01T10:34:16.4477947Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478118Z test_ops.py::TestCommonCPU::test_out_warning__refs_sum_to_size_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478279Z test_ops.py::TestCommonCPU::test_out_warning__refs_tan_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478438Z test_ops.py::TestCommonCPU::test_out_warning__refs_tanh_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478637Z test_ops.py::TestCommonCPU::test_out_warning__refs_tensor_split_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478797Z test_ops.py::TestCommonCPU::test_out_warning__refs_to_cpu PASSED [ 19%] 2022-12-01T10:34:16.4478956Z test_ops.py::TestCommonCPU::test_out_warning__refs_trace_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479112Z test_ops.py::TestCommonCPU::test_out_warning__refs_tril_indices_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479275Z test_ops.py::TestCommonCPU::test_out_warning__refs_triu_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479443Z test_ops.py::TestCommonCPU::test_out_warning__refs_true_divide_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479602Z test_ops.py::TestCommonCPU::test_out_warning__refs_trunc_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479774Z test_ops.py::TestCommonCPU::test_out_warning__refs_unflatten_cpu PASSED [ 19%] 2022-12-01T10:34:16.4479940Z test_ops.py::TestCommonCPU::test_out_warning__refs_unfold_copy_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480103Z test_ops.py::TestCommonCPU::test_out_warning__refs_unsqueeze_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480266Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_as_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480413Z test_ops.py::TestCommonCPU::test_out_warning__refs_view_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480575Z test_ops.py::TestCommonCPU::test_out_warning__refs_vsplit_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480735Z test_ops.py::TestCommonCPU::test_out_warning__refs_vstack_cpu PASSED [ 19%] 2022-12-01T10:34:16.4480891Z test_ops.py::TestCommonCPU::test_out_warning_acos_cpu PASSED [ 19%] 2022-12-01T10:34:16.4481049Z test_ops.py::TestCommonCPU::test_out_warning_acosh_cpu PASSED [ 19%] 2022-12-01T10:34:16.4481208Z test_ops.py::TestCommonCPU::test_out_warning_add_cpu PASSED [ 19%] 2022-12-01T10:34:16.4481364Z test_ops.py::TestCommonCPU::test_out_warning_addbmm_cpu XFAIL [ 19%] 2022-12-01T10:34:16.4481524Z test_ops.py::TestCommonCPU::test_out_warning_addcmul_cpu PASSED [ 19%] 2022-12-01T10:34:16.4481668Z test_ops.py::TestCommonCPU::test_out_warning_addmv_cpu PASSED [ 19%] 2022-12-01T10:34:16.4481824Z test_ops.py::TestCommonCPU::test_out_warning_addr_cpu PASSED [ 19%] 2022-12-01T10:34:16.4482067Z test_ops.py::TestCommonCPU::test_out_warning_allclose_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:34:16.4482227Z test_ops.py::TestCommonCPU::test_out_warning_amin_cpu PASSED [ 19%] 2022-12-01T10:34:16.4482385Z test_ops.py::TestCommonCPU::test_out_warning_argmax_cpu PASSED [ 19%] 2022-12-01T10:34:16.4482548Z test_ops.py::TestCommonCPU::test_out_warning_argsort_cpu PASSED [ 19%] 2022-12-01T10:34:16.4482733Z test_ops.py::TestCommonCPU::test_out_warning_asin_cpu PASSED [ 19%] 2022-12-01T10:34:16.4482891Z test_ops.py::TestCommonCPU::test_out_warning_asinh_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483037Z test_ops.py::TestCommonCPU::test_out_warning_atan_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483198Z test_ops.py::TestCommonCPU::test_out_warning_atleast_1d_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483358Z test_ops.py::TestCommonCPU::test_out_warning_atleast_2d_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483519Z test_ops.py::TestCommonCPU::test_out_warning_atleast_3d_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483678Z test_ops.py::TestCommonCPU::test_out_warning_baddbmm_cpu PASSED [ 19%] 2022-12-01T10:34:16.4483837Z test_ops.py::TestCommonCPU::test_out_warning_bincount_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484008Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_left_shift_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484173Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_not_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484337Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_right_shift_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484499Z test_ops.py::TestCommonCPU::test_out_warning_bitwise_xor_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484690Z test_ops.py::TestCommonCPU::test_out_warning_block_diag_cpu PASSED [ 19%] 2022-12-01T10:34:16.4484848Z test_ops.py::TestCommonCPU::test_out_warning_bool_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485021Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_tensors_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485187Z test_ops.py::TestCommonCPU::test_out_warning_broadcast_to_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485345Z test_ops.py::TestCommonCPU::test_out_warning_byte_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485502Z test_ops.py::TestCommonCPU::test_out_warning_cat_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485658Z test_ops.py::TestCommonCPU::test_out_warning_ceil_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485809Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_cpu PASSED [ 19%] 2022-12-01T10:34:16.4485973Z test_ops.py::TestCommonCPU::test_out_warning_cholesky_inverse_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486132Z test_ops.py::TestCommonCPU::test_out_warning_chunk_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486288Z test_ops.py::TestCommonCPU::test_out_warning_clone_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486447Z test_ops.py::TestCommonCPU::test_out_warning_conj_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486610Z test_ops.py::TestCommonCPU::test_out_warning_conj_physical_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486776Z test_ops.py::TestCommonCPU::test_out_warning_constant_pad_nd_cpu PASSED [ 19%] 2022-12-01T10:34:16.4486942Z test_ops.py::TestCommonCPU::test_out_warning_contiguous_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487092Z test_ops.py::TestCommonCPU::test_out_warning_count_nonzero_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487251Z test_ops.py::TestCommonCPU::test_out_warning_cross_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487409Z test_ops.py::TestCommonCPU::test_out_warning_cummax_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487570Z test_ops.py::TestCommonCPU::test_out_warning_cummin_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487730Z test_ops.py::TestCommonCPU::test_out_warning_cumprod_cpu PASSED [ 19%] 2022-12-01T10:34:16.4487890Z test_ops.py::TestCommonCPU::test_out_warning_deg2rad_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488048Z test_ops.py::TestCommonCPU::test_out_warning_diag_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488208Z test_ops.py::TestCommonCPU::test_out_warning_diagflat_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488352Z test_ops.py::TestCommonCPU::test_out_warning_diff_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488510Z test_ops.py::TestCommonCPU::test_out_warning_digamma_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488664Z test_ops.py::TestCommonCPU::test_out_warning_dist_cpu PASSED [ 19%] 2022-12-01T10:34:16.4488863Z test_ops.py::TestCommonCPU::test_out_warning_div_floor_rounding_cpu PASSED [ 19%] 2022-12-01T10:34:16.4489038Z test_ops.py::TestCommonCPU::test_out_warning_div_no_rounding_mode_cpu PASSED [ 19%] 2022-12-01T10:34:16.4489199Z test_ops.py::TestCommonCPU::test_out_warning_double_cpu PASSED [ 19%] 2022-12-01T10:34:16.4489356Z test_ops.py::TestCommonCPU::test_out_warning_dstack_cpu PASSED [ 19%] 2022-12-01T10:34:16.4489512Z test_ops.py::TestCommonCPU::test_out_warning_einsum_cpu PASSED [ 19%] 2022-12-01T10:34:16.4489739Z test_ops.py::TestCommonCPU::test_out_warning_equal_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 19%] 2022-12-01T10:34:16.4489897Z test_ops.py::TestCommonCPU::test_out_warning_erfc_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490057Z test_ops.py::TestCommonCPU::test_out_warning_erfinv_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490218Z test_ops.py::TestCommonCPU::test_out_warning_exp2_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490378Z test_ops.py::TestCommonCPU::test_out_warning_expand_as_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490538Z test_ops.py::TestCommonCPU::test_out_warning_expand_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490718Z test_ops.py::TestCommonCPU::test_out_warning_expm1_cpu PASSED [ 19%] 2022-12-01T10:34:16.4490878Z test_ops.py::TestCommonCPU::test_out_warning_fft_fft_cpu PASSED [ 19%] 2022-12-01T10:34:16.4491027Z test_ops.py::TestCommonCPU::test_out_warning_fft_fftshift_cpu PASSED [ 19%] 2022-12-01T10:34:16.4491188Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft2_cpu PASSED [ 19%] 2022-12-01T10:34:16.4491348Z test_ops.py::TestCommonCPU::test_out_warning_fft_hfft_cpu PASSED [ 19%] 2022-12-01T10:34:16.4491507Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftn_cpu PASSED [ 20%] 2022-12-01T10:34:16.4491671Z test_ops.py::TestCommonCPU::test_out_warning_fft_ifftshift_cpu PASSED [ 20%] 2022-12-01T10:34:16.4491833Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft2_cpu XFAIL [ 20%] 2022-12-01T10:34:16.4491993Z test_ops.py::TestCommonCPU::test_out_warning_fft_ihfft_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492156Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft2_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492303Z test_ops.py::TestCommonCPU::test_out_warning_fft_irfft_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492463Z test_ops.py::TestCommonCPU::test_out_warning_fft_rfftn_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492619Z test_ops.py::TestCommonCPU::test_out_warning_flip_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492776Z test_ops.py::TestCommonCPU::test_out_warning_fliplr_cpu PASSED [ 20%] 2022-12-01T10:34:16.4492934Z test_ops.py::TestCommonCPU::test_out_warning_flipud_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493208Z test_ops.py::TestCommonCPU::test_out_warning_floor_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493373Z test_ops.py::TestCommonCPU::test_out_warning_floor_divide_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493532Z test_ops.py::TestCommonCPU::test_out_warning_fmax_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493678Z test_ops.py::TestCommonCPU::test_out_warning_fmin_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493837Z test_ops.py::TestCommonCPU::test_out_warning_full_like_cpu PASSED [ 20%] 2022-12-01T10:34:16.4493995Z test_ops.py::TestCommonCPU::test_out_warning_gather_cpu PASSED [ 20%] 2022-12-01T10:34:16.4494150Z test_ops.py::TestCommonCPU::test_out_warning_gcd_cpu PASSED [ 20%] 2022-12-01T10:34:16.4494310Z test_ops.py::TestCommonCPU::test_out_warning_geqrf_cpu PASSED [ 20%] 2022-12-01T10:34:16.4494473Z test_ops.py::TestCommonCPU::test_out_warning_gradient_cpu PASSED [ 20%] 2022-12-01T10:34:16.4494636Z test_ops.py::TestCommonCPU::test_out_warning_heaviside_cpu PASSED [ 20%] 2022-12-01T10:34:16.4494799Z test_ops.py::TestCommonCPU::test_out_warning_histogram_cpu PASSED [ 20%] 2022-12-01T10:34:16.4495090Z test_ops.py::TestCommonCPU::test_out_warning_histogramdd_cpu SKIPPED (Skipped! Only supports single tensor or iterable of tensor outputs.) [ 20%] 2022-12-01T10:34:16.4495239Z test_ops.py::TestCommonCPU::test_out_warning_hstack_cpu PASSED [ 20%] 2022-12-01T10:34:16.4495398Z test_ops.py::TestCommonCPU::test_out_warning_hypot_cpu PASSED [ 20%] 2022-12-01T10:34:16.4495551Z test_ops.py::TestCommonCPU::test_out_warning_i0_cpu PASSED [ 20%] 2022-12-01T10:34:16.4495712Z test_ops.py::TestCommonCPU::test_out_warning_igammac_cpu PASSED [ 20%] 2022-12-01T10:34:16.4495868Z test_ops.py::TestCommonCPU::test_out_warning_imag_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496030Z test_ops.py::TestCommonCPU::test_out_warning_index_copy_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496193Z test_ops.py::TestCommonCPU::test_out_warning_index_reduce_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496358Z test_ops.py::TestCommonCPU::test_out_warning_index_select_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496502Z test_ops.py::TestCommonCPU::test_out_warning_isin_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496664Z test_ops.py::TestCommonCPU::test_out_warning_isneginf_cpu PASSED [ 20%] 2022-12-01T10:34:16.4496874Z test_ops.py::TestCommonCPU::test_out_warning_isposinf_cpu PASSED [ 20%] 2022-12-01T10:34:16.4497087Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_4inputs_with_extra_args_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:34:16.4497282Z test_ops.py::TestCommonCPU::test_out_warning_jiterator_unary_cpu SKIPPED (Only runs on cuda) [ 20%] 2022-12-01T10:34:16.4497442Z test_ops.py::TestCommonCPU::test_out_warning_kron_cpu PASSED [ 20%] 2022-12-01T10:34:16.4497602Z test_ops.py::TestCommonCPU::test_out_warning_kthvalue_cpu PASSED [ 20%] 2022-12-01T10:34:16.4497762Z test_ops.py::TestCommonCPU::test_out_warning_ldexp_cpu PASSED [ 20%] 2022-12-01T10:34:16.4497910Z test_ops.py::TestCommonCPU::test_out_warning_le_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498072Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cond_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498232Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498409Z test_ops.py::TestCommonCPU::test_out_warning_linalg_det_singular_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498572Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigh_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498738Z test_ops.py::TestCommonCPU::test_out_warning_linalg_eigvalsh_cpu PASSED [ 20%] 2022-12-01T10:34:16.4498897Z test_ops.py::TestCommonCPU::test_out_warning_linalg_inv_ex_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499068Z test_ops.py::TestCommonCPU::test_out_warning_linalg_ldl_factor_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499218Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499400Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lstsq_grad_oriented_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499562Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499738Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_factor_ex_cpu PASSED [ 20%] 2022-12-01T10:34:16.4499903Z test_ops.py::TestCommonCPU::test_out_warning_linalg_lu_solve_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500072Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500249Z test_ops.py::TestCommonCPU::test_out_warning_linalg_matrix_power_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500411Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500600Z test_ops.py::TestCommonCPU::test_out_warning_linalg_norm_subgradients_at_zero_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500752Z test_ops.py::TestCommonCPU::test_out_warning_linalg_pinv_cpu PASSED [ 20%] 2022-12-01T10:34:16.4500913Z test_ops.py::TestCommonCPU::test_out_warning_linalg_qr_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501117Z test_ops.py::TestCommonCPU::test_out_warning_linalg_solve_triangular_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501277Z test_ops.py::TestCommonCPU::test_out_warning_linalg_svd_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501447Z test_ops.py::TestCommonCPU::test_out_warning_linalg_tensorinv_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501612Z test_ops.py::TestCommonCPU::test_out_warning_linalg_vecdot_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501773Z test_ops.py::TestCommonCPU::test_out_warning_log1p_cpu PASSED [ 20%] 2022-12-01T10:34:16.4501930Z test_ops.py::TestCommonCPU::test_out_warning_log2_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502073Z test_ops.py::TestCommonCPU::test_out_warning_log_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502231Z test_ops.py::TestCommonCPU::test_out_warning_log_softmax_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502392Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp2_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502557Z test_ops.py::TestCommonCPU::test_out_warning_logaddexp_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502722Z test_ops.py::TestCommonCPU::test_out_warning_logcumsumexp_cpu PASSED [ 20%] 2022-12-01T10:34:16.4502909Z test_ops.py::TestCommonCPU::test_out_warning_logical_and_cpu PASSED [ 20%] 2022-12-01T10:34:16.4503073Z test_ops.py::TestCommonCPU::test_out_warning_logical_not_cpu PASSED [ 20%] 2022-12-01T10:34:16.4503233Z test_ops.py::TestCommonCPU::test_out_warning_logical_xor_cpu PASSED [ 20%] 2022-12-01T10:34:16.4503377Z test_ops.py::TestCommonCPU::test_out_warning_logit_cpu PASSED [ 20%] 2022-12-01T10:34:16.4503530Z test_ops.py::TestCommonCPU::test_out_warning_lu_cpu XFAIL [ 20%] 2022-12-01T10:34:16.4503691Z test_ops.py::TestCommonCPU::test_out_warning_lu_unpack_cpu PASSED [ 20%] 2022-12-01T10:34:16.4503846Z test_ops.py::TestCommonCPU::test_out_warning_mT_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504010Z test_ops.py::TestCommonCPU::test_out_warning_masked_amin_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504175Z test_ops.py::TestCommonCPU::test_out_warning_masked_cumprod_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504340Z test_ops.py::TestCommonCPU::test_out_warning_masked_logsumexp_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504502Z test_ops.py::TestCommonCPU::test_out_warning_masked_mean_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504651Z test_ops.py::TestCommonCPU::test_out_warning_masked_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504814Z test_ops.py::TestCommonCPU::test_out_warning_masked_select_cpu PASSED [ 20%] 2022-12-01T10:34:16.4504977Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmax_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505139Z test_ops.py::TestCommonCPU::test_out_warning_masked_softmin_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505300Z test_ops.py::TestCommonCPU::test_out_warning_masked_sum_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505457Z test_ops.py::TestCommonCPU::test_out_warning_matmul_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505638Z test_ops.py::TestCommonCPU::test_out_warning_max_reduction_with_dim_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505801Z test_ops.py::TestCommonCPU::test_out_warning_min_binary_cpu PASSED [ 20%] 2022-12-01T10:34:16.4505949Z test_ops.py::TestCommonCPU::test_out_warning_movedim_cpu PASSED [ 20%] 2022-12-01T10:34:16.4506109Z test_ops.py::TestCommonCPU::test_out_warning_multinomial_cpu XFAIL [ 20%] 2022-12-01T10:34:16.4506268Z test_ops.py::TestCommonCPU::test_out_warning_nansum_cpu PASSED [ 20%] 2022-12-01T10:34:16.4506429Z test_ops.py::TestCommonCPU::test_out_warning_narrow_copy_cpu XFAIL [ 20%] 2022-12-01T10:34:16.4506598Z test_ops.py::TestCommonCPU::test_out_warning_native_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4506753Z test_ops.py::TestCommonCPU::test_out_warning_ne_cpu PASSED [ 20%] 2022-12-01T10:34:16.4506914Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507113Z test_ops.py::TestCommonCPU::test_out_warning_new_empty_strided_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507258Z test_ops.py::TestCommonCPU::test_out_warning_new_full_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507420Z test_ops.py::TestCommonCPU::test_out_warning_new_zeros_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507611Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_adaptive_max_pool1d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507791Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool2d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4507971Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_avg_pool3d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4508143Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_batch_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4508321Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_bilinear_cpu PASSED [ 20%] 2022-12-01T10:34:16.4508529Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_binary_cross_entropy_with_logits_cpu PASSED [ 20%] 2022-12-01T10:34:16.4508708Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv1d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4508883Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose1d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4509101Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_conv_transpose3d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4509351Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_cosine_similarity_cpu PASSED [ 20%] 2022-12-01T10:34:16.4509534Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_ctc_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4509718Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_dropout3d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4509926Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_feature_alpha_dropout_with_train_cpu PASSED [ 20%] 2022-12-01T10:34:16.4510117Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_fractional_max_pool3d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4510301Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_grid_sample_cpu PASSED [ 20%] 2022-12-01T10:34:16.4510467Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_huber_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4510654Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_instance_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4510843Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_area_cpu PASSED [ 20%] 2022-12-01T10:34:16.4511036Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_bilinear_cpu PASSED [ 20%] 2022-12-01T10:34:16.4511228Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_interpolate_linear_cpu PASSED [ 20%] 2022-12-01T10:34:16.4511406Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_layer_norm_cpu PASSED [ 20%] 2022-12-01T10:34:16.4511586Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_leaky_relu_cpu PASSED [ 20%] 2022-12-01T10:34:16.4511765Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_logsigmoid_cpu XFAIL [ 20%] 2022-12-01T10:34:16.4511954Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_margin_ranking_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4512117Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_pool2d_cpu PASSED [ 20%] 2022-12-01T10:34:16.4512305Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool1d_grad_cpu PASSED [ 20%] 2022-12-01T10:34:16.4512494Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool2d_grad_cpu PASSED [ 20%] 2022-12-01T10:34:16.4512681Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_max_unpool3d_grad_cpu PASSED [ 20%] 2022-12-01T10:34:16.4512872Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513069Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_multilabel_soft_margin_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513247Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_nll_loss_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513454Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_one_hot_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513623Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_circular_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513806Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pad_reflect_cpu PASSED [ 20%] 2022-12-01T10:34:16.4513994Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pairwise_distance_cpu PASSED [ 20%] 2022-12-01T10:34:16.4514168Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pdist_cpu PASSED [ 21%] 2022-12-01T10:34:16.4514352Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_pixel_unshuffle_cpu PASSED [ 21%] 2022-12-01T10:34:16.4514528Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_relu6_cpu PASSED [ 21%] 2022-12-01T10:34:16.4514698Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_selu_cpu PASSED [ 21%] 2022-12-01T10:34:16.4514877Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_complex_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515052Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_silu_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515222Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_smooth_l1_loss_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515436Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_soft_margin_loss_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515614Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_softsign_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515792Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_tanhshrink_cpu PASSED [ 21%] 2022-12-01T10:34:16.4515970Z test_ops.py::TestCommonCPU::test_out_warning_nn_functional_threshold_cpu PASSED [ 21%] 2022-12-01T10:34:16.4516130Z test_ops.py::TestCommonCPU::test_out_warning_ones_cpu XFAIL [ 21%] 2022-12-01T10:34:16.4516305Z test_ops.py::TestCommonCPU::test_out_warning_ops_nvprims_var_mean_cpu PASSED [ 21%] 2022-12-01T10:34:16.4516466Z test_ops.py::TestCommonCPU::test_out_warning_outer_cpu PASSED [ 21%] 2022-12-01T10:34:16.4516621Z test_ops.py::TestCommonCPU::test_out_warning_pinverse_cpu PASSED [ 21%] 2022-12-01T10:34:16.4516800Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4516995Z test_ops.py::TestCommonCPU::test_out_warning_polygamma_polygamma_n_4_cpu SKIPPED (Skipped!) [ 21%] 2022-12-01T10:34:16.4517160Z test_ops.py::TestCommonCPU::test_out_warning_positive_cpu PASSED [ 21%] 2022-12-01T10:34:16.4517322Z test_ops.py::TestCommonCPU::test_out_warning_pow_cpu PASSED [ 21%] 2022-12-01T10:34:16.4517483Z test_ops.py::TestCommonCPU::test_out_warning_put_cpu PASSED [ 21%] 2022-12-01T10:34:16.4517645Z test_ops.py::TestCommonCPU::test_out_warning_quantile_cpu PASSED [ 21%] 2022-12-01T10:34:16.4517805Z test_ops.py::TestCommonCPU::test_out_warning_rad2deg_cpu PASSED [ 21%] 2022-12-01T10:34:16.4517954Z test_ops.py::TestCommonCPU::test_out_warning_ravel_cpu PASSED [ 21%] 2022-12-01T10:34:16.4518115Z test_ops.py::TestCommonCPU::test_out_warning_renorm_cpu PASSED [ 21%] 2022-12-01T10:34:16.4518274Z test_ops.py::TestCommonCPU::test_out_warning_repeat_cpu PASSED [ 21%] 2022-12-01T10:34:16.4518435Z test_ops.py::TestCommonCPU::test_out_warning_resize__cpu PASSED [ 21%] 2022-12-01T10:34:16.4518598Z test_ops.py::TestCommonCPU::test_out_warning_resize_as__cpu PASSED [ 21%] 2022-12-01T10:34:16.4518761Z test_ops.py::TestCommonCPU::test_out_warning_resolve_conj_cpu PASSED [ 21%] 2022-12-01T10:34:16.4518926Z test_ops.py::TestCommonCPU::test_out_warning_round_decimals_0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519083Z test_ops.py::TestCommonCPU::test_out_warning_rsqrt_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519229Z test_ops.py::TestCommonCPU::test_out_warning_rsub_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519388Z test_ops.py::TestCommonCPU::test_out_warning_scatter_add_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519596Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_amin_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519768Z test_ops.py::TestCommonCPU::test_out_warning_scatter_reduce_sum_cpu PASSED [ 21%] 2022-12-01T10:34:16.4519935Z test_ops.py::TestCommonCPU::test_out_warning_searchsorted_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520112Z test_ops.py::TestCommonCPU::test_out_warning_segment_reduce_lengths_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520273Z test_ops.py::TestCommonCPU::test_out_warning_select_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520438Z test_ops.py::TestCommonCPU::test_out_warning_select_scatter_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520594Z test_ops.py::TestCommonCPU::test_out_warning_sgn_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520740Z test_ops.py::TestCommonCPU::test_out_warning_sigmoid_cpu PASSED [ 21%] 2022-12-01T10:34:16.4520895Z test_ops.py::TestCommonCPU::test_out_warning_sign_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521054Z test_ops.py::TestCommonCPU::test_out_warning_slice_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521216Z test_ops.py::TestCommonCPU::test_out_warning_slice_scatter_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521371Z test_ops.py::TestCommonCPU::test_out_warning_sort_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521561Z test_ops.py::TestCommonCPU::test_out_warning_special_airy_ai_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521733Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_j0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4521903Z test_ops.py::TestCommonCPU::test_out_warning_special_bessel_y0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4522290Z 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:34:16.4522458Z test_ops.py::TestCommonCPU::test_out_warning_special_entr_cpu PASSED [ 21%] 2022-12-01T10:34:16.4522624Z test_ops.py::TestCommonCPU::test_out_warning_special_log_ndtr_cpu PASSED [ 21%] 2022-12-01T10:34:16.4522812Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_i0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4522994Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4523178Z test_ops.py::TestCommonCPU::test_out_warning_special_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:34:16.4523343Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtr_cpu PASSED [ 21%] 2022-12-01T10:34:16.4523506Z test_ops.py::TestCommonCPU::test_out_warning_special_ndtri_cpu PASSED [ 21%] 2022-12-01T10:34:16.4523694Z test_ops.py::TestCommonCPU::test_out_warning_special_polygamma_special_polygamma_n_0_cpu PASSED [ 21%] 2022-12-01T10:34:16.4523886Z test_ops.py::TestCommonCPU::test_out_warning_special_scaled_modified_bessel_k1_cpu PASSED [ 21%] 2022-12-01T10:34:16.4524266Z 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:34:16.4524643Z 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:34:16.4524813Z test_ops.py::TestCommonCPU::test_out_warning_special_xlog1py_cpu PASSED [ 21%] 2022-12-01T10:34:16.4524986Z test_ops.py::TestCommonCPU::test_out_warning_split_with_sizes_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525143Z test_ops.py::TestCommonCPU::test_out_warning_sqrt_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525305Z test_ops.py::TestCommonCPU::test_out_warning_square_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525467Z test_ops.py::TestCommonCPU::test_out_warning_squeeze_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525613Z test_ops.py::TestCommonCPU::test_out_warning_std_mean_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525773Z test_ops.py::TestCommonCPU::test_out_warning_stft_cpu PASSED [ 21%] 2022-12-01T10:34:16.4525930Z test_ops.py::TestCommonCPU::test_out_warning_sub_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526116Z test_ops.py::TestCommonCPU::test_out_warning_sum_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526276Z test_ops.py::TestCommonCPU::test_out_warning_sum_to_size_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526438Z test_ops.py::TestCommonCPU::test_out_warning_svd_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526601Z test_ops.py::TestCommonCPU::test_out_warning_svd_lowrank_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526760Z test_ops.py::TestCommonCPU::test_out_warning_symeig_cpu PASSED [ 21%] 2022-12-01T10:34:16.4526907Z test_ops.py::TestCommonCPU::test_out_warning_tanh_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527070Z test_ops.py::TestCommonCPU::test_out_warning_tensor_split_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527224Z test_ops.py::TestCommonCPU::test_out_warning_tile_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527380Z test_ops.py::TestCommonCPU::test_out_warning_to_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527541Z test_ops.py::TestCommonCPU::test_out_warning_to_sparse_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527697Z test_ops.py::TestCommonCPU::test_out_warning_topk_cpu PASSED [ 21%] 2022-12-01T10:34:16.4527880Z test_ops.py::TestCommonCPU::test_out_warning_trace_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528045Z test_ops.py::TestCommonCPU::test_out_warning_trapezoid_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528191Z test_ops.py::TestCommonCPU::test_out_warning_trapz_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528352Z test_ops.py::TestCommonCPU::test_out_warning_triu_indices_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528511Z test_ops.py::TestCommonCPU::test_out_warning_trunc_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528669Z test_ops.py::TestCommonCPU::test_out_warning_unfold_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528843Z test_ops.py::TestCommonCPU::test_out_warning_unique_consecutive_cpu PASSED [ 21%] 2022-12-01T10:34:16.4528996Z test_ops.py::TestCommonCPU::test_out_warning_var_cpu PASSED [ 21%] 2022-12-01T10:34:16.4529155Z test_ops.py::TestCommonCPU::test_out_warning_view_as_cpu PASSED [ 21%] 2022-12-01T10:34:16.4529313Z test_ops.py::TestCommonCPU::test_out_warning_vsplit_cpu PASSED [ 21%] 2022-12-01T10:34:16.4529458Z test_ops.py::TestCommonCPU::test_out_warning_xlogy_cpu PASSED [ 21%] 2022-12-01T10:34:16.4529614Z test_ops.py::TestCommonCPU::test_out_warning_zeros_cpu XFAIL [ 21%] 2022-12-01T10:34:16.4529774Z test_ops.py::TestCommonCPU::test_out_warning_zeros_like_cpu PASSED [ 21%] 2022-12-01T10:34:16.4529934Z test_ops.py::TestCommonCPU::test_out_zeros_like_cpu_float32 PASSED [ 21%] 2022-12-01T10:34:16.4530130Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4530327Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4530526Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_complex32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4530720Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4530909Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4531084Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4531273Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4531458Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4531644Z test_ops.py::TestCommonCPU::test_python_ref__refs_abs_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4531837Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4532052Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4532247Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4532436Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4532618Z test_ops.py::TestCommonCPU::test_python_ref__refs_acos_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4532804Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4533108Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4533303Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4533498Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4533685Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4533877Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4534139Z test_ops.py::TestCommonCPU::test_python_ref__refs_acosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4534332Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4534527Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4534709Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4534901Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_float64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4535088Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4535278Z test_ops.py::TestCommonCPU::test_python_ref__refs_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4535479Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4535684Z test_ops.py::TestCommonCPU::test_python_ref__refs_addcdiv_cpu_complex128 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4535879Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4536072Z test_ops.py::TestCommonCPU::test_python_ref__refs_addr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4536262Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_bool SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4536438Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4536625Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4536816Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int16 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4537004Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4537192Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int64 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4537381Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_int8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4537569Z test_ops.py::TestCommonCPU::test_python_ref__refs_all_cpu_uint8 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:16.4537769Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4537970Z test_ops.py::TestCommonCPU::test_python_ref__refs_allclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4538190Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4538380Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4538568Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4538755Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4538939Z test_ops.py::TestCommonCPU::test_python_ref__refs_amax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4539131Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4539324Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4539515Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4539705Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4539879Z test_ops.py::TestCommonCPU::test_python_ref__refs_amin_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4540104Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4540293Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4540489Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4540682Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4540870Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541057Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541241Z test_ops.py::TestCommonCPU::test_python_ref__refs_any_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541421Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541619Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541811Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4541998Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4542188Z test_ops.py::TestCommonCPU::test_python_ref__refs_arange_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4542392Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4542594Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4542798Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543000Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543197Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543380Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543578Z test_ops.py::TestCommonCPU::test_python_ref__refs_as_strided_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543769Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4543960Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4544176Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4544367Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4544556Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4544744Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4544923Z test_ops.py::TestCommonCPU::test_python_ref__refs_asin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4545111Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4545310Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4545502Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4545690Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4545879Z test_ops.py::TestCommonCPU::test_python_ref__refs_asinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4546102Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4546294Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4546488Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4546665Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4546861Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4547059Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4547250Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4547440Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4547631Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4547818Z test_ops.py::TestCommonCPU::test_python_ref__refs_atan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548013Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548211Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548395Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548590Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548781Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4548968Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4549155Z test_ops.py::TestCommonCPU::test_python_ref__refs_atanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4549412Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4549610Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4549812Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4550015Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4550234Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4550432Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4550633Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4550829Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4551020Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_1d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4551217Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4551410Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4551610Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4551813Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4552034Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4552216Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4552411Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4552607Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_2d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4552804Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553007Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553207Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553401Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553594Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553785Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4553970Z test_ops.py::TestCommonCPU::test_python_ref__refs_atleast_3d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4554163Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4554362Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4554558Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4554751Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4554944Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4555149Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4555355Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_left_shift_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4555550Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4555733Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4555932Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4556154Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4556347Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4556538Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4556733Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4556925Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4557117Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4557309Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4557493Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4557690Z test_ops.py::TestCommonCPU::test_python_ref__refs_bitwise_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4557924Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_shapes_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4558135Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4558339Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4558550Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4558762Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4558967Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4559170Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4559367Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4559566Z test_ops.py::TestCommonCPU::test_python_ref__refs_broadcast_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4559758Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4559947Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4560144Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4560339Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4560532Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float32 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4560721Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4560911Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4561084Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4561266Z test_ops.py::TestCommonCPU::test_python_ref__refs_cat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4561459Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4561649Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_float64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4561839Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4562053Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4562240Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_int8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4562427Z test_ops.py::TestCommonCPU::test_python_ref__refs_ceil_cpu_uint8 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4562620Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_bool SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4562805Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex128 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4563003Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_complex64 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4563197Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float16 SKIPPED (Skipped under ASAN) [ 22%] 2022-12-01T10:34:16.4563386Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4563576Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4563765Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4563976Z test_ops.py::TestCommonCPU::test_python_ref__refs_chunk_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4564167Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4564358Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4564534Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4564726Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4564921Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4565118Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4565316Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4565511Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4565709Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4565903Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_max_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4566102Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4566285Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4566482Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4566674Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4566866Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4567062Z test_ops.py::TestCommonCPU::test_python_ref__refs_clamp_min_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4567256Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4567446Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4567637Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4567829Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4568034Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4568220Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4568411Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4568601Z test_ops.py::TestCommonCPU::test_python_ref__refs_clone_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4568798Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4569004Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4569206Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4569404Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4569600Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4569808Z test_ops.py::TestCommonCPU::test_python_ref__refs_column_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570003Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570197Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570385Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570571Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570766Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4570969Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4571173Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4571378Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4571568Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4571766Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4571962Z test_ops.py::TestCommonCPU::test_python_ref__refs_conj_physical_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4572168Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4572371Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4572572Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4572775Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4573088Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4573291Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4573491Z test_ops.py::TestCommonCPU::test_python_ref__refs_constant_pad_nd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4573683Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4573926Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4574123Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4574319Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4574513Z test_ops.py::TestCommonCPU::test_python_ref__refs_contiguous_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4574708Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4574898Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4575090Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4575282Z test_ops.py::TestCommonCPU::test_python_ref__refs_copysign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4575463Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4575658Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4575881Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4576072Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4576256Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4576435Z test_ops.py::TestCommonCPU::test_python_ref__refs_cos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4576625Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4576807Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577004Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577187Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577382Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577568Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577755Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4577941Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4578127Z test_ops.py::TestCommonCPU::test_python_ref__refs_cosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4578322Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4578519Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4578713Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4578893Z test_ops.py::TestCommonCPU::test_python_ref__refs_cumsum_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4579094Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4579288Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4579491Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4579692Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4579917Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4580112Z test_ops.py::TestCommonCPU::test_python_ref__refs_diag_embed_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4580310Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4580507Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4580696Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4580895Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4581093Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4581285Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4581479Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4581711Z test_ops.py::TestCommonCPU::test_python_ref__refs_diagonal_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4581908Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4582100Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4582293Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4582474Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4582659Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4582852Z test_ops.py::TestCommonCPU::test_python_ref__refs_digamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4583056Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4583261Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4583463Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4583670Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_floor_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4583873Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4584082Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4584281Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4584487Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4584690Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_no_rounding_mode_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4584892Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4585097Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4585295Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4585498Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4585722Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4585929Z test_ops.py::TestCommonCPU::test_python_ref__refs_div_trunc_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4586125Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4586311Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4586510Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4586701Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4586887Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4587081Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4587272Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4587465Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4587688Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4587878Z test_ops.py::TestCommonCPU::test_python_ref__refs_dsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4588065Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4588259Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4588454Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4588647Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4588836Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4589027Z test_ops.py::TestCommonCPU::test_python_ref__refs_dstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 23%] 2022-12-01T10:34:16.4589239Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4589511Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4589720Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4589916Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4590122Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4590332Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4590540Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4590743Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4590958Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4591176Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4591385Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4591594Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4591825Z test_ops.py::TestCommonCPU::test_python_ref__refs_empty_like_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 24%] 2022-12-01T10:34:16.4592023Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_complex32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4592215Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4592401Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4592583Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4592766Z test_ops.py::TestCommonCPU::test_python_ref__refs_eq_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4592954Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4593144Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4593331Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4593531Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4593715Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4593896Z test_ops.py::TestCommonCPU::test_python_ref__refs_erf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4594085Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4594271Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfc_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4594465Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4594656Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4594851Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595040Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595223Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595409Z test_ops.py::TestCommonCPU::test_python_ref__refs_erfinv_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595594Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595785Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4595973Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4596164Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4596350Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4596541Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4596724Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4596899Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4597085Z test_ops.py::TestCommonCPU::test_python_ref__refs_exp_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4597279Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4597475Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4597700Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4597896Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4598086Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4598280Z test_ops.py::TestCommonCPU::test_python_ref__refs_expand_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4598468Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4598646Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4598833Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599020Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599202Z test_ops.py::TestCommonCPU::test_python_ref__refs_expm1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599423Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599612Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599798Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4599986Z test_ops.py::TestCommonCPU::test_python_ref__refs_eye_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4600178Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4600364Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4600564Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4600761Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4600952Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4601141Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4601331Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4601527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4601725Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4601920Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4602103Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4602294Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4602482Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4602669Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4602878Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4603131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4603332Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4603563Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4603754Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4603950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4604139Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4604335Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4604537Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4604741Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4604942Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4605152Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4605458Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_fftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4605736Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4606011Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4606276Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4606554Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4606838Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4607121Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4607397Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4607675Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4607964Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4608216Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4608487Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_hfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4608740Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4609047Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4609352Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4609645Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4609930Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4610231Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4610515Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4610783Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4611049Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifft_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4611392Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4611668Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4611950Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4612228Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4612521Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4612802Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4613217Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4613505Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ifftshift_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4613781Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4614131Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4614418Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4614701Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4614983Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4615277Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4615576Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4615867Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4616161Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4616470Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4616750Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_ihfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4617052Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4617359Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4617641Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4617922Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4618203Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4618494Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4618778Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4619058Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4619320Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4619596Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 24%] 2022-12-01T10:34:16.4619876Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4620248Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4620537Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4620828Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4621106Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4621393Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_irfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4621682Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4621866Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4622059Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4622257Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4622455Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4622700Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4622895Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4623090Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4623284Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4623477Z test_ops.py::TestCommonCPU::test_python_ref__refs_fft_rfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4623659Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4623853Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4624053Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4624245Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4624439Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4624631Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4624818Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625007Z test_ops.py::TestCommonCPU::test_python_ref__refs_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625210Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625398Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625592Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625787Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4625977Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4626169Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4626360Z test_ops.py::TestCommonCPU::test_python_ref__refs_flatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4626547Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4626770Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4626960Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4627142Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4627330Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4627519Z test_ops.py::TestCommonCPU::test_python_ref__refs_flip_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4627714Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4627907Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4628098Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4628289Z test_ops.py::TestCommonCPU::test_python_ref__refs_fliplr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4628522Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4628720Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4628899Z test_ops.py::TestCommonCPU::test_python_ref__refs_flipud_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4629094Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4629359Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4629565Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_complex64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4629767Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4629965Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4630166Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4630364Z test_ops.py::TestCommonCPU::test_python_ref__refs_float_power_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4630558Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4630748Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4630921Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4631101Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4631283Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4631476Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:34:16.4631677Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4631875Z test_ops.py::TestCommonCPU::test_python_ref__refs_floor_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4632122Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4632313Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4632502Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4632745Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4632936Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4633126Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmax_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4633374Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4633620Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4633812Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4634058Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4634306Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4634527Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4634756Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_bfloat16 SKIPPED (Skipped!) [ 25%] 2022-12-01T10:34:16.4635069Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4635340Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4635618Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4635897Z test_ops.py::TestCommonCPU::test_python_ref__refs_fmod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4636165Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4636434Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4636704Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4636971Z test_ops.py::TestCommonCPU::test_python_ref__refs_frac_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4637250Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4637522Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4637797Z test_ops.py::TestCommonCPU::test_python_ref__refs_gcd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4638055Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4638301Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4638544Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4638732Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4638920Z test_ops.py::TestCommonCPU::test_python_ref__refs_ge_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4639104Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4639297Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4639481Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4639674Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4639859Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4640040Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4640300Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4640491Z test_ops.py::TestCommonCPU::test_python_ref__refs_gt_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4640695Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4640882Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4641081Z test_ops.py::TestCommonCPU::test_python_ref__refs_heaviside_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4641282Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4641484Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4641678Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4641877Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4642103Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4642297Z test_ops.py::TestCommonCPU::test_python_ref__refs_hsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4642488Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4642673Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4642865Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4643057Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4643248Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4643437Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4643626Z test_ops.py::TestCommonCPU::test_python_ref__refs_hstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4643818Z test_ops.py::TestCommonCPU::test_python_ref__refs_hypot_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644008Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644192Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_bool SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644367Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644554Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644737Z test_ops.py::TestCommonCPU::test_python_ref__refs_i0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4644936Z test_ops.py::TestCommonCPU::test_python_ref__refs_igamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4645138Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4645335Z test_ops.py::TestCommonCPU::test_python_ref__refs_igammac_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4645541Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4645742Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4645941Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4646123Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4646342Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4646537Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4646744Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4646944Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4647140Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4647332Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 25%] 2022-12-01T10:34:16.4647528Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4647726Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4647909Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4648128Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4648331Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4648528Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4648721Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4648913Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4649103Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4649303Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4649508Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4649696Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4649891Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4650098Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4650362Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4650632Z test_ops.py::TestCommonCPU::test_python_ref__refs_index_select_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4650883Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4651077Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4651277Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4651471Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4651653Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4651847Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4652039Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4652231Z test_ops.py::TestCommonCPU::test_python_ref__refs_isclose_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4652468Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4652669Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4652866Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_complex32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4653237Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4653435Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4653627Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4653809Z test_ops.py::TestCommonCPU::test_python_ref__refs_isfinite_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4654010Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4654207Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4654450Z test_ops.py::TestCommonCPU::test_python_ref__refs_isinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4654645Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4654837Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655028Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655222Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655400Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655593Z test_ops.py::TestCommonCPU::test_python_ref__refs_isnan_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655795Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4655990Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4656187Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4656383Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4656582Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4656775Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4656970Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4657164Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4657350Z test_ops.py::TestCommonCPU::test_python_ref__refs_isneginf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4657548Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4657738Z test_ops.py::TestCommonCPU::test_python_ref__refs_isposinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4657933Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4658122Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4658315Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4658549Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4658742Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4658939Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4659120Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4659309Z test_ops.py::TestCommonCPU::test_python_ref__refs_isreal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4659496Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4659680Z test_ops.py::TestCommonCPU::test_python_ref__refs_lcm_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4659871Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4660059Z test_ops.py::TestCommonCPU::test_python_ref__refs_le_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4660255Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4660474Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4660657Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4660849Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4661041Z test_ops.py::TestCommonCPU::test_python_ref__refs_lgamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4661253Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4661459Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_matrix_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4661663Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4661868Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4662067Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4662298Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4662508Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4662695Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svd_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4662898Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_svdvals_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4663111Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4663320Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4663520Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4663717Z test_ops.py::TestCommonCPU::test_python_ref__refs_linalg_vector_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4663918Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4664120Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4664320Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4664533Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4664728Z test_ops.py::TestCommonCPU::test_python_ref__refs_linspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4664916Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4665110Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4665300Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4665491Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4665681Z test_ops.py::TestCommonCPU::test_python_ref__refs_log10_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4665873Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4666062Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4666240Z test_ops.py::TestCommonCPU::test_python_ref__refs_log1p_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4666455Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4666646Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4666834Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667019Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667201Z test_ops.py::TestCommonCPU::test_python_ref__refs_log2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667392Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667588Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667778Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4667950Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4668139Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4668321Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4668499Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4668702Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4668905Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4669103Z test_ops.py::TestCommonCPU::test_python_ref__refs_log_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4669364Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4669571Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4669760Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4669959Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4670159Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4670358Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4670588Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4670785Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4670980Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_int8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4671173Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4671369Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4671554Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_bool SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4671757Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_complex128 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4671957Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4672152Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4672383Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4672580Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_or_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4672780Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4672982Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_complex64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4673179Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float32 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4673364Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_float64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4673563Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 26%] 2022-12-01T10:34:16.4673763Z test_ops.py::TestCommonCPU::test_python_ref__refs_logical_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4673964Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4674195Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4674469Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4674684Z test_ops.py::TestCommonCPU::test_python_ref__refs_logspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4674885Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4675084Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4675268Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4675464Z test_ops.py::TestCommonCPU::test_python_ref__refs_logsumexp_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4675655Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4675846Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4676031Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4676216Z test_ops.py::TestCommonCPU::test_python_ref__refs_lt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4676415Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4676647Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4676853Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4677042Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4677242Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4677443Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4677642Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4677837Z test_ops.py::TestCommonCPU::test_python_ref__refs_masked_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4678031Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4678220Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4678439Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4678633Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4678825Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4679006Z test_ops.py::TestCommonCPU::test_python_ref__refs_maximum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4679198Z test_ops.py::TestCommonCPU::test_python_ref__refs_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4679414Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4679632Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4679842Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4680053Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4680265Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_list_of_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4680484Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4680702Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4680904Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4681117Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4681330Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4681540Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4681752Z test_ops.py::TestCommonCPU::test_python_ref__refs_meshgrid_variadic_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4681945Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4682140Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4682332Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4682552Z test_ops.py::TestCommonCPU::test_python_ref__refs_minimum_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4682737Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4682927Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4683118Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4683308Z test_ops.py::TestCommonCPU::test_python_ref__refs_movedim_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4683497Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4683683Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4683877Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4684063Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4684272Z test_ops.py::TestCommonCPU::test_python_ref__refs_mul_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4684461Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4684656Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4684856Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4685053Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4685245Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4685440Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4685629Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4685822Z test_ops.py::TestCommonCPU::test_python_ref__refs_nan_to_num_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686011Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686209Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686391Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686585Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686784Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4686974Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4687169Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4687360Z test_ops.py::TestCommonCPU::test_python_ref__refs_narrow_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4687569Z test_ops.py::TestCommonCPU::test_python_ref__refs_native_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4687759Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4687951Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4688125Z test_ops.py::TestCommonCPU::test_python_ref__refs_ne_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4688345Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4688540Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4688733Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4688923Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4689110Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4689296Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4689484Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4689659Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4689847Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4690030Z test_ops.py::TestCommonCPU::test_python_ref__refs_neg_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4690270Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:34:16.4690486Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:34:16.4690699Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:34:16.4690907Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:34:16.4691117Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 27%] 2022-12-01T10:34:16.4691352Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_bfloat16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4691590Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4691811Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4692039Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4692271Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_float64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4692498Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int16 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4692727Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int32 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4692955Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int64 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4693280Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_empty_strided_cpu_int8 SKIPPED (Expected: empty_strided is not comparable) [ 27%] 2022-12-01T10:34:16.4693479Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4693675Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_bool SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4693876Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4694058Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4694300Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4694488Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4694682Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_full_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4694885Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4695084Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4695277Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4695473Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4695665Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4695850Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4696081Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4696277Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4696480Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4696681Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4696877Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4697068Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4697266Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4697456Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int64 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4697640Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4697832Z test_ops.py::TestCommonCPU::test_python_ref__refs_new_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4698040Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_celu_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4698269Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_dropout_cpu_float64 SKIPPED (Expected: dropout is not comparable) [ 27%] 2022-12-01T10:34:16.4698474Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4698681Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_elu_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4698885Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4699093Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_glu_cpu_float32 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4699308Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4699521Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4699717Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4699931Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_hardtanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4700171Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 27%] 2022-12-01T10:34:16.4700381Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4700592Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4700803Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4701008Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_l1_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4701219Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4701421Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:34:16.4701631Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4701858Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4702082Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4702304Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4702522Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4702743Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_margin_ranking_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4702951Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_mish_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4703178Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4703401Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4703619Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4703838Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pairwise_distance_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4704034Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_pdist_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4704249Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4704468Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_poisson_nll_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4704675Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4704885Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_prelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4705094Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4705297Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4705501Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4705704Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4705926Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu6_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4706133Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4706336Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4706538Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4706740Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4706941Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_relu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4707151Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softplus_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4707370Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4707583Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4707823Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4708022Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4708231Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_tanhshrink_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4708444Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4708653Z test_ops.py::TestCommonCPU::test_python_ref__refs_nn_functional_threshold_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4708852Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4709044Z test_ops.py::TestCommonCPU::test_python_ref__refs_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4709237Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4709488Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4709689Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4709874Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4710065Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4710259Z test_ops.py::TestCommonCPU::test_python_ref__refs_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4710460Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4710657Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4710852Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4711043Z test_ops.py::TestCommonCPU::test_python_ref__refs_permute_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4711246Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4711444Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4711626Z test_ops.py::TestCommonCPU::test_python_ref__refs_positive_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4711862Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712054Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712246Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712430Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712616Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712804Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4712994Z test_ops.py::TestCommonCPU::test_python_ref__refs_pow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4713188Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4713375Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4713566Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4713797Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4713987Z test_ops.py::TestCommonCPU::test_python_ref__refs_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4714186Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4714379Z test_ops.py::TestCommonCPU::test_python_ref__refs_randn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4714572Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4714764Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4714954Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4715133Z test_ops.py::TestCommonCPU::test_python_ref__refs_ravel_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4715322Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4715515Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4715708Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4715898Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4716093Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4716284Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4716468Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4716659Z test_ops.py::TestCommonCPU::test_python_ref__refs_real_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4716848Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4717056Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4717256Z test_ops.py::TestCommonCPU::test_python_ref__refs_reciprocal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4717444Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_bfloat16 SKIPPED (Skipped!) [ 28%] 2022-12-01T10:34:16.4717643Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4717869Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4718064Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4718262Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4718457Z test_ops.py::TestCommonCPU::test_python_ref__refs_remainder_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4718645Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4718841Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4719034Z test_ops.py::TestCommonCPU::test_python_ref__refs_repeat_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4719232Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4719424Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4719654Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4719855Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4720049Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4720242Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4720420Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4720614Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_bool SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4720817Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721017Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721220Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721415Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721608Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721797Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4721989Z test_ops.py::TestCommonCPU::test_python_ref__refs_reshape_cpu_int8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4722170Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4722365Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4722556Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4722746Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4722932Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4723115Z test_ops.py::TestCommonCPU::test_python_ref__refs_roll_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4723305Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4723496Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4723683Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4723886Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_float64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4724078Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4724263Z test_ops.py::TestCommonCPU::test_python_ref__refs_rot90_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4724457Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4724650Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_float32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4724841Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4725027Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_int32 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4725213Z test_ops.py::TestCommonCPU::test_python_ref__refs_round_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4725407Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4725648Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4725840Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4726027Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4726222Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4726418Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4726608Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float16 SKIPPED (Skipped under ASAN) [ 28%] 2022-12-01T10:34:16.4726804Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4726991Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4727179Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4727355Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4727548Z test_ops.py::TestCommonCPU::test_python_ref__refs_rsub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4727742Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4727931Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4728116Z test_ops.py::TestCommonCPU::test_python_ref__refs_sgn_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4728320Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4728518Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4728713Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4728960Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4729142Z test_ops.py::TestCommonCPU::test_python_ref__refs_sigmoid_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4729335Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4729523Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4729713Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4729929Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4730116Z test_ops.py::TestCommonCPU::test_python_ref__refs_sign_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4730312Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4730504Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4730694Z test_ops.py::TestCommonCPU::test_python_ref__refs_signbit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4730871Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4731062Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4731255Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4731444Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4731656Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4731842Z test_ops.py::TestCommonCPU::test_python_ref__refs_sin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4732034Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4732223Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4732412Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4732641Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4732869Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinc_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4733191Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4733386Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4733571Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4733752Z test_ops.py::TestCommonCPU::test_python_ref__refs_sinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4733952Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4734146Z test_ops.py::TestCommonCPU::test_python_ref__refs_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4734353Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4734546Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4734752Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4734956Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4735163Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4735361Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4735563Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4735766Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736021Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_bessel_j1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736216Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736404Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736602Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i0e_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736795Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4736998Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4737192Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4737386Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4737581Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4737812Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738013Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738201Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738400Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738594Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_i1e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738793Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4738995Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4739195Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4739396Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4739593Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_logit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4739821Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4740037Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4740259Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4740489Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4740714Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4740933Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4741149Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4741368Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4741585Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4741832Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4742051Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_3_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4742271Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4742474Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4742690Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4742900Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4743110Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4743329Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_spherical_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4743652Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4743898Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4744097Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4744295Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4744479Z test_ops.py::TestCommonCPU::test_python_ref__refs_special_zeta_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4744672Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4744872Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4745067Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4745258Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4745451Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4745641Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4745824Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746005Z test_ops.py::TestCommonCPU::test_python_ref__refs_sqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746189Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746391Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746585Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746781Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4746973Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4747164Z test_ops.py::TestCommonCPU::test_python_ref__refs_square_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4747353Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4747551Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4747745Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4747958Z test_ops.py::TestCommonCPU::test_python_ref__refs_squeeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4748155Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4748358Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4748547Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4748735Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4748923Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4749108Z test_ops.py::TestCommonCPU::test_python_ref__refs_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4749358Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4749554Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4749772Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4749976Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4750171Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4750366Z test_ops.py::TestCommonCPU::test_python_ref__refs_std_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4750555Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4750749Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4750943Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4751136Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4751326Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_float64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4751501Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4751683Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4751869Z test_ops.py::TestCommonCPU::test_python_ref__refs_sub_cpu_int8 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4752063Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4752253Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_bool SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4752448Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4752642Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4752829Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_float32 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4753016Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int16 SKIPPED (Skipped under ASAN) [ 29%] 2022-12-01T10:34:16.4753188Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4753377Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4753576Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4753770Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4753992Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4754187Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4754381Z test_ops.py::TestCommonCPU::test_python_ref__refs_sum_to_size_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4754569Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4754755Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4754928Z test_ops.py::TestCommonCPU::test_python_ref__refs_t_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4755118Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4755305Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4755499Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4755735Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4755925Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4756112Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4756301Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4756486Z test_ops.py::TestCommonCPU::test_python_ref__refs_tan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4756667Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4756856Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4757041Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4757225Z test_ops.py::TestCommonCPU::test_python_ref__refs_tanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4757426Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4757623Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4757825Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758025Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758224Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758411Z test_ops.py::TestCommonCPU::test_python_ref__refs_tensor_split_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758604Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758794Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4758977Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4759165Z test_ops.py::TestCommonCPU::test_python_ref__refs_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4759357Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4759551Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4759766Z test_ops.py::TestCommonCPU::test_python_ref__refs_trace_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4759970Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4760156Z test_ops.py::TestCommonCPU::test_python_ref__refs_transpose_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4760344Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4760579Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4760772Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4760961Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4761147Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4761338Z test_ops.py::TestCommonCPU::test_python_ref__refs_tril_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4761522Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4761740Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4761922Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4762112Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4762307Z test_ops.py::TestCommonCPU::test_python_ref__refs_triu_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4762501Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4762706Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4762905Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4763107Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4763302Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4763496Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4763676Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4763870Z test_ops.py::TestCommonCPU::test_python_ref__refs_true_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4764062Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4764255Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4764446Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4764637Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4764828Z test_ops.py::TestCommonCPU::test_python_ref__refs_trunc_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4765024Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4765219Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4765397Z test_ops.py::TestCommonCPU::test_python_ref__refs_unbind_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4765590Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4765817Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766014Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766210Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766403Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766601Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766793Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4766983Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4767168Z test_ops.py::TestCommonCPU::test_python_ref__refs_unflatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4767369Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4767598Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4767799Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4767999Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4768191Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4768389Z test_ops.py::TestCommonCPU::test_python_ref__refs_unfold_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4768583Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4768784Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4768982Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4769164Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4769357Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4769550Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4769743Z test_ops.py::TestCommonCPU::test_python_ref__refs_unsqueeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4769929Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4770123Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4770312Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4770498Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4770696Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4770882Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4771077Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4771268Z test_ops.py::TestCommonCPU::test_python_ref__refs_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4771458Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4771682Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4771876Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4772071Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4772262Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4772454Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4772634Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4772821Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4773124Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4773322Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4773566Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4773757Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4773949Z test_ops.py::TestCommonCPU::test_python_ref__refs_view_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4774149Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4774351Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4774532Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4774728Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4774921Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4775118Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4775312Z test_ops.py::TestCommonCPU::test_python_ref__refs_vsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4775502Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4775702Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4775901Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4776095Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4776277Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4776470Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4776661Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4776848Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4777041Z test_ops.py::TestCommonCPU::test_python_ref__refs_vstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4777232Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_bool SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4777422Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4777616Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4777829Z test_ops.py::TestCommonCPU::test_python_ref__refs_where_cpu_int64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4778031Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4778225Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4778418Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4778608Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 30%] 2022-12-01T10:34:16.4778795Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4778981Z test_ops.py::TestCommonCPU::test_python_ref__refs_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4779155Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_add_cpu PASSED [ 31%] 2022-12-01T10:34:16.4779325Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_amin_cpu PASSED [ 31%] 2022-12-01T10:34:16.4779498Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_left_shift_cpu PASSED [ 31%] 2022-12-01T10:34:16.4779702Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_bitwise_or_cpu PASSED [ 31%] 2022-12-01T10:34:16.4779870Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_cat_cpu XFAIL [ 31%] 2022-12-01T10:34:16.4780045Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_diagonal_cpu PASSED [ 31%] 2022-12-01T10:34:16.4780229Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_div_no_rounding_mode_cpu PASSED [ 31%] 2022-12-01T10:34:16.4780403Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_dstack_cpu PASSED [ 31%] 2022-12-01T10:34:16.4780571Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eq_cpu PASSED [ 31%] 2022-12-01T10:34:16.4780740Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_eye_cpu PASSED [ 31%] 2022-12-01T10:34:16.4780910Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fliplr_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781076Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_float_power_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781258Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_floor_divide_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781425Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmax_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781593Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmin_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781757Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_fmod_cpu PASSED [ 31%] 2022-12-01T10:34:16.4781922Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gcd_cpu PASSED [ 31%] 2022-12-01T10:34:16.4782085Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_gt_cpu PASSED [ 31%] 2022-12-01T10:34:16.4782261Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_heaviside_cpu PASSED [ 31%] 2022-12-01T10:34:16.4782424Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_hstack_cpu XFAIL [ 31%] 2022-12-01T10:34:16.4782598Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_igammac_cpu PASSED [ 31%] 2022-12-01T10:34:16.4782776Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_index_select_cpu XFAIL [ 31%] 2022-12-01T10:34:16.4782947Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_isclose_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783110Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_le_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783284Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_linspace_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783458Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_and_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783633Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logical_or_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783792Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_logspace_cpu PASSED [ 31%] 2022-12-01T10:34:16.4783998Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_masked_fill_cpu PASSED [ 31%] 2022-12-01T10:34:16.4784168Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_minimum_cpu XFAIL [ 31%] 2022-12-01T10:34:16.4784337Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_mul_cpu PASSED [ 31%] 2022-12-01T10:34:16.4784520Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_native_layer_norm_cpu PASSED [ 31%] 2022-12-01T10:34:16.4784685Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_neg_cpu PASSED [ 31%] 2022-12-01T10:34:16.4784869Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_gelu_cpu PASSED [ 31%] 2022-12-01T10:34:16.4785058Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_l1_loss_cpu PASSED [ 31%] 2022-12-01T10:34:16.4785246Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 31%] 2022-12-01T10:34:16.4785444Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 31%] 2022-12-01T10:34:16.4785630Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_prelu_cpu PASSED [ 31%] 2022-12-01T10:34:16.4785851Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_nn_functional_softshrink_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786027Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_reshape_as_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786198Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_rot90_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786366Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_sub_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786536Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_trace_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786713Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_true_divide_cpu PASSED [ 31%] 2022-12-01T10:34:16.4786871Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_unbind_cpu PASSED [ 31%] 2022-12-01T10:34:16.4787039Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_view_cpu PASSED [ 31%] 2022-12-01T10:34:16.4787207Z test_ops.py::TestCommonCPU::test_python_ref_errors__refs_vstack_cpu XFAIL [ 31%] 2022-12-01T10:34:16.4787429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4787652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4787867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4788081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4788294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4788508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4788707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4788918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4789137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4789422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4789651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4789871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4790121Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4790340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_abs_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4790563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4790774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4790982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4791197Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4791414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4791633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4791873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4792093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4792308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4792532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4792753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4792970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acos_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4793171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4793392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4793611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4793823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4794036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4794253Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4794474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4794692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4794907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_acosh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4795123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4795329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4795543Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4795784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4795996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4796209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4796424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4796644Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4796866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4797082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4797298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4797537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4797754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4797966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_add_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4798191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4798417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4798640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4798866Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4799089Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addcdiv_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4799306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4799521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4799721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4799937Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4800163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4800384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4800605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4800824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4801041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4801258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4801505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_addr_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4801718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4801923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4802138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4802349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4802556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4802767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4802987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4803227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4803443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4803657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_all_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4803875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4804091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4804319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_allclose_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4804537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4804752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4804963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4805171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 31%] 2022-12-01T10:34:16.4805382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4805596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4805813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4806031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4806237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amax_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4806450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4806657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4806868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4807081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4807325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4807540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4807756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_amin_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4807966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4808184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4808386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4808601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4808811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4809045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4809254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4809471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4809691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4809908Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4810125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4810339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4810542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_any_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4810761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4810978Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4811191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4811402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4811623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4811841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_arange_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4812067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4812289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4812507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4812711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4812955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4813294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4813520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4813746Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4813970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4814199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4814419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_as_strided_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4814636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4814898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4815103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4815318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4815529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4815739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4815962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4816179Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4816397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4816617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4816834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4817046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asin_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4817255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4817477Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4817698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4817912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4818127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4818336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4818559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4818857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4819075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4819296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_asinh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4819498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4819709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4819919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4820132Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4820347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4820592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4820812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4821027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4821272Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4821592Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4821797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4822011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4822230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4822442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4822660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4822877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4823096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4823316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4823535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atan_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4823753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4823954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4824171Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4824383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4824632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4824847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4825062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4825284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4825501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4825726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4825947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4826153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4826398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4826614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4826828Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atanh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4827050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4827267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4827489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4827709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4827927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4828141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4828355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4828578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4828797Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4829014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4829235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_1d_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4829508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4829735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4829957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4830178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4830424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4830639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4830847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4831064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4831281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4831499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4831722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4831977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4832207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4832438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4832664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4832884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4833088Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4833376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4833596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_2d_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4833817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4834045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4834266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4834484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 32%] 2022-12-01T10:34:16.4834707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4834927Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4835143Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4835348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4835563Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4835792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4836051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4836278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4836497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4836722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4836942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_atleast_3d_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4837161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4837381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4837588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4837842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4838068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4838291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4838508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4838729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4838950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_and_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4839180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4839410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4839641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4839870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_left_shift_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4840078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4840297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4840522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4840741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_not_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4840961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4841180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4841404Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4841649Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_or_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4841864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4842085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4842294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4842519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4842741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4842958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_bitwise_xor_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4843187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_shapes_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4843447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4843682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4843911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4844139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4844368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4844584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4844822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4845054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4845292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4845523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4845758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4845989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4846223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4846453Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_tensors_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4846682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4846906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4847122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4847379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4847604Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4847818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4848030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4848263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4848493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4848725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4848977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4849200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4849424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_broadcast_to_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4849630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4849845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4850058Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4850270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4850481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4850690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4850911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4851133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4851352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4851567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cat_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4851772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4851986Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4852199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4852409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4852630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4852847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4853206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4853429Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4853646Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ceil_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4853850Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4854074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4854292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4854515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4854733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4854993Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4855220Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4855443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4855662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4855880Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4856097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_chunk_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4856303Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4856518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4856728Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4856939Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4857162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4857380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4857598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4857819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4858040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4858258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4858466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4858684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4858930Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4859160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4859380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4859602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4859824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_max_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4860043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4860261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4860476Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4860706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4860923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4861147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4861363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4861586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4861805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4862021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clamp_min_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4862240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4862456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4862669Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4862877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4863093Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4863311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_clone_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4863534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4863753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 33%] 2022-12-01T10:34:16.4863979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4864202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4864456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4864675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4864907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4865126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4865357Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4865584Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4865810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4866033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4866282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4866504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_column_stack_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4866718Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4866936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4867150Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4867355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4867572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4867784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4867992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4868212Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4868425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4868643Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4868862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4869081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4869350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4869567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4869792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4870022Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4870348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4870572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4870793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4871012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4871275Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4871547Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4871794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4872175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4872433Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4872689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4872981Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_conj_physical_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4901391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4901717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4901948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4902178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4902402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4902629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4902861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4903084Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4903309Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_constant_pad_nd_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4903532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4903748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4903969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4904188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4904405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4904744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4904959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4905178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4905398Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4905615Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4905834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4906051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_contiguous_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4906307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4906523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4906736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4906957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4907169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4907380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4907599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4907808Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_copysign_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4908015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4908228Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4908436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4908641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4908846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4909053Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4909259Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4909573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4909779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4909994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4910206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4910449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cos_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4910660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4910867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4911074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4911279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4911482Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4911692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4911903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4912167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4912379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4912590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cosh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4912807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4913021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4913236Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4913446Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4913653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4913868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4914076Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4914286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4914499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4914711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_cumsum_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4914933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4915147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4915356Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4915567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4915778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4916027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4916255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4916469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4916687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4916900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4917114Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diag_embed_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4917332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4917570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4917791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4918010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4918221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4918438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4918650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4918873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4919092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4919311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4919529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4919741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_diagonal_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4919954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4920167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4920380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4920587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4920795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4921012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4921225Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4921465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 34%] 2022-12-01T10:34:16.4921683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_digamma_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4921906Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4922127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4922346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4922566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4922794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4923018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4923268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4923492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4923712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_floor_rounding_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4923935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4924157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4924372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_complex64 SKIPPED (Skipped!) [ 35%] 2022-12-01T10:34:16.4924596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4924815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4925032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4925257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4925481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4925707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4925934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4926163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4926384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4926608Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4926859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4927081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_no_rounding_mode_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4927308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4927531Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4927750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4927967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4928195Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4928420Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4928668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4928892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4929112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_div_trunc_rounding_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4929324Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4929534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4929750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4929966Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4930172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4930383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4930591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4930804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4931014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4931234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4931447Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4931657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4931868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4932079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dsplit_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4932318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4932522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4932740Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4932954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4933274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4933483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4933690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4933899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4934151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4934366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4934585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4934793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4935004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_dstack_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4935396Z 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:34:16.4935716Z 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:34:16.4936043Z 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:34:16.4936370Z 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:34:16.4936695Z 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:34:16.4937019Z 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:34:16.4937341Z 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:34:16.4937659Z 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:34:16.4937974Z 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:34:16.4938300Z 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:34:16.4938638Z 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:34:16.4938976Z 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:34:16.4939305Z 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:34:16.4939666Z 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:34:16.4939994Z 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:34:16.4940319Z 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:34:16.4940644Z 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:34:16.4940980Z 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:34:16.4941317Z 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:34:16.4941671Z 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:34:16.4942001Z 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:34:16.4942330Z 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:34:16.4942655Z 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:34:16.4942977Z 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:34:16.4943189Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4943399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4943603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4943806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4944009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4944206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4944417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4944624Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4944839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4945044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4945251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eq_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4945459Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4945664Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4945902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4946108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4946310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4946514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4946714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4946918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4947120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4947335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4947569Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4947783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4947989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erf_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4948194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4948399Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4948605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4948812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4949016Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4949223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4949491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4949705Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4949917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4950128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4950336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4950544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfc_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4950755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4950965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4951172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4951378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4951611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4951822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4952031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4952241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4952452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_erfinv_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4952653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 35%] 2022-12-01T10:34:16.4952862Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4953064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4953315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4953523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4953733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4953942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4954151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4954358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4954570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4954772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4954973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4955177Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4955378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4955580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4955789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4956003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4956218Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4956426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4956635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4956837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4957074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_exp_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4957293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4957512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4957725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4957934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4958139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4958350Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4958562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4958800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4959006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4959217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4959436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4959657Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4959875Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4960090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4960302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4960511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_as_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4960723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4960934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4961141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4961348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4961557Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4961772Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4961984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4962202Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4962414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4962650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4962863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4963075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expand_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4963282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4963484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4963690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4963904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4964111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4964345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4964555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_expm1_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4964762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4964972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4965180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4965381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4965588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4965798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4966002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4966207Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4966409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_eye_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4966618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4966832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4967041Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4967250Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4967455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4967672Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4967883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4968122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4968332Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4968544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4968755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4968969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4969192Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4969403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4969617Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4969847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4970057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4970263Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4970471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4970690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4970909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4971125Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4971342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4971559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4971778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4971988Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4972206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4972432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4972661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4972885Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4973211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4973426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4973645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4973909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4974129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4974348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4974575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4974802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4975024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4975251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4975509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_fftshift_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4975734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4975954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4976167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4976386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4976591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4976821Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4977045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4977261Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4977475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4977698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4977917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4978135Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4978352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4978568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4978781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4978987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4979209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4979457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4979675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4979883Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4980091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4980307Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4980528Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4980747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4980962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4981206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 36%] 2022-12-01T10:34:16.4981430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4981648Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4981863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4982080Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_hfftn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4982295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4982519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4982735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4982949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4983163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4983371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4983590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4983805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4984025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4984242Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4984457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4984679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4984895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4985138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4985355Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4985566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4985790Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4986010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4986226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4986445Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4986684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4986900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4987124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4987343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4987559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4987766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4987991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4988213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4988430Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4988659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4988882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4989101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4989384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4989622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4989854Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4990082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4990297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4990521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4990814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ifftshift_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4991033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4991255Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4991470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4991687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4991904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4992126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4992380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4992588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4992809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4993028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4993245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4993461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4993679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4993896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4994112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4994333Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4994555Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4994761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4994980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4995199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4995417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4995629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4995845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4996064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4996319Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4996535Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_ihfftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4996760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4996967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4997183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4997409Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4997631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4997853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4998109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4998326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4998539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4998761Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4998990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4999214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4999423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4999637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.4999855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5000070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfft_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5000286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5000514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5000734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5000953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5001166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5001379Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5001595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5001823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5002072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5002291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5002503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5002715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_irfftn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5002929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5003147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5003365Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5003607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5003814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5004032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft2_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5004248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5004466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5004680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5004898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5005120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5005337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5005549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5005764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfft_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5005970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5006187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5006405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5006619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5006841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5007057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5007276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fft_rfftn_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5007519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5007736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5007955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5008161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5008376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5008589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5008802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5009019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5009264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5009483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5009704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5009923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5010140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 37%] 2022-12-01T10:34:16.5010345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5010564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fill_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5010784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5010997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5011221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5011437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5011655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5011873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5012092Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5012308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5012522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5012733Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5012956Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5013325Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5013549Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5013767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5013987Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5014205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flatten_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5014425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5014640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5014860Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5015106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5015323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5015533Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5015745Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5015955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5016178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5016395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5016610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5016832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flip_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5017050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5017254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5017467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5017684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5017897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5018118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5018341Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5018556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5018774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5019023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fliplr_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5019238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5019451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5019665Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5019881Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5020096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5020306Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5020522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5020759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5020984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5021205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5021423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5021630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5021847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_flipud_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5022071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5022300Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5022524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5022744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5022963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5023181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5023401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5023623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5023835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5024065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5024291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5024511Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5024756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5024973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_float_power_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5025198Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5025423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5025640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5025855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5026068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5026295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5026552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5026778Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5027004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_divide_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5027223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5027437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5027653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5027868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5028078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5028297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5028503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5028719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5028936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_floor_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5029151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5029432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5029650Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5029863Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5030078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5030291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5030544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5030750Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5030965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5031182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmax_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5031395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5031606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5031822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5032035Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5032282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5032496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5032701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5032919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5033134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5033353Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5033567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5033779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmin_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5033991Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5034205Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5034414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5034627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5034831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5035043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5035254Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5035470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5035682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5035895Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5036138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_fmod_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5036352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5036568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5036777Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5036984Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5037203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5037419Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_frac_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5037635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5037872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5038087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gcd_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5038304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5038519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5038732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5038949Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 38%] 2022-12-01T10:34:16.5039155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5039373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5039588Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5039800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5040012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ge_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5040224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5040438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5040651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5040861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5041072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5041269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5041486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5041699Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5041940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5042154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5042366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5042575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_gt_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5042796Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5043012Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5043234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5043438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5043692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5043913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5044134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5044354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_heaviside_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5044571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5044787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5045010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5045229Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5045448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5045652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5045867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5046081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5046293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5046515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5046737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5046957Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5047174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hsplit_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5047394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5047639Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5047842Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5048055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5048276Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5048498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5048715Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5048935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5049151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5049394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5049610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5049827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hstack_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5050034Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5050252Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_hypot_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5050467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5050681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5050891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5051099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5051315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5051532Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_i0_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5051756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5051975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igamma_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5052183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5052407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5052631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_igammac_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5052849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5053163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5053432Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5053654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5053871Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_imag_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5054090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5054313Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5054521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5054741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5054996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5055222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5055450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5055678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5055903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5056123Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5056347Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5056566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5056784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5056989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_add_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5057206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5057425Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5057645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5057864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5058081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5058299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5058527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5058758Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5059010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5059227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5059450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_copy_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5059666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5059886Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5060101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5060318Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5060540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5060794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5061021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5061244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5061451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5061667Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_fill_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5061892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5062116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5062343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5062565Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5062781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5062999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5063214Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5063443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5063674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5063893Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5064120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5064342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5064593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5064812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_index_select_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5065028Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5065248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5065467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5065684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5065903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5066110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5066352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5066566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5066786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5067009Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5067230Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5067451Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5067670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5067887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 39%] 2022-12-01T10:34:16.5068108Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isclose_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5068315Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5068529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5068747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5068964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5069180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5069454Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5069677Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5069904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5070129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5070388Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5070598Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5070815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5071027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isfinite_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5071240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5071460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5071680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5071898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5072153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5072368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5072582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5072786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5073011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5073234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5073452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5073668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5073884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isinf_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5074102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5074321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5074538Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5074752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5074958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5075170Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5075390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5075610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5075826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5076070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5076287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5076505Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5076720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isnan_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5076942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5077151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5077369Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5077587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5077861Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5078079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5078302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5078518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5078741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5078963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5079182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isneginf_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5079405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5079611Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5079831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5080048Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5080268Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5080489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5080712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5080932Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5081152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isposinf_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5081367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5081582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5081812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5082029Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5082244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5082455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5082676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5082900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5083120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5083336Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5083579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5083798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5084005Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_isreal_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5084215Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5084426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5084637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5084853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5085068Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lcm_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5085280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5085490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5085700Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5085911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5086111Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5086321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5086537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5086752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5086969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5087182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5087421Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5087636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5087849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_le_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5088067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5088270Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5088484Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5088696Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5088915Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5089160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5089380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5089595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5089813Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lgamma_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5090046Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5090280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5090508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5090742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_matrix_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5090969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5091191Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5091410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5091641Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5091872Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5092097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5092321Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5092545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5092760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5093102Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5093372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5093603Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5093831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5094059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5094283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svd_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5094515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5094747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5095013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_svdvals_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5095246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5095467Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5095694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5095923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5096149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5096386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5096619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linalg_vector_norm_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5096843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5097066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5097284Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 40%] 2022-12-01T10:34:16.5097504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5097712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5097929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5098146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5098371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5098596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5098844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5099064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5099287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5099503Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_linspace_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5099721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5099929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5100144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5100364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5100602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5100815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5101027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5101237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5101455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5101673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5101899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5102107Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5102322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5102536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log10_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5102754Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5102969Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5103187Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5103401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5103621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5103837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5104054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5104257Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log1p_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5104500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5104711Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5104926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5105136Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5105358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5105573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5105786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5106004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5106247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5106452Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log2_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5106666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5106884Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5107096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5107312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5107527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5107739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5107952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5108164Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5108374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5108579Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5108800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5109015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5109232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5109534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5109753Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5109977Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5110201Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5110462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5110688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_log_softmax_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5110900Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5111127Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5111349Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5111568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5111791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5112049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5112271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5112496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5112717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5112948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5113178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5113395Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_and_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5113620Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5113837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5114051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5114264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5114492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5114722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5114948Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5115173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5115390Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5115594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_not_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5115817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5116067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5116296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5116519Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5116737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5116953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5117174Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5117401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5117651Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5117857Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_or_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5118081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5118304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5118523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5118738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5118959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5119175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5119394Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5119613Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5119837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5120057Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5120267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logical_xor_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5120488Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5120707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5120934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5121154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5121372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5121614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5121827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5122049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5122269Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logspace_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5122475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5122688Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5122909Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5123130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5123378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5123600Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5123822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5124042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_logsumexp_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5124258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5124471Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5124674Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5124891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5125099Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5125316Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5125527Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5125742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5125961Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5126178Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 41%] 2022-12-01T10:34:16.5126391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5126602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_lt_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5126814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5127032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5127291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5127516Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5127738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5127954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5128172Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5128385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5128597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5128825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5129071Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5129299Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5129524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5129747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_masked_fill_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5129967Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5130184Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5130401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5130631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5130849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5131072Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5131279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5131497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5131714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5131933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_maximum_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5132147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5132363Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5132578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5132798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5133162Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5133384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mean_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5133622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5133844Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5134086Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5134326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5134564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5134847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5135081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5135310Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5135544Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5135785Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5136027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5136262Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5136483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_list_of_tensors_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5136725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5136959Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5137190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5137424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5137661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5137899Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5138134Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5138380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5138656Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5138894Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5139113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5139342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5139575Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5139805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_meshgrid_variadic_tensors_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5140025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5140267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5140487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5140702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5140918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5141137Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5141346Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5141572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5141791Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5142011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_minimum_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5142233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5142449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5142670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5142887Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5143116Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5143334Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5143548Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5143771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5143992Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5144240Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5144458Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5144682Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_movedim_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5144898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5145113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5145326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5145536Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5145736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5145970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5146185Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5146405Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5146622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5146837Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5147065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5147352Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5147645Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5147864Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_mul_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5148070Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5148294Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5148513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5148768Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5149004Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5149231Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5149517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5149738Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5149953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nan_to_num_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5150217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5150436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5150655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5150868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5151083Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5151297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5151522Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5151744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5152006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5152226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5152442Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5152660Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_narrow_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5152891Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5153126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5153360Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_native_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5153564Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5153783Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5153996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5154209Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5154418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5154632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5154847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5155061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5155277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5155492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5155694Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ne_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5155935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 42%] 2022-12-01T10:34:16.5156146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5156361Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5156570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5156781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5156999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5157219Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5157438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5157680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_neg_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5158070Z 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:34:16.5158406Z 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:34:16.5158743Z 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:34:16.5159079Z 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:34:16.5159416Z 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:34:16.5159751Z 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:34:16.5160097Z 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:34:16.5160436Z 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:34:16.5160769Z 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:34:16.5161106Z 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:34:16.5161444Z 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:34:16.5161770Z 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:34:16.5162112Z 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:34:16.5162369Z 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:34:16.5162623Z 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:34:16.5162878Z 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:34:16.5163163Z 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:34:16.5163416Z 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:34:16.5163673Z 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:34:16.5163923Z 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:34:16.5164171Z 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:34:16.5164424Z 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:34:16.5164698Z 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:34:16.5164941Z 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:34:16.5165159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5165385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5165607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5165827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5166045Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5166260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5166486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5166712Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5166933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5167141Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_full_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5167358Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5167581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5167803Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5168020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5168238Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5168523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5168741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5168958Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5169175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5169386Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5169610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5169831Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5170052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5170297Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5170514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_ones_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5170735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5170951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5171175Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5171401Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5171606Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5171826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5172051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5172277Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5172507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5172734Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5172960Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5173298Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5173518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5173735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_new_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5173953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5174157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nextafter_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5174443Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5174678Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5174911Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5175144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5175374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_celu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5175610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5175847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5176118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5176359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5176585Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_dropout_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5176814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5177047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5177279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_elu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5177512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5177742Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5177973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5178204Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_gelu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5178431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5178661Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5178898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_glu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5179126Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5179364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5179605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5179839Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5180113Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5180354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5180589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5180823Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5181059Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5181292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hardtanh_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5181542Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5181811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_hinge_embedding_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5182047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5182286Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5182521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_huber_loss_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5182755Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5182985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5183216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5183450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5183685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_l1_loss_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5183918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5184152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5184382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_layer_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5184621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5184855Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5185090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5185329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5185596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_leaky_relu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5185843Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5186087Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5186328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5186570Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5186814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5187065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5187326Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5187573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_margin_ranking_loss_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5187802Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5188030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 43%] 2022-12-01T10:34:16.5188265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5188497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mish_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5188730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5188962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5189196Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5189494Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_mse_loss_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5189747Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5189982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5190223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5190469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5190720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5190971Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5191251Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5191500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5191744Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5191989Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5192235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5192481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pairwise_distance_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5192701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5192975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5193211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_pdist_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5193450Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5193689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5193931Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5194173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5194414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5194655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5194892Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5195133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_poisson_nll_loss_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5195354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5195587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5195820Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_prelu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5196055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5196282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5196510Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5196781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5197013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5197244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5197475Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu6_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5197704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5197919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5198148Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5198403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5198636Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5198870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5199097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_relu_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5199329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_selu_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5199567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5199800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5200042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5200280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softplus_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5200506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5200743Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_softshrink_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5200980Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5201221Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5201460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5201693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5201926Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5202160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5202422Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5202662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5202905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5203133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5203367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5203607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5203868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_tanhshrink_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5204104Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5204342Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5204573Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5204811Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5205051Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_nn_functional_threshold_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5205279Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5205499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5205707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5205929Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5206147Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5206359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5206581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5206807Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5207027Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5207245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5207466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5207687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5207923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5208146Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5208364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5208578Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5208789Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5208999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5209206Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5209431Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5209689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5209902Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5210106Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5210320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ones_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5210541Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5210764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5210985Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5211200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5211414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5211630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5211853Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5212074Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5212290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5212509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5212727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5212944Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5213273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_permute_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5213498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5213776Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5213996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5214216Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5214437Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5214642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5214859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5215078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5215302Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5215566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5215793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5216014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5216232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_positive_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5216448Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5216666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5216868Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5217082Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5217295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5217513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5217727Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_pow_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5217940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5218156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5218371Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5218583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 44%] 2022-12-01T10:34:16.5218794Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5219006Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5219223Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5219473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5219690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5219912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5220130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_prod_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5220515Z 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:34:16.5220863Z 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:34:16.5221210Z 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:34:16.5221565Z 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:34:16.5221950Z 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:34:16.5222286Z 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:34:16.5222504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5222724Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5222943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5223163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5223381Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5223607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5223824Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5224040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5224256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_ravel_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5224463Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5224683Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5224898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5225115Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5225328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5225545Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5225767Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5226019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5226235Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5226449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5226652Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_real_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5226879Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5227097Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5227322Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5227572Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5227793Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5228014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5228234Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5228464Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5228698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5228918Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5229145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5229438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5229668Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5229888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5230110Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5230329Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reciprocal_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5230553Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5230775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5230996Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5231211Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5231435Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5231689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_remainder_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5231905Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5232122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5232335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5232556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5232775Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5232997Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5233217Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5233460Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5233681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5233898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5234117Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5234337Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_repeat_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5234567Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5234792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5235014Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5235237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5235455Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5235673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5235882Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5236101Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5236320Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5236550Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5236771Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5236999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5237224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5237480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5237701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5237921Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5238128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_as_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5238343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5238566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5238788Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5239033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5239249Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5239461Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5239675Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5239898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5240124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5240340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5240562Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5240779Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5241001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5241222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5241440Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5241662Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_reshape_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5241877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5242096Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5242314Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5242518Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5242730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5242975Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5243188Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5243407Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5243631Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5243849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5244066Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5244281Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5244499Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5244730Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_roll_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5244953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5245169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5245383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5245595Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5245805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5246018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5246233Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5246456Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5246673Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5246877Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5247094Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rot90_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5247308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5247520Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5247732Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5247953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5248167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5248382Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_round_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 45%] 2022-12-01T10:34:16.5248594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5248840Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5249044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5249260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5249470Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5249691Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5249913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5250131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5250375Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5250593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsqrt_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5250809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5251023Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5251227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5251438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5251653Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5251867Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5252090Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5252308Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5252521Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5252737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5252955Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5253285Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5253489Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_rsub_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5253706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5253917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5254133Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5254345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5254605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5254818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5255030Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5255243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5255465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5255690Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5255907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5256129Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5256403Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sgn_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5256626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5256846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5257065Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5257293Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5257517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5257748Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5257973Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5258194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5258414Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5258622Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5258847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sigmoid_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5259067Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5259288Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5259507Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5259725Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5259935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5260149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5260402Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5260627Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5260834Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5261049Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5261265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sign_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5261480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5261695Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5261917Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5262167Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5262392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5262614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5262832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5263037Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5263260Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5263480Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_signbit_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5263698Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5263916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5264130Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5264340Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5264552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5264774Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5264990Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5265199Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5265417Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5265633Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5265845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5266081Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sin_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5266296Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5266508Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5266723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5266935Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5267145Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5267354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5267571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5267819Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5268040Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5268256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5268473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5268689Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5268907Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5269122Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinc_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5269391Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5269602Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5269816Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5270033Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5270248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5270462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5270680Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5270903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5271124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5271345Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5271561Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5271764Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5272020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sinh_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5272244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5272462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5272681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5272904Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5273124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_softmax_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5273354Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5273623Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5273856Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5274091Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5274311Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5274540Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5274773Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5275003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5275227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5275457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5275684Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5275910Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5276138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5276366Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5276583Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5276810Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5277044Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5277280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5277539Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 46%] 2022-12-01T10:34:16.5277800Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_bessel_j1_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5278054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5278274Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5278496Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5278792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5279021Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5279232Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5279490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5279714Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5279938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5280159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i0e_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5280380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5280601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5280825Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5281043Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5281267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5281472Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5281693Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5281912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5282131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5282359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5282580Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5282798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5283015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_i1e_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5283247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5283506Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5283723Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5283947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5284166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5284383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5284614Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5284847Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5285103Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5285330Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5285556Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_logit_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5285809Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5286055Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5286291Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5286537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5286784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_1_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5287031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5287278Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5287523Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5287766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5288011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5288264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5288514Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5288760Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5289024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5289271Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5289515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_3_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5289756Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5289999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5290245Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5290515Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5290762Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5291013Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5291264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5291512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5291766Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5292001Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_multigammaln_mvlgamma_p_5_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5292244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5292483Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5292719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5292963Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5293312Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5293554Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5293786Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5294019Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_spherical_bessel_j0_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5294243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5294469Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5294726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5294947Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5295161Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5295384Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5295610Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5295838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5296069Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_special_zeta_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5296328Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5296552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5296770Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5296979Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5297203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5297426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5297642Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5297859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5298078Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sqrt_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5298292Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5298517Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5298736Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5298954Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5299158Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5299374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5299594Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5299818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5300039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5300283Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5300501Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5300722Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5300943Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_square_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5301163Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5301372Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5301587Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5301806Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5302052Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5302266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5302478Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5302697Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5302924Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5303149Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5303368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5303576Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5303795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_squeeze_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5304011Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5304224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5304438Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5304654Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5304870Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5305079Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5305290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5305512Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5305721Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5305970Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5306190Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5306411Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5306629Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_stack_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5306848Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5307064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5307280Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5307497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5307737Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 47%] 2022-12-01T10:34:16.5307945Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5308166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5308383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5308601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5308822Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5309047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5309343Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5309574Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_std_mean_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5309792Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5310010Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5310224Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5310424Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5310635Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5310859Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5311077Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5311290Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5311504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sub_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5311752Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5311964Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5312183Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5312392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5312589Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5312805Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5313025Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5313243Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5313498Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5313710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5313934Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5314153Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5314380Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5314605Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5314818Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5315038Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5315258Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5315474Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5315701Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5315923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5316155Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5316383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5316609Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5316827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_sum_to_size_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5317031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5317248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5317491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5317704Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5317916Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5318128Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5318339Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5318552Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5318769Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5318994Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5319226Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5319444Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5319659Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5319873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5320085Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5320295Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5320509Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_t_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5320726Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5320940Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5321159Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5321364Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5321581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5321798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5322020Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5322246Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5322468Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5322687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5322901Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tan_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5323120Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5323367Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5323571Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5323787Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5324003Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5324227Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5324449Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5324670Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tanh_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5324898Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5325151Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5325376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5325596Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5325804Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5326036Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5326267Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5326497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tensor_split_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5326713Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5326950Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5327213Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5327426Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5327640Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5327920Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5328131Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5328348Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5328586Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5328832Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5329047Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_to_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5329318Z 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:34:16.5329618Z 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:34:16.5329850Z 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:34:16.5330079Z 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:34:16.5330324Z 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:34:16.5330549Z 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:34:16.5330784Z 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:34:16.5331043Z 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:34:16.5331272Z 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:34:16.5331493Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5331717Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5331942Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5332169Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5332392Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5332618Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5332838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5333152Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5333374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5333599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_transpose_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5333817Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5334042Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5334264Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5334485Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5334702Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5334919Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5335181Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5335396Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5335621Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5335841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5336063Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5336282Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5336500Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5336719Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5336982Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_tril_indices_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5337203Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5337423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 48%] 2022-12-01T10:34:16.5337630Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5337846Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5338061Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5338273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5338492Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5338709Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5338933Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5339154Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5339374Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5339590Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5339795Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5340015Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5340241Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5340465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_triu_indices_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5340692Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5340946Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5341166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5341385Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5341599Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5341826Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5342039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5342273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5342529Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5342759Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5342983Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5343200Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5343415Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_true_divide_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5343637Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5343849Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5344064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5344273Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5344490Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5344710Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5344928Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5345144Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5345362Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_trunc_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5345582Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5345798Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5346018Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5346237Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5346504Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5346720Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5346936Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5347160Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5347383Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5347607Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5347827Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5348050Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5348304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5348524Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unbind_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5348751Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5348962Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5349180Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5349457Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5349679Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5349912Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5350140Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5350359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5350581Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5350799Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unflatten_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5351024Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5351244Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5351466Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5351685Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5351903Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5352118Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5352373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5352601Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5352835Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5353062Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5353287Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5353497Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5353716Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unfold_copy_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5353972Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5354194Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5354410Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5354626Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5354845Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5355075Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5355304Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5355534Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5355741Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5355965Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5356182Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5356397Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5356619Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_unsqueeze_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5356838Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5357054Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5357266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5357487Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5357707Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5357952Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5358156Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5358376Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5358591Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5358814Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5359039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5359265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5359491Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5359735Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5359951Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5360166Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5360368Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5360593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5360815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5361039Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5361266Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5361486Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5361706Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5361923Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5362139Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5362359Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_as_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5362568Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5362784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5362995Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5363208Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5363423Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5363666Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5363888Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5364109Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5364323Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5364537Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5364739Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5364953Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_view_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5365173Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5365418Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5365632Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_int32 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5365841Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5366064Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5366289Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5366513Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 49%] 2022-12-01T10:34:16.5366729Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5366938Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vsplit_executor_nvfuser_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5367157Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5367373Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5367597Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5367815Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5368032Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5368248Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5368465Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5368687Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5368913Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5369124Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5369378Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5369593Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5369812Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5370031Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_vstack_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5370247Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5370462Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5370681Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5370897Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5371138Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_aten_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5371344Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5371566Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5371784Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5372002Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5372222Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5372436Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_where_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5372655Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5372873Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5373256Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5373473Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5373676Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5373896Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5374112Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_aten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5374335Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5374559Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5374781Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5374999Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5375265Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5375481Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5375703Z test_ops.py::TestCommonCPU::test_python_ref_executor__refs_zeros_executor_nvfuser_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5375928Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5376171Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_aten_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5376412Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_native_batch_norm_executor_nvfuser_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5376642Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_aten_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5376878Z test_ops.py::TestCommonCPU::test_python_ref_executor_ops_nvprims_var_mean_executor_nvfuser_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5377120Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5377324Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5377528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5377730Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5377926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5378111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_abs_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5378316Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5378523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5378723Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5378921Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5379124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5379326Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5379525Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_acosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5379725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5379911Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5380111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5380311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5380512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5380711Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5380904Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5381100Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_addr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5381329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5381524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5381714Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5381913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5382110Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5382306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5382500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_all_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5382700Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5382900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5383122Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5383319Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5383500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5383693Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amax_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5383890Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_float16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5384082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5384274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5384470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_amin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5384670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5384868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5385061Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5385243Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5385434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5385631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_any_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5385835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5386036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5386235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_arange_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5386463Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bfloat16 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:34:16.5386685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_bool SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:34:16.5386914Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:34:16.5387170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:34:16.5387386Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_as_strided_cpu_float32 SKIPPED (Errors when storage_offset is included) [ 50%] 2022-12-01T10:34:16.5387585Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5387781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5387987Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5388184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5388378Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5388578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5388780Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5389000Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5389191Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5389450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5389650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5389849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_asinh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5390050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5390249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5390451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5390649Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5390846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5391026Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5391221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan2_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5391420Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5391627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5391829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_float32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5392027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atan_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5392229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5392427Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5392634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5392820Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5393016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atanh_cpu_int8 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5393249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_bool SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5393458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_float64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5393660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int16 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5393859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int32 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5394058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 50%] 2022-12-01T10:34:16.5394260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5394457Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_1d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5394664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5394895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5395101Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5395301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5395499Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5395695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_2d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5395898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5396108Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5396309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5396508Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5396695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5396892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5397089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_atleast_3d_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5397291Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5397497Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5397698Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5397908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5398117Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_left_shift_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5398317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5398506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5398703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5398933Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5399134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5399339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5399543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5399744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5399939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_bitwise_xor_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5400152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_shapes_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5400365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5400565Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5400804Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5401015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5401222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5401422Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5401632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5401839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5402045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5402247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5402437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5402641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_broadcast_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5402840Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5403038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5403238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5403437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5403634Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5403829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5404021Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5404211Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5404406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ceil_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5404607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5404839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5405034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5405234Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5405430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5405625Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5405819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5406016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_chunk_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5406208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5406405Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5406632Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5406836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5407034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5407236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_max_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5407439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5407640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5407848Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5408034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5408233Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5408431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clamp_min_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5408631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5408832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409801Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5409994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5410188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_clone_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5410397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5410601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5410831Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5411036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5411237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_column_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5411432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5411622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5411821Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5412019Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5412213Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5412409Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5412627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5412835Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5413142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5413352Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5413557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5413751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5413952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_conj_physical_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5414164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5414379Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5414589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5414799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5415011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_constant_pad_nd_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5415221Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5415434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5415631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5415838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_contiguous_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5416040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_float32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5416242Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5416446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5416650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5416885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_copysign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5417088Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5417286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5417475Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5417670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5417871Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5418068Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_bool SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5418274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5418474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5418703Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5418907Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5419107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_float64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5419303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5419488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5419682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_cumsum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5419892Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5420103Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex128 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5420309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_complex32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5420509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int32 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5420710Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diag_embed_cpu_int8 SKIPPED (Skipped under ASAN) [ 51%] 2022-12-01T10:34:16.5420915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5421114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5421311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5421516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5421721Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5421926Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5422132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5422333Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5422534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5422764Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5422962Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_diagonal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5423149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5423349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5423548Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5423746Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5423942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_digamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5424156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5424366Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5424602Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5424814Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5425024Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_floor_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5425228Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5425438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5425658Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5425873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5426087Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5426297Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5426506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5426716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5426932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5427130Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5427342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5427557Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_div_trunc_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5427761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5427966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5428168Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5428369Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5428597Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5428794Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5428994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5429186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5429438Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5429644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5429842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5430045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_dstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5430245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5430477Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5430677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5430873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5431057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5431256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5431456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5431666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5431868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5432075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5432279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5432482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5432684Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5432872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5433076Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_empty_like_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5433271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5433469Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5433665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5433859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5434053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5434247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5434440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5434647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eq_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5434846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5435040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5435239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5435433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5435628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5435823Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5436025Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5436215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5436473Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5436671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5436865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5437060Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5437254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5437461Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5437663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5437867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5438065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5438248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_erfinv_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5438447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5438641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5438837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5439034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5439229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5439425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5439622Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5439818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5440015Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_exp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5440201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5440404Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5440636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5440841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5441048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5441252Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5441450Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5441648Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5441843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5442031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5442230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5442452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expand_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5442650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5442849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_float64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5443042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5443240Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5443430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5443627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5443813Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_expm1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444010Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444209Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444799Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5444997Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_eye_cpu_int32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5445195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5445398Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5445580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5445775Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5445971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_bool SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5446176Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5446397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5446593Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_int8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5446789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5446994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5447196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5447381Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 52%] 2022-12-01T10:34:16.5447580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5447778Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5447990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5448220Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5448431Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5448638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5448841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5449043Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5449247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_fftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5449443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5449647Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5449845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5450049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5450250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5450447Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5450644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5450851Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_hfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5451053Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5451245Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5451442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5451639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5451838Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5452040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5452270Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5452470Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5452670Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5452869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5453157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5453358Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifft_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5453567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5453769Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5453983Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5454235Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5454439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ifftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5454639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5454836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5455037Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5455224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5455428Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5455630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5455830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5456028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5456229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5456433Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5456639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5456843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5457027Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_ihfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5457230Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5457432Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5457628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5457829Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5458038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5458282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5458481Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5458681Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5458866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5459063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5459266Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5459465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5459666Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5459865Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5460091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_irfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5460294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5460493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5460687Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5460869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5461065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5461262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5461459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5461653Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5461846Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5462038Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5462229Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fft_rfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5462425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5462610Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5462811Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5463011Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5463208Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5463401Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5463596Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5463798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5464002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5464226Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5469260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5469587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5469791Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5469990Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5470187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5470385Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5470571Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5470772Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flip_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5471048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5471254Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5471456Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5471654Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_int32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5471852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fliplr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5472054Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5472255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5472455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5472641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5472841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_flipud_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5473047Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5473255Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_complex64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5473458Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5473663Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5473868Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_float_power_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5474066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5474262Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5474455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5474655Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5474853Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_floor_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5475085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5475278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5475478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5475671Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5475863Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmax_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5476059Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5476241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_bool SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5476436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5476633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5476854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5477048Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_int8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5477239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5477434Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5477628Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float32 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5477819Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_float64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478006Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_fmod_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478203Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_frac_cpu_float16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int16 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478782Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gcd_cpu_int64 SKIPPED (Skipped under ASAN) [ 53%] 2022-12-01T10:34:16.5478975Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5479170Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ge_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5479361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5479555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5479738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5479931Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5480123Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5480312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_gt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5480517Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5480720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5480952Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5481157Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5481359Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5481547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_heaviside_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5481750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5481945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5482143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5482339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5482537Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5482773Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5482978Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5483181Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5483375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5483560Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_hstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5483751Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5483946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5484138Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5484329Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5484519Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_i0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5484720Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5484918Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5485114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_igamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5485303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5485503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5485709Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_imag_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5485906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5486113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5486318Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5486518Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5486719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5486942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5487132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5487330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5487534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5487729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5487935Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5488137Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5488342Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5488545Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5488771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5488967Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5489172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5489371Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5489568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5489770Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5489979Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5490187Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5490388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5490590Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_index_select_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5490789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5490977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5491180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5491374Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5491572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5491771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5491963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isclose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5492167Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5492365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5492564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5492779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isfinite_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5493093Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5493298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5493494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_complex32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5493692Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5493891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5494090Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5494288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5494486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5494733Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5494932Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5495127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5495322Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5495512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5495706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5495905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isnan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5496106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5496307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5496496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5496701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5496898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5497097Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5497299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5497494Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isneginf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5497691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5497894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5498091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5498288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isposinf_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5498479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5498713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5498908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5499106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5499300Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5499495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5499689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_isreal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5499884Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5500077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5500261Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5500478Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lcm_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5500677Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5500869Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_bool SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5501064Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5501257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5501445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5501637Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5501826Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_le_cpu_int8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5502016Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5502215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5502410Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5502605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5502797Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lgamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5503009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5503227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5503437Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5503644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_matrix_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5503839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5504042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5504244Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svd_cpu_float64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5504454Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_complex128 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5504691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_svdvals_cpu_float32 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5504906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5505114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 54%] 2022-12-01T10:34:16.5505321Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linalg_vector_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5505524Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5505731Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5505923Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5506125Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5506350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5506552Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_linspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5506747Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5506946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5507145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5507338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5507534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5507713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log10_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5507908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5508104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log1p_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5508301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5508496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5508688Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5508882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5509075Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5509348Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5509534Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5509734Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5509929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5510127Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5510325Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5510555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5510749Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5510960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_log_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5511164Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5511361Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5511569Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5511774Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5511980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5512182Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5512416Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_and_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5512627Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5512828Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5513034Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5513239Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5513430Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5513629Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5513830Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5514032Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5514237Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5514439Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5514639Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5514843Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5515045Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logical_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5515238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5515443Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5515641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5515836Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5516033Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5516227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logspace_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5516459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5516664Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5516867Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5517057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5517257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_logsumexp_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5517452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5517642Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5517837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5518031Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_lt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5518259Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5518455Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5518650Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5518852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5519041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5519241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_masked_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5519442Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5519644Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5519841Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5520041Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_maximum_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5520238Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5520436Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5520630Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5520842Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5521058Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5521278Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5521498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5521715Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5521929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5522143Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_list_of_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5522393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5522619Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5522844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5523051Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5523267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5523483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5523702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_meshgrid_variadic_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5523938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5524141Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5524338Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5524531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5524725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_minimum_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5524910Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5525113Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_complex32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5525317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5525512Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5525706Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5525897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5526089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_movedim_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5526287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5526479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5526675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5526859Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5527049Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5527241Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5527435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_mul_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5527636Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5527834Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_bool SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5528057Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5528256Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5528452Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nan_to_num_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5528638Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5528839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5529036Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_complex32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5529236Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5529435Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5529633Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_int8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5529852Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_narrow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5530066Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_native_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5530260Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5530445Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex128 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5530641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_complex64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5530832Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5531028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float32 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5531223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_float64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5531414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int16 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5531605Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int64 SKIPPED (Skipped under ASAN) [ 55%] 2022-12-01T10:34:16.5531796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ne_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5531994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5532179Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5532375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5532567Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5532761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_neg_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5532963Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5533343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5533550Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5533750Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5533960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5534250Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5534467Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5534675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5534883Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5535092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5535299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_empty_strided_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5535503Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5535708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5535947Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5536148Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_full_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5536341Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5536542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5536738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_ones_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5536938Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5537146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5537353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5537555Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5537757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5537957Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_new_zeros_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5538146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5538347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nextafter_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5538563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_celu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5538781Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5538996Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_dropout_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5539204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5539414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_elu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5539623Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_gelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5539839Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5540074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_glu_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5540287Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5540505Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5540725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5540939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5541152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5541383Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_hinge_embedding_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5541603Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5541844Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5542063Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_huber_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5542279Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5542483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5542696Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_l1_loss_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5542912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5543132Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5543345Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5543573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5543796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5544022Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5544248Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_margin_ranking_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5544459Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_mish_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5544679Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5544905Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5545131Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5545356Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5545576Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pairwise_distance_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5545815Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5546029Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_pdist_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5546246Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5546460Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5546672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5546872Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_poisson_nll_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5547085Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5547320Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5547528Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5547737Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu6_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5547945Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5548152Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5548360Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5548573Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_relu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5548788Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5548988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_selu_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5549204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softplus_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5549493Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5549716Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5549929Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5550153Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5550373Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5550589Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5550805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5551020Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5551222Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_tanhshrink_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5551471Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5551689Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5551906Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_nn_functional_threshold_cpu_int8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5552104Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5552303Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5552498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5552699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5552898Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5553094Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5553302Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5553498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5553701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5553897Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5554098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5554301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5554501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5554704Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5554902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_float64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5555089Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5555289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_permute_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5555495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5555697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5555901Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5556107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5556307Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_positive_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5556506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5556702Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_float16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5556885Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5557080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_pow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5557301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_bool SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5557504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5557701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5557895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5558092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_prod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5558288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_randn_cpu_float32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5558486Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5558676Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex128 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5558880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_complex64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5559102Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int16 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5559298Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int32 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5559490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int64 SKIPPED (Skipped under ASAN) [ 56%] 2022-12-01T10:34:16.5559685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5559882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_ravel_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5560081Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5560286Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5560474Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5560672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5560870Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5561065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5561257Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5561451Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_real_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5561659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5561864Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5562073Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5562282Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5562472Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5562675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5562877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5563079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5563309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reciprocal_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5563516Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5563719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5563924Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5564124Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5564314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5564514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5564712Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_remainder_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5564908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5565145Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5565347Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5565543Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5565741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5565939Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_repeat_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5566136Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5566340Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5566542Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5566748Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5566946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5567149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5567344Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5567547Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5567752Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5567946Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5568146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5568346Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5568544Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5568744Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_reshape_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5568941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5569165Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5569365Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5569558Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5569754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5569937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_roll_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5570139Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5570334Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5570529Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5570719Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rot90_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5570943Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5571142Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5571336Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5571531Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_round_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5571713Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5571915Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5572115Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5572309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5572500Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5572695Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5572894Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5573227Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5573468Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5573659Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5573854Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5574050Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_rsub_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5574247Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5574446Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5574645Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5574845Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5575042Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5575294Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5575479Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5575675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sgn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5575880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5576079Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5576283Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5576483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5576685Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5576882Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5577114Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5577299Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sigmoid_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5577495Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5577691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5577888Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5578082Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sign_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5578285Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5578483Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5578682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5578880Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5579062Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5579258Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_signbit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5579504Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5579707Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5579908Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5580105Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5580301Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5580496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_int8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5580691Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5580873Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5581074Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex128 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5581306Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5581506Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5581699Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5581895Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5582095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5582289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5582488Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5582686Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5582877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5583106Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_softmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5583317Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5583523Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5583729Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5583937Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5584149Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5584353Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_bessel_j1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5584564Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5584756Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5584959Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_float64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5585163Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int16 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5585364Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_int64 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5585568Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i0e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5585767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_bool SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5585971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float32 SKIPPED (Skipped under ASAN) [ 57%] 2022-12-01T10:34:16.5586172Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5586372Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5586574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5586763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5586999Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5587195Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_i1e_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5587407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5587617Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5587818Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5588023Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5588223Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5588421Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5588607Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_logit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5588877Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5589107Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5589393Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5589624Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5589849Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5590080Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5590314Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5590546Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5590771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_multigammaln_mvlgamma_p_5_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5590980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5591201Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5591425Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5591641Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5591862Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_spherical_bessel_j0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5592065Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5592271Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5592476Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5592680Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5592919Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5593111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_special_zeta_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5593309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5593509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5593708Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5593903Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5594095Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5594296Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5594498Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5594725Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5594913Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5595111Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5595309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5595501Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_square_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5595697Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5595902Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5596109Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5596311Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5596509Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5596694Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5596893Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5597091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_squeeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5597295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5597496Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5597701Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5597896Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5598092Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5598289Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5598487Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5598672Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5598900Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5599099Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5599295Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5599490Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5599682Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5599886Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5600135Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_std_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5600349Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5600533Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5600757Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sub_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5601009Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5601216Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5601414Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5601616Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5601837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5602040Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5602249Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5602440Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_float32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5602640Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5602837Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5603035Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_sum_to_size_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5603251Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5603465Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5603660Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_t_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5603856Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5604091Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5604274Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5604464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5604656Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5604940Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5605134Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5605330Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5605549Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5605754Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5605961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5606150Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5606406Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5606611Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5606860Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tensor_split_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5607084Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_bool SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5607288Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5607482Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5607675Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5607912Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5608098Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5608309Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_float32 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:34:16.5608526Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trace_cpu_int8 SKIPPED (diag is not supported by meta) [ 58%] 2022-12-01T10:34:16.5608761Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5608970Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5609177Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_complex32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5609423Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5609631Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5609833Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5610044Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5610267Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_transpose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5610466Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5610665Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5610891Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5611086Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5611312Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_cpu_int8 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5611514Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5611771Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_tril_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5611971Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5612156Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5612367Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5612574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5612779Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5613077Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_triu_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5613350Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_float64 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5613556Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_int16 SKIPPED (Skipped under ASAN) [ 58%] 2022-12-01T10:34:16.5613759Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_true_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5613960Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5614146Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5614343Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5614541Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_trunc_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5614738Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5614941Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5615140Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5615339Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5615536Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5615732Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unbind_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5615922Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5616129Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5616335Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5616540Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5616741Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5616942Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unflatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5617144Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5617387Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5617592Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5617795Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5617980Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5618180Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5618382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5618583Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5618785Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unfold_copy_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5618984Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5619215Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5619417Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5619618Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5619806Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5620005Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5620204Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5620408Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_unsqueeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5620608Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5620805Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621002Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621196Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621388Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621578Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621776Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5621977Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5622178Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5622375Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5622572Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5622767Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5622966Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5623188Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5623376Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5623574Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5623768Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5623961Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_view_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5624161Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5624362Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5624563Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5624763Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625028Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625224Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625407Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625604Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625796Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5625988Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5626193Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5626397Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5626601Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5626798Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5626994Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_vstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5627184Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5627384Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5627587Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5627789Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5627989Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5628186Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5628382Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5628580Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_where_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5628777Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5628965Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5629198Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5629464Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5629669Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5629866Z test_ops.py::TestCommonCPU::test_python_ref_meta__refs_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5630075Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5630286Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5630491Z test_ops.py::TestCommonCPU::test_python_ref_meta_ops_nvprims_var_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5630707Z test_ops.py::TestCommonCPU::test_python_ref_ops_nvprims_native_batch_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5630903Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5631139Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5631347Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5631551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5631752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5631950Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_abs_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5632162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5632377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5632591Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5632798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5632991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5633190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5633388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acos_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5633589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5633794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5633995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5634197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_acosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5634401Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5634606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5634797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5635028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5635228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5635432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_add_cpu_int8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5635647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5635860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addcdiv_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5636065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5636273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5636476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5636677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5636894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5637094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_addr_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5637297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_bool SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5637507Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5637719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5637926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5638125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5638330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5638528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_int64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5638712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_all_cpu_uint8 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5638926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5639146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5639362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_complex64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5639574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5639788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5639999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_allclose_cpu_float64 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5640209Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_float32 SKIPPED (Skipped under ASAN) [ 59%] 2022-12-01T10:34:16.5640414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5640620Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amax_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5640847Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5641053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5641260Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5641463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5641667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5641871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_amin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5642074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5642286Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5642498Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5642733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5642925Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_any_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5643135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5643345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5643553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5643759Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5643958Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_arange_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5644180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5644393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5644608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5644807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5645018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5645230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_as_strided_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5645441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5645646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5645855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5646063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5646268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5646467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5646700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asin_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5646900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5647106Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5647308Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5647512Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_asinh_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5647712Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5647913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5648116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan2_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5648359Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5648566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5648755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atan_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5648953Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5649166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5649381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5649589Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5649794Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5650010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5650221Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5650440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5650654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5650859Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5651068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5651279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_1d_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5651495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5651710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5651929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5652147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5652386Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_2d_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5652597Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5652816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5653132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_complex32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5653370Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5653584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5653793Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_atleast_3d_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5654010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5654277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5654489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_and_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5654709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5654929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_left_shift_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5655142Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5655340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_not_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5655552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_or_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5655764Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5655974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5656186Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_bitwise_xor_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5656409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_shapes_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5656637Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5656868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5657091Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5657309Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5657517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5657737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5657957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5658175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5658432Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_complex64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5658650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5658866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5659082Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5659298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5659508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_broadcast_to_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5659708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5659915Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5660147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5660346Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5660547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cat_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5660754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5660960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5661165Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5661366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5661556Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ceil_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5661755Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5661969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5662180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5662389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5662596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5662801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_chunk_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5663013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5663222Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5663429Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5663633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5663846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5664085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5664296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5664505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_max_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5664720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5664929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_bool SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5665140Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5665353Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5665563Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5665762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5665998Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5666210Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clamp_min_cpu_uint8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5666420Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5666635Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5666842Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5667053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5667261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_float64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5667472Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int16 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5667663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int32 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5667866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int64 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5668071Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_clone_cpu_int8 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5668293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 60%] 2022-12-01T10:34:16.5668514Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5668736Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5668949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5669162Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5669426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_column_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5669636Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5669833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5670078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5670288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5670510Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5670731Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5670949Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5671163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5671379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_conj_physical_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5671601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5671848Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5672056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5672271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5672489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_constant_pad_nd_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5672704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5672921Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5673137Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5673350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5673564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_contiguous_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5673775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5673983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5674181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_copysign_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5674392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5674604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5674812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5675020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cos_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5675229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5675435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5675646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5675883Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5676080Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5676284Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5676485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5676689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5676888Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cosh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5677098Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5677310Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5677542Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5677748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_cumsum_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5677966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5678168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5678385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5678603Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5678816Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5679028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5679239Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diag_embed_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5679449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5679665Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5679874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5680085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5680282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_diagonal_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5680494Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5680706Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5680913Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5681121Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5681330Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_digamma_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5681581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5681799Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5682017Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5682226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_floor_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5682451Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5682674Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5682905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5683129Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5683379Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5683596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5683815Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5684028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5684238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_no_rounding_mode_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5684457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5684660Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5684869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5685086Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5685306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5685526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5685748Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_div_trunc_rounding_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5685959Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5686173Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5686387Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5686596Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5686792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5687001Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5687240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5687448Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5687659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5687871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5688083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5688295Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5688505Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5688702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5688945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5689153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_dstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5689376Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5689604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5689834Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5690061Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5690281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5690503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5690728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_bool SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5690956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int16 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5691170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int32 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5691396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_empty_like_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 61%] 2022-12-01T10:34:16.5691604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5691814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_complex64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5692020Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5692224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5692428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5692630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eq_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5692837Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5693160Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5693365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5693569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5693772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_int8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5693978Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5694181Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5694392Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_float32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5694601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5694850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_int64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5695052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5695247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5695452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5695654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_int32 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5695854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_erfinv_cpu_uint8 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5696059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_bool SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5696263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float16 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5696462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp2_cpu_float64 SKIPPED (Skipped under ASAN) [ 61%] 2022-12-01T10:34:16.5696663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5696875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5697065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5697268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_exp_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5697484Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5697698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5697916Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5698130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5698341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5698553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5698760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5699013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5699213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5699419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5699621Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5699821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expand_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5700029Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5700233Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5700435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5700661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_expm1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5700864Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5701058Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5701263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5701463Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5701663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_eye_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5701881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5702095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5702303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5702513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5702720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5702927Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5703123Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fft_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5703337Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5703548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5703758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5703966Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5704171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5704391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5704632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5704849Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5705069Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5705272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5705483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5705694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_fftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5705909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5706125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5706364Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5706574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5706782Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5706991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5707198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5707394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5707604Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5707823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5708032Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5708240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5708449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5708657Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5708868Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5709083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5709357Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5709577Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5709786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5709995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5710204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_hfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5710450Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5710664Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5710873Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5711085Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5711293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5711491Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5711705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5711914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5712155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5712365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5712571Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5712789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5713008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5713219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5713434Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5713632Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5713843Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5714051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5714259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5714480Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5714698Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5714914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5715131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5715343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ifftshift_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5715554Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5715752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5715963Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5716240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5716449Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5716659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5716870Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5717083Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5717291Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5717503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5717703Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5717940Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_ihfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5718151Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5718371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5718581Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5718792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5718999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5719212Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5719424Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5719640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_complex64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5719839Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5720051Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5720259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5720467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5720686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_complex128 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5720901Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5721107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5721317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5721524Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5721735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_irfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5721957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_bool SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5722168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5722377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_int8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5722584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft2_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5722792Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_float32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5722997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5723204Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5723413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfft_cpu_uint8 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5723623Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_float64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5723862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int16 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5724059Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int32 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5724268Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_int64 SKIPPED (Skipped under ASAN) [ 62%] 2022-12-01T10:34:16.5724476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fft_rfftn_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5724686Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5724893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5725102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5725312Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5725513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5725718Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5725908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5726117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5726335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5726551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5726767Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5726976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5727185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5727391Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5727600Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5727833Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5728033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5728242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5728447Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5728648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5728855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flip_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5729062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5729278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5729526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5729737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5729930Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5730130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5730335Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5730536Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fliplr_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5730749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5730957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5731167Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5731378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5731583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5731789Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5731981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_flipud_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5732199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5732414Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5732625Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5732835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5733172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5733417Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_float_power_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5733685Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5733896Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5734107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5734297Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5734497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5734696Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_bfloat16 SKIPPED (Skipped!) [ 63%] 2022-12-01T10:34:16.5734909Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5735126Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_floor_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5735336Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5735573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5735783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5735986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5736178Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5736381Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmax_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5736594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5736803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5737011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5737213Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmin_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5737413Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5737619Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5737821Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5738027Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5738216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_fmod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5738426Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5738633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5738836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5739037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_frac_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5739240Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5739470Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5739672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gcd_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5739875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5740063Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5740266Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5740465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ge_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5740670Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5740877Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5741076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5741302Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5741503Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_gt_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5741720Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5741931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5742130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5742345Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5742552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_heaviside_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5742765Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5742974Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5743188Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5743399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5743608Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5743814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5744021Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5744223Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5744431Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5744640Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5744846Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5745049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5745277Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5745486Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5745699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_hypot_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5745902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5746095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5746298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5746496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5746697Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5746897Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_i0_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5747141Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5747350Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igamma_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5747562Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5747772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_igammac_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5747983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_imag_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5748180Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5748397Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5748616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5748828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_float32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5749036Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5749247Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5749513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_add_cpu_uint8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5749733Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5749945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5750150Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_float64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5750362Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5750570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_copy_cpu_int8 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5750780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5750999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex128 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5751250Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_complex64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5751467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5751680Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5751889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_int64 SKIPPED (Skipped under ASAN) [ 63%] 2022-12-01T10:34:16.5752100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_fill_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5752306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5752523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5752740Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5752984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5753198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5753411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5753618Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_index_select_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5753829Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5754038Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5754255Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5754454Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5754663Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5754871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5755078Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isclose_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5755294Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5755508Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5755719Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5755926Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isfinite_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5756134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5756341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5756540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5756747Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5756984Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5757195Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5757402Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5757606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5757817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5758023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5758229Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5758423Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5758648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5758853Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isnan_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5759065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5759274Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5759485Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5759692Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5759908Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5760116Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isneginf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5760327Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5760525Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5760737Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5760945Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5761158Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isposinf_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5761363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5761574Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5761783Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5761995Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5762202Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5762409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5762630Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_isreal_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5762835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5763034Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5763237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lcm_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5763443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5763650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5763851Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5764056Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5764254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5764468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_le_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5764678Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5764882Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5765088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lgamma_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5765311Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5765539Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5765763Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_matrix_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5765983Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5766197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5766410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5766612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svd_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5766835Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_svdvals_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5767057Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5767281Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5767501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linalg_vector_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5767717Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5767928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5768136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_linspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5768368Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5768573Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log10_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5768774Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5768981Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5769185Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5769389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log1p_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5769595Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5769806Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5770009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5770248Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log2_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5770452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5770641Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5770840Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5771042Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5771258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_log_softmax_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5771474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5771689Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5771900Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_and_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5772118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5772329Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5772549Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5772754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5772965Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5773275Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_not_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5773492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5773702Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5773919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5774135Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5774393Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5774602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5774812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5775010Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_or_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5775231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5775446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5775658Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5775872Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logical_xor_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5776125Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex128 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5776339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_complex64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5776548Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5776760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5776970Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logspace_cpu_int32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5777175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5777388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5777602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5777812Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_logsumexp_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5778019Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5778224Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5778427Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_float64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5778631Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5778831Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int64 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5779024Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_int8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5779225Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_lt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5779443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5779661Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_bool SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5779878Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_complex32 SKIPPED (Skipped under ASAN) [ 64%] 2022-12-01T10:34:16.5780122Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5780340Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5780552Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_masked_fill_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5780766Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5780977Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5781174Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5781383Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5781594Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_maximum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5781828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5782040Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5782245Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5782446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5782645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mean_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5782874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5783100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5783324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5783553Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5783775Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5783997Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_list_of_tensors_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5784228Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5784460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5784688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_meshgrid_variadic_tensors_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5784899Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5785108Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5785317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5785513Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5785749Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_minimum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5785957Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5786175Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5786388Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5786601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5786808Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5787018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5787227Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_movedim_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5787430Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5787656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5787865Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5788070Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5788270Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5788467Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5788673Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5788871Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5789073Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5789338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_mul_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5789547Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5789760Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5789975Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5790187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5790396Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5790606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nan_to_num_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5790817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5791023Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5791236Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5791446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5791677Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5791889Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5792097Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5792303Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_narrow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5792523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_native_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5792728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5792929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5793138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5793369Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5793570Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5793757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5793960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ne_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5794169Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5794378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5794586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5794788Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5794986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5795183Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5795385Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_neg_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5795606Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bfloat16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5795836Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_bool SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5796068Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float16 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5796299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5796526Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int64 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5796750Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_int8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5796973Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_empty_cpu_uint8 SKIPPED (Expected: empty is not comparable) [ 65%] 2022-12-01T10:34:16.5797225Z 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:34:16.5797502Z 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:34:16.5797748Z 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:34:16.5797993Z 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:34:16.5798223Z 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:34:16.5798467Z 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:34:16.5798707Z 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:34:16.5798924Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5799161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_full_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5799373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5799587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5799800Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5800008Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5800219Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5800416Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_bool SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5800638Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_complex64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5800850Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5801062Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5801271Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_new_zeros_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5801487Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5801701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5801914Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nextafter_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5802138Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_celu_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5802384Z 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:34:16.5802592Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5802807Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_elu_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5803055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5803272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_gelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5803504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5803735Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5803964Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5804187Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5804405Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hardtanh_cpu_int64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5804648Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_hinge_embedding_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5804919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_huber_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5805147Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_complex128 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5805373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_l1_loss_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5805601Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5805828Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_layer_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5806053Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5806282Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_leaky_relu_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5806521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5806758Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5806993Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5807231Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_margin_ranking_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5807456Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5807694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5807928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int16 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5808163Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pairwise_distance_cpu_int8 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5808389Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float32 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5808612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_pdist_cpu_float64 SKIPPED (Skipped under ASAN) [ 65%] 2022-12-01T10:34:16.5808875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5809110Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5809339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5809569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5809796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_poisson_nll_loss_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5810009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5810237Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5810489Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_prelu_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5810710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5810929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5811144Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5811361Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5811584Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu6_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5811803Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_relu_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5812028Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5812242Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softplus_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5812474Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5812699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5812928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_softshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5813272Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5813501Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5813727Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5813956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5814182Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5814455Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_tanhshrink_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5814668Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5814902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5815131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5815360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5815587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_nn_functional_threshold_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5815797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5816013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5816258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_norm_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5816469Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5816683Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5816880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5817087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5817288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5817495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5817699Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5817898Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5818094Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ones_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5818306Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5818517Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5818726Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5818929Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5819143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5819351Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5819557Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_permute_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5819772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5819988Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5820226Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5820435Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5820647Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5820855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_positive_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5821049Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5821258Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5821465Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5821669Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5821874Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5822104Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_pow_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5822317Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5822523Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5822729Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5822919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_prod_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5823132Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5823341Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_randn_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5823551Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5823762Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5823968Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5824168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5824367Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_ravel_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5824578Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5824787Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5824987Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5825193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5825394Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_real_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5825612Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5825825Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5826065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5826278Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5826492Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reciprocal_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5826705Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5826906Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5827113Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5827323Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5827532Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5827768Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5827982Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_remainder_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5828189Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5828399Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5828602Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5828802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5828990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5829190Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_repeat_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5829460Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5829682Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5829976Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5830193Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5830409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5830654Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_as_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5830884Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5831100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5831298Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5831569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5831780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_reshape_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5832025Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5832279Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5832495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex128 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5832709Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5832936Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5833172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5833378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5833569Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_roll_cpu_int32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5833819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_bool SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5834064Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5834273Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_float16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5834495Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5834730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5834933Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rot90_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5835146Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5835354Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5835550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_int64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5835752Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_round_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5835962Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5836168Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5836377Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5836586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5836797Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_complex64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5837004Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float32 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5837205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_float64 SKIPPED (Skipped under ASAN) [ 66%] 2022-12-01T10:34:16.5837406Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5837598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_rsub_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5837801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5838037Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5838241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5838445Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5838649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sgn_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5838861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5839077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5839288Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5839488Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5839694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5839928Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5840136Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sigmoid_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5840342Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5840550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5840754Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5840956Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5841156Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sign_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5841363Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5841564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5841776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5841986Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5842192Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5842400Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5842609Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_signbit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5842814Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5843013Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5843217Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5843409Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5843607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5843832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5844031Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sin_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5844230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5844442Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5844650Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5844855Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5845055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5845263Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5845452Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5845684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5845885Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinc_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5846095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5846305Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5846509Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5846713Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5846917Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sinh_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5847130Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_softmax_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5847339Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5847560Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5847780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5847999Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5848216Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5848439Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_bessel_j1_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5848656Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5848869Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5849077Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5849289Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i0e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5849521Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5849730Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5849941Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5850155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5850365Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5850575Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5850786Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_i1e_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5851005Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5851254Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5851468Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_logit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5851695Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5851931Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_1_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5852170Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5852407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5852646Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5852881Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5853238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_3_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5853483Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5853721Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5853960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_multigammaln_mvlgamma_p_5_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5854197Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5854418Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5854649Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5854880Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_spherical_bessel_j0_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5855102Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5855366Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5855583Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_special_zeta_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5855796Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5856002Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5856207Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5856407Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5856598Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5856801Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sqrt_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5857009Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5857261Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5857476Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5857684Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5857893Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_square_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5858107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5858316Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5858529Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5858732Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5858944Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5859153Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5859358Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5859565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5859776Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_squeeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5859989Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5860203Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5860411Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5860607Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5860811Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5861018Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_int8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5861251Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_stack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5861464Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5861672Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5861875Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5862074Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5862285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5862496Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5862700Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_std_mean_cpu_float32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5862932Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5863143Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_complex128 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5863352Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_float64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5863558Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5863761Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5863960Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_int64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5864161Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sub_cpu_uint8 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5864371Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5864564Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_bool SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5864772Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_complex64 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5864979Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_float16 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5865177Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int32 SKIPPED (Skipped under ASAN) [ 67%] 2022-12-01T10:34:16.5865380Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5865586Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5865802Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5866011Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5866230Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5866443Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5866645Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5866854Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5867087Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_sum_to_size_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5867296Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5867497Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5867701Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5867905Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_t_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5868118Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5868324Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5868528Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5868751Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tan_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5868967Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5869172Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5869428Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5869633Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5869832Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tanh_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5870052Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5870267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5870482Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tensor_split_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5870681Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5870886Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5871088Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5871292Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_to_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5871500Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5871708Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5871912Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5872117Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trace_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5872331Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5872545Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5872745Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5872990Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5873199Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5873410Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_transpose_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5873616Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5873823Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5874030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5874238Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5874440Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5874653Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5874866Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_tril_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5875076Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5875285Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5875490Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5875694Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5875891Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5876095Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5876293Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5876504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5876704Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_triu_indices_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5876919Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5877131Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5877348Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5877566Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5877780Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5877991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5878205Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5878419Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_true_divide_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5878659Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5878860Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5879065Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_trunc_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5879267Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5879477Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5879688Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5879895Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5880105Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5880338Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5880540Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5880728Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5880934Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5881134Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unbind_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5881343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5881561Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5881778Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5881991Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5882200Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5882408Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5882617Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5882819Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unflatten_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5883030Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5883249Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5883462Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unfold_copy_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5883679Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5883894Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5884107Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5884343Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5884550Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_unsqueeze_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5884757Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5884955Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5885166Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_var_mean_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5885378Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex128 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5885587Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5885798Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5886033Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5886241Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5886446Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5886652Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_as_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5886862Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5887055Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5887259Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5887457Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_view_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5887667Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5887879Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5888089Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5888299Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5888504Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5888710Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5888902Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5889100Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5889304Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5889506Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vsplit_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5889715Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_bfloat16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5889922Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5890155Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5890360Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_vstack_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5890565Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_bool SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5890773Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_complex64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5890969Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5891171Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5891373Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5891579Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_int8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5891817Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_where_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5892026Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_complex32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5892234Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float16 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5892441Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_float64 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5892644Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback__refs_zeros_cpu_uint8 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5892861Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float32 SKIPPED (Skipped under ASAN) [ 68%] 2022-12-01T10:34:16.5893198Z test_ops.py::TestCommonCPU::test_python_ref_torch_fallback_ops_nvprims_native_batch_norm_cpu_float64 SKIPPED (Skipped under ASAN) [ 69%] 2022-12-01T10:34:16.5893385Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_H_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5893574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_T_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5893770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___getitem___cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5893962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5894150Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___radd___cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5894339Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rdiv___cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5894533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmatmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5894703Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmod___cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5894890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager___rmul___cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5895074Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5895257Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_abs_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5895442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5895628Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5895813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_acosh_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5895997Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_add_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5896281Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5896471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addbmm_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5896663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcdiv_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:34:16.5896850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addcmul_cpu_complex64 XFAIL [ 69%] 2022-12-01T10:34:16.5897033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5897216Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5897393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addmv_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5897594Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5897794Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_addr_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5897983Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5898189Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_allclose_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5898372Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_amax_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5898558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_aminmax_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5898741Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5898916Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_any_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5899095Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_arange_cpu_float32 XFAIL [ 69%] 2022-12-01T10:34:16.5899286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5899471Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_argwhere_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5899699Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_as_strided_cpu_complex64 SKIPPED (Errors when storage_offset is included) [ 69%] 2022-12-01T10:34:16.5899886Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_asinh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5900068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan2_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5900247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atan_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5900431Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5900610Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atanh_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5900804Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_1d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5900995Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5901183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_atleast_3d_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5901360Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5901542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_baddbmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5901727Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bernoulli_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5901912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bfloat16_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5902103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5902315Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_block_diag_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5902495Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bmm_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5902682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bool_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5902866Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_bucketize_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5903052Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5903244Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cartesian_prod_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5903426Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cat_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5903608Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cdist_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5903787Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chalf_cpu_float32 XFAIL [ 69%] 2022-12-01T10:34:16.5903979Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5904165Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5904389Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5904573Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_inverse_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5904765Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cholesky_solve_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5904951Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5905131Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_chunk_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5905313Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5905501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clamp_min_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5905682Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_clone_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5905872Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_column_stack_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5906068Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5906247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_combinations_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5906428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5906607Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_conj_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5906803Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_constant_pad_nd_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5906989Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_copysign_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5907171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_corrcoef_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5907355Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cos_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5907539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cosh_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5907735Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5907915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_count_nonzero_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5908093Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cov_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5908273Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cross_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5908481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cummin_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5908665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumprod_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5908852Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5909032Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumsum_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5909238Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_cumulative_trapezoid_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5909492Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diag_embed_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5909686Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagflat_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5909874Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5910070Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diagonal_scatter_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5910258Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_diff_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5910442Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_digamma_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5910654Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5910839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dist_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5911019Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_dot_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5911187Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_double_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5911373Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_einsum_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5911577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_complex64 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5911780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_cpu_float32 SKIPPED (Skipped!) [ 69%] 2022-12-01T10:34:16.5911973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5912161Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_empty_like_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5912343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_eq_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5912527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5912698Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_equal_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5912878Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_erfinv_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5913057Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5913242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_exp_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5913430Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_expand_as_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5913618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5913808Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5914004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5914196Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_fftshift_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5914371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5914558Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5914746Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_hfftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5914964Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5915155Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5915347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5915532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ifftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5915715Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5915901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_ihfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5916079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_complex64 PASSED [ 69%] 2022-12-01T10:34:16.5916268Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft2_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5916458Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5916647Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_irfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5916857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfft_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917042Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fft_rfftn_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917227Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flatten_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917408Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_flip_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_fliplr_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917762Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_cpu_float32 PASSED [ 69%] 2022-12-01T10:34:16.5917956Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5918147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_float_power_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5918331Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_floor_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5918513Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frac_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5918694Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_frexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5918879Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5919064Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_full_like_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5919235Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gather_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5919416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ge_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5919597Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_geqrf_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5919791Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5919977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_gradient_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5920160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_half_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5920347Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_histogram_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5920536Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hsplit_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5920718Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_hypot_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5920890Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_add_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5921110Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_copy_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5921296Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5921490Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_put_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5921683Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_reduce_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5921876Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5922063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_index_select_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5922247Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5922416Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_int_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5922605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5922792Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isfinite_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5922998Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isin_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5923181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isnan_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5923364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_isreal_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5923549Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5923733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_istft_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5923965Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_2inputs_2outputs_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5924195Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5924432Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5924651Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5924884Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5925115Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5925333Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_complex64 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5925547Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 70%] 2022-12-01T10:34:16.5925733Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5925918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_kron_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5926104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:34:16.5926272Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ldexp_cpu_float32 XFAIL [ 70%] 2022-12-01T10:34:16.5926460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lerp_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5926641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lgamma_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5926834Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5927024Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cond_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5927243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cross_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5927433Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_det_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5927624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eig_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5927807Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5928003Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5928198Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_eigvalsh_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5928384Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_inv_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5928575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5928779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5929000Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_ldl_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5929192Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5929401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lstsq_grad_oriented_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5929577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5929775Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5929967Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5930169Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_factor_ex_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5930366Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5930561Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5930760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5930954Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5931156Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5931359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5931567Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5931767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_multi_dot_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5931959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5932152Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5932367Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5932555Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5932760Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_pinv_hermitian_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5933194Z 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:34:16.5933443Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5933623Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_slogdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5933819Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5934011Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5934199Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_svd_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5934399Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_tensorinv_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5934598Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vander_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5934790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vecdot_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5934993Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_vector_norm_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5935171Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linspace_cpu_complex64 XFAIL [ 70%] 2022-12-01T10:34:16.5935400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log10_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5935584Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5935772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5935973Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_log_softmax_dtype_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5936160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logaddexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5936348Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5936532Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logdet_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5936724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_and_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5936920Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_not_cpu_float32 SKIPPED (Skipped!) [ 70%] 2022-12-01T10:34:16.5937113Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_or_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5937304Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logical_xor_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5937487Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logit_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5937672Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5937858Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_solve_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5938050Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_lu_unpack_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5938230Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mH_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5938415Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5938582Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mT_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5938773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amax_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5938962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_amin_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5939157Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_argmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5939356Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_cumprod_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5939575Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_fill_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5939770Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_logsumexp_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5939961Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5940142Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_median_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5940329Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_norm_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5940530Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5940724Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_normalize_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5940918Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_softmin_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5941104Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_sum_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5941294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5941506Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_masked_var_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5941689Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matmul_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5941865Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_matrix_exp_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5942063Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_max_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5942243Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mean_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5942448Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_list_of_tensors_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5942660Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 70%] 2022-12-01T10:34:16.5942860Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_no_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5943062Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_min_reduction_with_dim_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5943249Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_minimum_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5943428Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mm_cpu_float32 PASSED [ 70%] 2022-12-01T10:34:16.5943601Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_movedim_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5943779Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mul_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5943962Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mv_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5944162Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5944364Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5944551Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nan_to_num_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5944736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nanmean_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5944921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5945102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_narrow_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5945286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_native_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5945465Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ne_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5945665Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_empty_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:34:16.5945948Z 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:34:16.5946202Z 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:34:16.5946394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5946580Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_new_zeros_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5946767Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nextafter_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5946982Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5947185Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5947401Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5947636Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5947843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5948045Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_avg_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5948242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_batch_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5948439Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_celu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5948641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5948839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5949026Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5949241Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5949517Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5949736Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_cosine_similarity_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5949940Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_dropout3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5950138Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_elu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5950344Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_embedding_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5950581Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5950817Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5951033Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5951236Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5951436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_gelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5951635Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_glu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5951875Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardsigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5952079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hardswish_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5952295Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5952501Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_instance_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5952710Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5952925Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5953126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5953325Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_kl_div_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5953527Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5953757Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_layer_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5953959Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_leaky_relu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5954159Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_linear_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5954374Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_local_response_norm_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5954577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool1d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5954780Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool2d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5954968Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_pool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5955183Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5955394Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5955600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5955812Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5956027Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5956248Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5956460Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_circular_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5956669Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_constant_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5956882Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pad_replicate_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5957086Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5957294Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pairwise_distance_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5957503Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5957708Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5957948Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5958147Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_prelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5958343Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_relu6_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5958540Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_rrelu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5958734Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_selu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5958921Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_silu_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5959126Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5959340Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5959550Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5959778Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softplus_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5959981Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_softsign_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5960181Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_threshold_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5960392Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5960618Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_triplet_margin_with_distance_loss_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5960821Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5961008Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_unfold_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5961221Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5961434Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nn_functional_upsample_nearest_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5961624Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_nonzero_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5961813Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5961999Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_fro_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5962186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5962371Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_inf_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5962542Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_norm_nuc_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5962726Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:34:16.5962915Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ones_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5963102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5963285Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ormqr_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5963504Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:34:16.5963719Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_polygamma_polygamma_n_4_cpu_float32 SKIPPED (Skipped!) [ 71%] 2022-12-01T10:34:16.5963930Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5964111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_pow_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5964286Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5964466Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_prod_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5964641Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_put_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5964826Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_quantile_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5965014Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5965201Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rand_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5965393Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randint_like_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5965577Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_randn_cpu_complex64 XFAIL [ 71%] 2022-12-01T10:34:16.5965790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_ravel_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5965974Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5966160Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reciprocal_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5966345Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_remainder_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5966529Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_renorm_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5966732Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_repeat_interleave_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5966917Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_reshape_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5967102Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resize__cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5967293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_conj_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5967475Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5967661Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_resolve_neg_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5967839Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rot90_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5968022Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsqrt_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5968203Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_rsub_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5968400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amax_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5968600Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_scatter_reduce_amin_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5968805Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_lengths_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5969006Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_segment_reduce_offsets_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5969177Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_select_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5969359Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_complex64 PASSED [ 71%] 2022-12-01T10:34:16.5969537Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sgn_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5969721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sigmoid_cpu_float32 PASSED [ 71%] 2022-12-01T10:34:16.5969903Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sign_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5970111Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sin_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5970297Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinc_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5970485Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sinh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5970678Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_slice_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5970850Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5971053Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_softmax_with_dtype_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5971234Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sort_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5971431Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_bessel_y1_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5971648Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5972173Z 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:34:16.5972578Z 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:34:16.5972772Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i0e_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5972960Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5973229Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_i1e_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5973625Z 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:34:16.5973836Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_i1_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5974047Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5974240Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtr_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5974436Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_ndtri_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5974653Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k0_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5974870Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5975281Z 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:34:16.5975698Z 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:34:16.5976107Z 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:34:16.5976293Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_special_xlog1py_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5976491Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_list_args_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5976692Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5976887Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_split_with_sizes_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5977123Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_square_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5977317Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5977505Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_squeeze_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5977684Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_std_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5977864Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sub_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5978035Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5978215Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_sum_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5978391Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_svd_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5978574Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_t_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5978773Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_along_dim_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5979004Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5979186Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_take_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5979368Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5979533Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tan_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5979717Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tanh_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5979912Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5980103Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensor_split_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5980299Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tensordot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5980481Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tile_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5980663Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5980843Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5981034Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_to_sparse_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5981208Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trace_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5981400Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapezoid_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5981587Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_trapz_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5981774Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5981955Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_tril_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5982143Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5982323Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_triu_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5982521Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5982700Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_true_divide_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5982888Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unbind_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5983079Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unflatten_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5983291Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unfold_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5983472Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_uniform_cpu_float32 XFAIL [ 72%] 2022-12-01T10:34:16.5983675Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_consecutive_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5983857Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unique_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5984051Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_unsqueeze_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5984242Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_var_mean_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5984411Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vdot_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5984605Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5984790Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_as_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5984969Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_view_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5985174Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_vstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5985358Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zero__cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5985539Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_complex64 XFAIL [ 72%] 2022-12-01T10:34:16.5985721Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_cpu_float32 XFAIL [ 72%] 2022-12-01T10:34:16.5985901Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_complex64 PASSED [ 72%] 2022-12-01T10:34:16.5986092Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_zeros_like_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5986279Z test_ops.py::TestCompositeComplianceCPU::test_backward_T_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5986473Z test_ops.py::TestCompositeComplianceCPU::test_backward___getitem___cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5986663Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmatmul___cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5986855Z test_ops.py::TestCompositeComplianceCPU::test_backward___rmod___cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987044Z test_ops.py::TestCompositeComplianceCPU::test_backward___rsub___cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987228Z test_ops.py::TestCompositeComplianceCPU::test_backward_abs_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987413Z test_ops.py::TestCompositeComplianceCPU::test_backward_acos_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987590Z test_ops.py::TestCompositeComplianceCPU::test_backward_acosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987780Z test_ops.py::TestCompositeComplianceCPU::test_backward_addbmm_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5987973Z test_ops.py::TestCompositeComplianceCPU::test_backward_addcmul_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5988175Z test_ops.py::TestCompositeComplianceCPU::test_backward_addmm_decomposed_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5988366Z test_ops.py::TestCompositeComplianceCPU::test_backward_amax_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5988548Z test_ops.py::TestCompositeComplianceCPU::test_backward_amin_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5988737Z test_ops.py::TestCompositeComplianceCPU::test_backward_angle_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5988928Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5989176Z test_ops.py::TestCompositeComplianceCPU::test_backward_as_strided_scatter_cpu_float32 SKIPPED (Only fails for LAZY, passes on everything else) [ 72%] 2022-12-01T10:34:16.5989428Z test_ops.py::TestCompositeComplianceCPU::test_backward_asinh_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5989619Z test_ops.py::TestCompositeComplianceCPU::test_backward_atan_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5989841Z test_ops.py::TestCompositeComplianceCPU::test_backward_atanh_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990034Z test_ops.py::TestCompositeComplianceCPU::test_backward_atleast_3d_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990230Z test_ops.py::TestCompositeComplianceCPU::test_backward_bernoulli_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990424Z test_ops.py::TestCompositeComplianceCPU::test_backward_bfloat16_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990618Z test_ops.py::TestCompositeComplianceCPU::test_backward_block_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990821Z test_ops.py::TestCompositeComplianceCPU::test_backward_cartesian_prod_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5990998Z test_ops.py::TestCompositeComplianceCPU::test_backward_chalf_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5991190Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5991394Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_inverse_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5991591Z test_ops.py::TestCompositeComplianceCPU::test_backward_cholesky_solve_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5991850Z test_ops.py::TestCompositeComplianceCPU::test_backward_column_stack_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992047Z test_ops.py::TestCompositeComplianceCPU::test_backward_combinations_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992239Z test_ops.py::TestCompositeComplianceCPU::test_backward_complex_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992425Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992626Z test_ops.py::TestCompositeComplianceCPU::test_backward_conj_physical_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992810Z test_ops.py::TestCompositeComplianceCPU::test_backward_contiguous_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5992998Z test_ops.py::TestCompositeComplianceCPU::test_backward_cos_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5993190Z test_ops.py::TestCompositeComplianceCPU::test_backward_cosh_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5993377Z test_ops.py::TestCompositeComplianceCPU::test_backward_cov_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5993567Z test_ops.py::TestCompositeComplianceCPU::test_backward_cross_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5993761Z test_ops.py::TestCompositeComplianceCPU::test_backward_cummax_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5993951Z test_ops.py::TestCompositeComplianceCPU::test_backward_cumprod_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5994142Z test_ops.py::TestCompositeComplianceCPU::test_backward_deg2rad_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5994317Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5994512Z test_ops.py::TestCompositeComplianceCPU::test_backward_diag_embed_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5994718Z test_ops.py::TestCompositeComplianceCPU::test_backward_diagonal_scatter_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5994906Z test_ops.py::TestCompositeComplianceCPU::test_backward_diff_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5995099Z test_ops.py::TestCompositeComplianceCPU::test_backward_digamma_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5995303Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_floor_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5995509Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_no_rounding_mode_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5995711Z test_ops.py::TestCompositeComplianceCPU::test_backward_div_trunc_rounding_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5995890Z test_ops.py::TestCompositeComplianceCPU::test_backward_dsplit_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5996079Z test_ops.py::TestCompositeComplianceCPU::test_backward_dstack_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5996265Z test_ops.py::TestCompositeComplianceCPU::test_backward_erf_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5996475Z test_ops.py::TestCompositeComplianceCPU::test_backward_erfc_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5996657Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp2_cpu_float32 PASSED [ 72%] 2022-12-01T10:34:16.5996843Z test_ops.py::TestCompositeComplianceCPU::test_backward_exp_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997038Z test_ops.py::TestCompositeComplianceCPU::test_backward_expand_as_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997229Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_fftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997422Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_hfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997602Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifft_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997792Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5997991Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ifftshift_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5998179Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5998397Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_ihfftn_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5998588Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_irfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5998779Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft2_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5998968Z test_ops.py::TestCompositeComplianceCPU::test_backward_fft_rfft_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5999143Z test_ops.py::TestCompositeComplianceCPU::test_backward_fill_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5999327Z test_ops.py::TestCompositeComplianceCPU::test_backward_flip_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5999512Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5999695Z test_ops.py::TestCompositeComplianceCPU::test_backward_fmod_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.5999873Z test_ops.py::TestCompositeComplianceCPU::test_backward_frac_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6000067Z test_ops.py::TestCompositeComplianceCPU::test_backward_frexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6005307Z test_ops.py::TestCompositeComplianceCPU::test_backward_gather_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6005544Z test_ops.py::TestCompositeComplianceCPU::test_backward_gradient_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6005744Z test_ops.py::TestCompositeComplianceCPU::test_backward_half_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6005929Z test_ops.py::TestCompositeComplianceCPU::test_backward_hstack_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6006124Z test_ops.py::TestCompositeComplianceCPU::test_backward_hypot_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6006321Z test_ops.py::TestCompositeComplianceCPU::test_backward_index_put_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6006515Z test_ops.py::TestCompositeComplianceCPU::test_backward_istft_cpu_float32 XFAIL [ 73%] 2022-12-01T10:34:16.6006699Z test_ops.py::TestCompositeComplianceCPU::test_backward_kron_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6006892Z test_ops.py::TestCompositeComplianceCPU::test_backward_ldexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6007086Z test_ops.py::TestCompositeComplianceCPU::test_backward_lgamma_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6007297Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_det_singular_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6007496Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigh_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6007688Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_eigvalsh_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6007911Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_householder_product_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6008172Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6008375Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_inv_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6008571Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6008787Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6008984Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6009197Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_factor_ex_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6009386Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6009586Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6009799Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_pinv_hermitian_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6009991Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6010224Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_slogdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6010426Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6010630Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_tensorinv_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6010822Z test_ops.py::TestCompositeComplianceCPU::test_backward_log10_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011010Z test_ops.py::TestCompositeComplianceCPU::test_backward_log2_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011195Z test_ops.py::TestCompositeComplianceCPU::test_backward_logaddexp2_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011390Z test_ops.py::TestCompositeComplianceCPU::test_backward_logdet_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011588Z test_ops.py::TestCompositeComplianceCPU::test_backward_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011781Z test_ops.py::TestCompositeComplianceCPU::test_backward_lu_solve_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6011970Z test_ops.py::TestCompositeComplianceCPU::test_backward_mT_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6012166Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_amax_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6012367Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_logsumexp_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6012566Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_median_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6012753Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_select_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6012953Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmax_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6013286Z test_ops.py::TestCompositeComplianceCPU::test_backward_masked_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6013483Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_binary_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6013694Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6013908Z test_ops.py::TestCompositeComplianceCPU::test_backward_max_reduction_with_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6014103Z test_ops.py::TestCompositeComplianceCPU::test_backward_maximum_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6014307Z test_ops.py::TestCompositeComplianceCPU::test_backward_min_reduction_no_dim_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6014497Z test_ops.py::TestCompositeComplianceCPU::test_backward_mm_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6014673Z test_ops.py::TestCompositeComplianceCPU::test_backward_mode_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6014867Z test_ops.py::TestCompositeComplianceCPU::test_backward_movedim_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6015111Z test_ops.py::TestCompositeComplianceCPU::test_backward_msort_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6015297Z test_ops.py::TestCompositeComplianceCPU::test_backward_mv_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6015510Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6015719Z test_ops.py::TestCompositeComplianceCPU::test_backward_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6015911Z test_ops.py::TestCompositeComplianceCPU::test_backward_nan_to_num_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6016107Z test_ops.py::TestCompositeComplianceCPU::test_backward_nanmedian_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6016298Z test_ops.py::TestCompositeComplianceCPU::test_backward_nansum_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6016476Z test_ops.py::TestCompositeComplianceCPU::test_backward_neg_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6016707Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6016927Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6017178Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6017397Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6017609Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_avg_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6017833Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6018069Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6018279Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_celu_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6018475Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_conv1d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6018689Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_ctc_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6018897Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_dropout_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6019111Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_embedding_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6019355Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6019582Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6019804Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6020024Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 73%] 2022-12-01T10:34:16.6020232Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_gelu_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6020436Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardsigmoid_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6020652Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_hardswish_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6020869Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_instance_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6021095Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6021319Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6021576Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6021783Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_kl_div_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6021998Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_layer_norm_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6022206Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_linear_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6022416Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6022626Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_pool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6022847Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6023062Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool2d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6023276Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6023521Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6023741Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6023966Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6024174Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6024376Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pad_reflect_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6024587Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pdist_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6024810Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6025029Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6025236Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_silu_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6025445Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6025663Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6025877Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_softshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6026089Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_tanhshrink_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6026299Z test_ops.py::TestCompositeComplianceCPU::test_backward_nn_functional_unfold_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6026480Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_inf_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6026676Z test_ops.py::TestCompositeComplianceCPU::test_backward_norm_nuc_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6026868Z test_ops.py::TestCompositeComplianceCPU::test_backward_outer_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6027133Z 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:34:16.6027327Z test_ops.py::TestCompositeComplianceCPU::test_backward_polar_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6027515Z test_ops.py::TestCompositeComplianceCPU::test_backward_pow_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6027704Z test_ops.py::TestCompositeComplianceCPU::test_backward_qr_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6027925Z test_ops.py::TestCompositeComplianceCPU::test_backward_rad2deg_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6028103Z test_ops.py::TestCompositeComplianceCPU::test_backward_ravel_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6028293Z test_ops.py::TestCompositeComplianceCPU::test_backward_real_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6028493Z test_ops.py::TestCompositeComplianceCPU::test_backward_reciprocal_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6028690Z test_ops.py::TestCompositeComplianceCPU::test_backward_remainder_cpu_float32 PASSED [ 73%] 2022-12-01T10:34:16.6028898Z test_ops.py::TestCompositeComplianceCPU::test_backward_repeat_interleave_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6029093Z test_ops.py::TestCompositeComplianceCPU::test_backward_reshape_as_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6029340Z test_ops.py::TestCompositeComplianceCPU::test_backward_rot90_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6029547Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6029760Z test_ops.py::TestCompositeComplianceCPU::test_backward_round_decimals_neg_3_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6029937Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6030175Z test_ops.py::TestCompositeComplianceCPU::test_backward_rsub_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6030381Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6030585Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_amin_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6030787Z test_ops.py::TestCompositeComplianceCPU::test_backward_scatter_reduce_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6030997Z test_ops.py::TestCompositeComplianceCPU::test_backward_segment_reduce_offsets_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6031190Z test_ops.py::TestCompositeComplianceCPU::test_backward_select_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6031386Z test_ops.py::TestCompositeComplianceCPU::test_backward_sigmoid_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6031564Z test_ops.py::TestCompositeComplianceCPU::test_backward_sign_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6031751Z test_ops.py::TestCompositeComplianceCPU::test_backward_sinc_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6031943Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6032146Z test_ops.py::TestCompositeComplianceCPU::test_backward_softmax_with_dtype_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6032335Z test_ops.py::TestCompositeComplianceCPU::test_backward_sort_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6032532Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_entr_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6032732Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_erfcx_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6032930Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i0e_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6033127Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_i1_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6033314Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_ndtr_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6033548Z test_ops.py::TestCompositeComplianceCPU::test_backward_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6033739Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6033943Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_list_args_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6034146Z test_ops.py::TestCompositeComplianceCPU::test_backward_split_with_sizes_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6034334Z test_ops.py::TestCompositeComplianceCPU::test_backward_sqrt_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6034527Z test_ops.py::TestCompositeComplianceCPU::test_backward_square_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6034749Z test_ops.py::TestCompositeComplianceCPU::test_backward_std_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6034936Z test_ops.py::TestCompositeComplianceCPU::test_backward_sub_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6035113Z test_ops.py::TestCompositeComplianceCPU::test_backward_sum_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6035304Z test_ops.py::TestCompositeComplianceCPU::test_backward_symeig_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6035489Z test_ops.py::TestCompositeComplianceCPU::test_backward_t_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6035688Z test_ops.py::TestCompositeComplianceCPU::test_backward_take_along_dim_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6035884Z test_ops.py::TestCompositeComplianceCPU::test_backward_tensordot_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6036070Z test_ops.py::TestCompositeComplianceCPU::test_backward_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6036260Z test_ops.py::TestCompositeComplianceCPU::test_backward_trace_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6036455Z test_ops.py::TestCompositeComplianceCPU::test_backward_transpose_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6036645Z test_ops.py::TestCompositeComplianceCPU::test_backward_triangular_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6036858Z test_ops.py::TestCompositeComplianceCPU::test_backward_tril_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6037057Z test_ops.py::TestCompositeComplianceCPU::test_backward_true_divide_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6037250Z test_ops.py::TestCompositeComplianceCPU::test_backward_unflatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6037446Z test_ops.py::TestCompositeComplianceCPU::test_backward_unfold_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6037639Z test_ops.py::TestCompositeComplianceCPU::test_backward_var_mean_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6037829Z test_ops.py::TestCompositeComplianceCPU::test_backward_vdot_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038032Z test_ops.py::TestCompositeComplianceCPU::test_backward_view_as_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038208Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_T_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___getitem___cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmatmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rmul___cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6038989Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad___rsub___cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6039175Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_abs_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6039367Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addbmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6039562Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcdiv_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6039757Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addcmul_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6039950Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmm_decomposed_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6040145Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addmv_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6040335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_addr_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6040560Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_all_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6040746Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_amax_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6040971Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_aminmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6041195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_any_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6041450Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_arange_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6041677Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6041890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6042119Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_argwhere_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6042315Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6042521Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_as_strided_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6042711Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_asinh_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6042903Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atan2_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6043096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_atleast_2d_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6043351Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bfloat16_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:34:16.6043544Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bmm_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6043771Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_shapes_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6043973Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_broadcast_to_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6044203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_bucketize_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6044425Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_byte_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6044629Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cartesian_prod_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6044818Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cat_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6045043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cdist_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:34:16.6045273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_cpu_float32 SKIPPED (Does not support forward_ad) [ 74%] 2022-12-01T10:34:16.6045481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_inverse_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6045670Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cholesky_solve_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6045859Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_chunk_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6046056Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clamp_max_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6046245Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_clone_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6046446Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_column_stack_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6046638Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_complex_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6046825Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_conj_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047013Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cosh_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cov_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047380Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cross_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cummin_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047800Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumprod_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6047991Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_cumsum_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6048186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_deg2rad_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6048374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diag_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6048568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagflat_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6048762Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6048954Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_diagonal_scatter_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6049163Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_no_rounding_mode_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6049374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_div_trunc_rounding_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6049605Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_empty_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6049856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_eq_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6050046Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_erfc_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6050237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_exp2_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6050431Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_fft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6050625Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6050804Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifft_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6050999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6051203Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ifftshift_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6051401Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_ihfft_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6051597Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_irfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6051785Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfft2_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6051980Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fft_rfftn_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6052171Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6052353Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_flatten_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6052545Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fliplr_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6052743Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_float_power_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6052932Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_floor_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6053234Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_fmax_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6053468Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_full_like_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6053694Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_geqrf_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6053890Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_gradient_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6054121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_histogram_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6054302Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hsplit_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6054543Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_hypot_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6054772Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_igammac_cpu_float32 SKIPPED (Does not support autograd) [ 74%] 2022-12-01T10:34:16.6054969Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_copy_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6055164Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_fill_cpu_float32 PASSED [ 74%] 2022-12-01T10:34:16.6055358Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_put_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6055557Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_index_select_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6055752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_inner_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6055970Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_int_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6056185Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isclose_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6056443Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isinf_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6056671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_isreal_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6056907Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:34:16.6057146Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:34:16.6057374Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 75%] 2022-12-01T10:34:16.6057570Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_kthvalue_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6057784Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_det_singular_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6057986Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_inv_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6058213Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_factor_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6058448Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_ldl_solve_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6058664Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6058857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6059063Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_lu_factor_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6059273Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6059522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6059725Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_pinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6059999Z 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:34:16.6060207Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_ex_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6060410Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_solve_triangular_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6060607Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svd_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6060837Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_svdvals_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6061043Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorinv_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6061253Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_tensorsolve_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6061455Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_vander_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6061646Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log1p_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6061835Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log2_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6062023Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_log_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6062210Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp2_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6062407Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logaddexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6062635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_and_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6062891Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_not_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6063121Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logical_or_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6063313Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logit_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6063541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logspace_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6063740Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6063963Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_long_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6064170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_lt_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6064359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mH_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6064588Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmax_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6064816Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_argmin_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6065015Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_cumsum_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6065222Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_logsumexp_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6065420Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_mean_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6065624Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6065823Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066017Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066214Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_scatter_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_std_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066805Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_sum_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6066999Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_masked_var_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6067190Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_matmul_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6067427Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_max_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6067610Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_median_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6067828Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_meshgrid_variadic_tensors_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6068024Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_binary_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6068231Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_min_reduction_no_dim_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6068417Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6068608Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_msort_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6068798Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mul_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6069009Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6069219Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6069491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nanmean_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6069701Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_native_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6069888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_neg_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6070116Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_new_full_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6070345Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nextafter_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6070614Z 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:34:16.6070841Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6071062Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6071276Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_avg_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6071481Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_batch_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6071695Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6071905Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6072126Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6072354Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6072573Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_cross_entropy_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6072817Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_ctc_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:34:16.6073036Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_embedding_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6073277Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6073520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6073765Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6073992Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6074211Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 75%] 2022-12-01T10:34:16.6074415Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_glu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6074662Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_grid_sample_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:34:16.6074880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardsigmoid_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6075093Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardswish_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6075308Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hardtanh_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6075530Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6075776Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_huber_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6075994Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_instance_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6076218Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_area_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6076439Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6076660Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6076886Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6077101Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_linear_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6077327Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6077541Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool1d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6077752Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_pool2d_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6077953Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_cpu_float32 XFAIL [ 75%] 2022-12-01T10:34:16.6078172Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6078397Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Skipped!) [ 75%] 2022-12-01T10:34:16.6078617Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6078824Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_mish_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6079076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multi_margin_loss_cpu_float32 SKIPPED (Does not support forward_ad) [ 75%] 2022-12-01T10:34:16.6079309Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6079522Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_normalize_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6079737Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_circular_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6079940Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_pad_constant_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6080186Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6080399Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_prelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6080604Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_rrelu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6080810Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_selu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6081011Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_silu_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6081227Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_smooth_l1_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6081437Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softmin_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6081655Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softshrink_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6081856Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_softsign_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6082096Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_threshold_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6082320Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_triplet_margin_loss_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6082532Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_unfold_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6082755Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6082974Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_nn_functional_upsample_nearest_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6083167Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_norm_cpu_float32 PASSED [ 75%] 2022-12-01T10:34:16.6083393Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ormqr_cpu_float32 SKIPPED (Does not support autograd) [ 75%] 2022-12-01T10:34:16.6083659Z 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:34:16.6083855Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_permute_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6084057Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_2_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6084269Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_polygamma_polygamma_n_4_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6084463Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_positive_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6084657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rad2deg_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6084851Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_ravel_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6085041Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_real_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6085237Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6085445Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_repeat_interleave_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6085657Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6085888Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resize_as__cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6086087Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6086284Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_resolve_neg_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6086506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rot90_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6086697Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6086902Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6087105Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6087312Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_round_decimals_neg_3_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6087491Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsqrt_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6087683Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_rsub_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6087881Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_add_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6088075Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6088285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_amax_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6088520Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6088729Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_scatter_reduce_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6088967Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_searchsorted_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6089158Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_select_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6089335Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sgn_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6089558Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_short_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6089751Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sigmoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6089942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sign_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6090170Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_signbit_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6090359Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sin_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6090549Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sinc_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6090742Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6090942Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_slice_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6091123Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6091329Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_softmax_with_dtype_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6091568Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_airy_ai_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6091806Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6092042Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_j1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6092277Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_bessel_y1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6092531Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_chebyshev_polynomial_t_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6092730Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_erfcx_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6093117Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_hermite_polynomial_he_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6093305Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6093506Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_i1e_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6093757Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_laguerre_polynomial_l_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6094225Z 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:34:16.6094472Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_modified_bessel_i1_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6094671Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtr_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6094875Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_ndtri_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6095108Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_polygamma_special_polygamma_n_0_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6095408Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_scaled_modified_bessel_k0_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6095830Z 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:34:16.6096245Z 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:34:16.6096644Z 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:34:16.6096880Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_special_zeta_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6097088Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_split_with_sizes_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6097285Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_squeeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6097477Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stack_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6097669Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6097864Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_std_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6098054Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_stft_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6098241Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_sum_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6098459Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_symeig_cpu_float32 SKIPPED (Does not support forward_ad) [ 76%] 2022-12-01T10:34:16.6098652Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_t_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6098853Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensor_split_cpu_float32 XFAIL [ 76%] 2022-12-01T10:34:16.6099053Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tensordot_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6099246Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_tile_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6099444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_transpose_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6099640Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6099829Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_triu_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6100076Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_trunc_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6100267Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unbind_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6100462Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unfold_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6100659Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_unsqueeze_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6100857Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_var_mean_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6101061Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6101255Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_view_as_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6101444Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_vstack_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6101635Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_where_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6101813Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_xlogy_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6102065Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6102295Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_zeros_like_cpu_float32 SKIPPED (Does not support autograd) [ 76%] 2022-12-01T10:34:16.6102482Z test_ops.py::TestCompositeComplianceCPU::test_operator_T_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6102674Z test_ops.py::TestCompositeComplianceCPU::test_operator___rdiv___cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6102863Z test_ops.py::TestCompositeComplianceCPU::test_operator___rmul___cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6103056Z test_ops.py::TestCompositeComplianceCPU::test_operator___rpow___cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6103245Z test_ops.py::TestCompositeComplianceCPU::test_operator_acos_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6103444Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcdiv_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6103627Z test_ops.py::TestCompositeComplianceCPU::test_operator_addcmul_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6103819Z test_ops.py::TestCompositeComplianceCPU::test_operator_addmv_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104012Z test_ops.py::TestCompositeComplianceCPU::test_operator_allclose_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104204Z test_ops.py::TestCompositeComplianceCPU::test_operator_amin_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104395Z test_ops.py::TestCompositeComplianceCPU::test_operator_aminmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104581Z test_ops.py::TestCompositeComplianceCPU::test_operator_angle_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104769Z test_ops.py::TestCompositeComplianceCPU::test_operator_any_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6104964Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmax_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6105144Z test_ops.py::TestCompositeComplianceCPU::test_operator_argmin_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6105336Z test_ops.py::TestCompositeComplianceCPU::test_operator_argwhere_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6105532Z test_ops.py::TestCompositeComplianceCPU::test_operator_as_strided_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6105717Z test_ops.py::TestCompositeComplianceCPU::test_operator_atan_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6105906Z test_ops.py::TestCompositeComplianceCPU::test_operator_atanh_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6106100Z test_ops.py::TestCompositeComplianceCPU::test_operator_atleast_3d_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6106293Z test_ops.py::TestCompositeComplianceCPU::test_operator_baddbmm_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6106489Z test_ops.py::TestCompositeComplianceCPU::test_operator_bernoulli_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6106697Z test_ops.py::TestCompositeComplianceCPU::test_operator_bucketize_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6106886Z test_ops.py::TestCompositeComplianceCPU::test_operator_cat_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6107076Z test_ops.py::TestCompositeComplianceCPU::test_operator_cdist_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6107262Z test_ops.py::TestCompositeComplianceCPU::test_operator_char_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6107455Z test_ops.py::TestCompositeComplianceCPU::test_operator_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6107645Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6107838Z test_ops.py::TestCompositeComplianceCPU::test_operator_clamp_min_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108029Z test_ops.py::TestCompositeComplianceCPU::test_operator_complex_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108217Z test_ops.py::TestCompositeComplianceCPU::test_operator_conj_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108400Z test_ops.py::TestCompositeComplianceCPU::test_operator_copysign_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108592Z test_ops.py::TestCompositeComplianceCPU::test_operator_corrcoef_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108807Z test_ops.py::TestCompositeComplianceCPU::test_operator_cos_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6108996Z test_ops.py::TestCompositeComplianceCPU::test_operator_cosh_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6109182Z test_ops.py::TestCompositeComplianceCPU::test_operator_cov_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6109459Z test_ops.py::TestCompositeComplianceCPU::test_operator_cummax_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6109677Z test_ops.py::TestCompositeComplianceCPU::test_operator_cumulative_trapezoid_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6109869Z test_ops.py::TestCompositeComplianceCPU::test_operator_deg2rad_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6110051Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6110257Z test_ops.py::TestCompositeComplianceCPU::test_operator_diagonal_scatter_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6110451Z test_ops.py::TestCompositeComplianceCPU::test_operator_digamma_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6110637Z test_ops.py::TestCompositeComplianceCPU::test_operator_dist_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6110841Z test_ops.py::TestCompositeComplianceCPU::test_operator_div_trunc_rounding_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6111027Z test_ops.py::TestCompositeComplianceCPU::test_operator_dot_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6111216Z test_ops.py::TestCompositeComplianceCPU::test_operator_double_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:16.6111410Z test_ops.py::TestCompositeComplianceCPU::test_operator_einsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6111647Z test_ops.py::TestCompositeComplianceCPU::test_operator_empty_cpu_float32 SKIPPED (Expected: empty is not comparable) [ 77%] 2022-12-01T10:34:16.6111826Z test_ops.py::TestCompositeComplianceCPU::test_operator_eq_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112016Z test_ops.py::TestCompositeComplianceCPU::test_operator_equal_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112207Z test_ops.py::TestCompositeComplianceCPU::test_operator_erfc_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112394Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112580Z test_ops.py::TestCompositeComplianceCPU::test_operator_exp_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112768Z test_ops.py::TestCompositeComplianceCPU::test_operator_expand_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6112954Z test_ops.py::TestCompositeComplianceCPU::test_operator_expm1_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6113141Z test_ops.py::TestCompositeComplianceCPU::test_operator_eye_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6113321Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6113543Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_fft_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6113735Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6113931Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_hfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6114121Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6114309Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6114511Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ifftshift_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6114703Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6114899Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_ihfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6115082Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6115275Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_irfftn_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6115494Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6115686Z test_ops.py::TestCompositeComplianceCPU::test_operator_fft_rfft_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6115875Z test_ops.py::TestCompositeComplianceCPU::test_operator_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6116067Z test_ops.py::TestCompositeComplianceCPU::test_operator_flipud_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6116263Z test_ops.py::TestCompositeComplianceCPU::test_operator_float_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6116447Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6116634Z test_ops.py::TestCompositeComplianceCPU::test_operator_floor_divide_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6116823Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117010Z test_ops.py::TestCompositeComplianceCPU::test_operator_fmod_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117197Z test_ops.py::TestCompositeComplianceCPU::test_operator_frac_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117391Z test_ops.py::TestCompositeComplianceCPU::test_operator_full_like_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117582Z test_ops.py::TestCompositeComplianceCPU::test_operator_gather_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117774Z test_ops.py::TestCompositeComplianceCPU::test_operator_gradient_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6117967Z test_ops.py::TestCompositeComplianceCPU::test_operator_heaviside_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6118153Z test_ops.py::TestCompositeComplianceCPU::test_operator_histc_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6118343Z test_ops.py::TestCompositeComplianceCPU::test_operator_histogramdd_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6118532Z test_ops.py::TestCompositeComplianceCPU::test_operator_hsplit_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6118720Z test_ops.py::TestCompositeComplianceCPU::test_operator_hypot_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6118908Z test_ops.py::TestCompositeComplianceCPU::test_operator_i0_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6119096Z test_ops.py::TestCompositeComplianceCPU::test_operator_igamma_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6119290Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_add_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6119486Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6119680Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6119860Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_put_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6120086Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_reduce_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6120282Z test_ops.py::TestCompositeComplianceCPU::test_operator_index_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6120477Z test_ops.py::TestCompositeComplianceCPU::test_operator_isclose_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6120664Z test_ops.py::TestCompositeComplianceCPU::test_operator_isin_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6120854Z test_ops.py::TestCompositeComplianceCPU::test_operator_isinf_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6121042Z test_ops.py::TestCompositeComplianceCPU::test_operator_isnan_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6121270Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:34:16.6121484Z test_ops.py::TestCompositeComplianceCPU::test_operator_jiterator_binary_cpu_float32 SKIPPED (skip) [ 77%] 2022-12-01T10:34:16.6121663Z test_ops.py::TestCompositeComplianceCPU::test_operator_kron_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6121850Z test_ops.py::TestCompositeComplianceCPU::test_operator_le_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6122092Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_det_singular_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6122289Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eig_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6122488Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_eigh_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6122693Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_ldl_factor_ex_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6122910Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lstsq_grad_oriented_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6123102Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6123292Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_factor_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6123497Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_lu_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6123699Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6123903Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_power_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6124102Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6124319Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_matrix_rank_hermitian_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6124522Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_multi_dot_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6124720Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_pinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6124913Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_qr_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6125102Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6125318Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_solve_triangular_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6125512Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svd_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6125714Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_svdvals_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6125918Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorinv_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6126127Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_tensorsolve_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6126326Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_vecdot_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6126524Z test_ops.py::TestCompositeComplianceCPU::test_operator_linspace_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6126740Z test_ops.py::TestCompositeComplianceCPU::test_operator_log1p_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6126919Z test_ops.py::TestCompositeComplianceCPU::test_operator_log2_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6127112Z test_ops.py::TestCompositeComplianceCPU::test_operator_log_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6127308Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_not_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6127504Z test_ops.py::TestCompositeComplianceCPU::test_operator_logical_or_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6127695Z test_ops.py::TestCompositeComplianceCPU::test_operator_logit_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6127889Z test_ops.py::TestCompositeComplianceCPU::test_operator_logsumexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6128075Z test_ops.py::TestCompositeComplianceCPU::test_operator_lt_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6128269Z test_ops.py::TestCompositeComplianceCPU::test_operator_lu_unpack_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6128443Z test_ops.py::TestCompositeComplianceCPU::test_operator_mT_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6128667Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amax_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6128865Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_amin_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6129066Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumprod_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6129265Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_cumsum_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6129457Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_fill_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6129664Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_log_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6129868Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_logaddexp_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6130067Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_mean_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6130251Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6130460Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_normalize_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6130664Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_scatter_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6130864Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_select_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6131061Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmax_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6131260Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_softmin_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6131454Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_std_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6131650Z test_ops.py::TestCompositeComplianceCPU::test_operator_masked_sum_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6131830Z test_ops.py::TestCompositeComplianceCPU::test_operator_max_binary_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6132025Z test_ops.py::TestCompositeComplianceCPU::test_operator_maximum_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6132217Z test_ops.py::TestCompositeComplianceCPU::test_operator_median_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6132427Z test_ops.py::TestCompositeComplianceCPU::test_operator_meshgrid_list_of_tensors_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6132638Z test_ops.py::TestCompositeComplianceCPU::test_operator_min_reduction_no_dim_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6132829Z test_ops.py::TestCompositeComplianceCPU::test_operator_minimum_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6133125Z test_ops.py::TestCompositeComplianceCPU::test_operator_movedim_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6133360Z test_ops.py::TestCompositeComplianceCPU::test_operator_msort_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6133542Z test_ops.py::TestCompositeComplianceCPU::test_operator_mv_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6133740Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_1_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6133950Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6134159Z test_ops.py::TestCompositeComplianceCPU::test_operator_mvlgamma_mvlgamma_p_5_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6134352Z test_ops.py::TestCompositeComplianceCPU::test_operator_nanmean_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6134549Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_copy_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6134736Z test_ops.py::TestCompositeComplianceCPU::test_operator_narrow_cpu_float32 XFAIL [ 77%] 2022-12-01T10:34:16.6134922Z test_ops.py::TestCompositeComplianceCPU::test_operator_ne_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6135110Z test_ops.py::TestCompositeComplianceCPU::test_operator_neg_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6135341Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_empty_cpu_float32 SKIPPED (Expected: new_empty is not comparable) [ 77%] 2022-12-01T10:34:16.6135568Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_ones_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6135765Z test_ops.py::TestCompositeComplianceCPU::test_operator_new_zeros_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6135989Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6136210Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6136426Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6136643Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6136853Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool2d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6137068Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_avg_pool3d_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6137284Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_batch_norm_cpu_float32 PASSED [ 77%] 2022-12-01T10:34:16.6137484Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6137688Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_celu_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6137897Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6138114Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6138332Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_cross_entropy_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6138543Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_dropout_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6138782Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_embedding_cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:34:16.6139017Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6139258Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6139473Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6139693Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_fractional_max_pool3d_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6139939Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_gaussian_nll_loss_cpu_float32 XFAIL [ 78%] 2022-12-01T10:34:16.6140144Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_glu_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6140359Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6140572Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6140785Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_hardswish_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6140992Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_huber_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6141216Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6141427Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_linear_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6141650Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_interpolate_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6141885Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_kl_div_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6142097Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_layer_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6142309Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_logsigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6142521Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6142738Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6142954Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6143175Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6143374Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_mse_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6143591Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6143815Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6144031Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pad_circular_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6144250Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6144461Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_prelu_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6144668Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_relu6_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6144872Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_silu_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6145097Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6145297Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_softsign_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6145512Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_tanhshrink_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6145721Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_threshold_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6145929Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_unfold_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6146149Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6146395Z test_ops.py::TestCompositeComplianceCPU::test_operator_nn_functional_upsample_nearest_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6146588Z test_ops.py::TestCompositeComplianceCPU::test_operator_nonzero_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6146779Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6146973Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_fro_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6147156Z test_ops.py::TestCompositeComplianceCPU::test_operator_norm_nuc_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6147348Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6147555Z test_ops.py::TestCompositeComplianceCPU::test_operator_normal_number_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6147745Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6147942Z test_ops.py::TestCompositeComplianceCPU::test_operator_ones_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6148134Z test_ops.py::TestCompositeComplianceCPU::test_operator_outer_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6148360Z test_ops.py::TestCompositeComplianceCPU::test_operator_pca_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6148554Z test_ops.py::TestCompositeComplianceCPU::test_operator_permute_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6148749Z test_ops.py::TestCompositeComplianceCPU::test_operator_positive_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6148927Z test_ops.py::TestCompositeComplianceCPU::test_operator_pow_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6149116Z test_ops.py::TestCompositeComplianceCPU::test_operator_prod_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6149353Z test_ops.py::TestCompositeComplianceCPU::test_operator_put_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6149551Z test_ops.py::TestCompositeComplianceCPU::test_operator_quantile_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6149748Z test_ops.py::TestCompositeComplianceCPU::test_operator_rad2deg_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6149940Z test_ops.py::TestCompositeComplianceCPU::test_operator_rand_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6150142Z test_ops.py::TestCompositeComplianceCPU::test_operator_randint_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6150331Z test_ops.py::TestCompositeComplianceCPU::test_operator_randn_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6150518Z test_ops.py::TestCompositeComplianceCPU::test_operator_reciprocal_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6150713Z test_ops.py::TestCompositeComplianceCPU::test_operator_remainder_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6150904Z test_ops.py::TestCompositeComplianceCPU::test_operator_renorm_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6151096Z test_ops.py::TestCompositeComplianceCPU::test_operator_reshape_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6151315Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize__cpu_float32 SKIPPED (Allowed exception) [ 78%] 2022-12-01T10:34:16.6151538Z test_ops.py::TestCompositeComplianceCPU::test_operator_resize_as__cpu_float32 SKIPPED (Allowed exemption) [ 78%] 2022-12-01T10:34:16.6151738Z test_ops.py::TestCompositeComplianceCPU::test_operator_resolve_conj_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6151929Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6152129Z test_ops.py::TestCompositeComplianceCPU::test_operator_round_decimals_3_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6152311Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6152516Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_amin_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6152718Z test_ops.py::TestCompositeComplianceCPU::test_operator_scatter_reduce_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6152916Z test_ops.py::TestCompositeComplianceCPU::test_operator_searchsorted_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6153158Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_lengths_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6153373Z test_ops.py::TestCompositeComplianceCPU::test_operator_segment_reduce_offsets_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6153567Z test_ops.py::TestCompositeComplianceCPU::test_operator_sigmoid_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6153760Z test_ops.py::TestCompositeComplianceCPU::test_operator_signbit_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6153937Z test_ops.py::TestCompositeComplianceCPU::test_operator_sin_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6154140Z test_ops.py::TestCompositeComplianceCPU::test_operator_softmax_with_dtype_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6154329Z test_ops.py::TestCompositeComplianceCPU::test_operator_sort_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6154531Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y0_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6154730Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_bessel_y1_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6154929Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_entr_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6155153Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_erfcx_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6155374Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_hermite_polynomial_he_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6155571Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_i1e_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6155761Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_log_ndtr_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6155976Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_modified_bessel_i1_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6156431Z 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:34:16.6156850Z 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:34:16.6157054Z test_ops.py::TestCompositeComplianceCPU::test_operator_special_xlog1py_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6157247Z test_ops.py::TestCompositeComplianceCPU::test_operator_split_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6157438Z test_ops.py::TestCompositeComplianceCPU::test_operator_sqrt_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6157634Z test_ops.py::TestCompositeComplianceCPU::test_operator_square_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6157824Z test_ops.py::TestCompositeComplianceCPU::test_operator_stack_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158006Z test_ops.py::TestCompositeComplianceCPU::test_operator_std_mean_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158198Z test_ops.py::TestCompositeComplianceCPU::test_operator_sub_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158382Z test_ops.py::TestCompositeComplianceCPU::test_operator_sum_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158581Z test_ops.py::TestCompositeComplianceCPU::test_operator_svd_lowrank_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158772Z test_ops.py::TestCompositeComplianceCPU::test_operator_symeig_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6158972Z test_ops.py::TestCompositeComplianceCPU::test_operator_take_along_dim_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6159159Z test_ops.py::TestCompositeComplianceCPU::test_operator_tan_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6159356Z test_ops.py::TestCompositeComplianceCPU::test_operator_tensor_split_cpu_float32 XFAIL [ 78%] 2022-12-01T10:34:16.6159545Z test_ops.py::TestCompositeComplianceCPU::test_operator_tile_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6159720Z test_ops.py::TestCompositeComplianceCPU::test_operator_to_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6159936Z test_ops.py::TestCompositeComplianceCPU::test_operator_trace_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6160131Z test_ops.py::TestCompositeComplianceCPU::test_operator_transpose_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6160336Z test_ops.py::TestCompositeComplianceCPU::test_operator_triangular_solve_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6160530Z test_ops.py::TestCompositeComplianceCPU::test_operator_true_divide_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6160733Z test_ops.py::TestCompositeComplianceCPU::test_operator_unique_consecutive_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6160919Z test_ops.py::TestCompositeComplianceCPU::test_operator_var_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6161107Z test_ops.py::TestCompositeComplianceCPU::test_operator_vdot_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6161287Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_as_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6161477Z test_ops.py::TestCompositeComplianceCPU::test_operator_view_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6161671Z test_ops.py::TestCompositeComplianceCPU::test_operator_vsplit_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6161888Z test_ops.py::TestCompositeComplianceCPU::test_operator_where_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6162077Z test_ops.py::TestCompositeComplianceCPU::test_operator_zero__cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6162270Z test_ops.py::TestCompositeComplianceCPU::test_operator_zeros_like_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:16.6162442Z test_ops.py::TestMathBitsCPU::test_conj_view_T_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6162614Z test_ops.py::TestMathBitsCPU::test_conj_view___radd___cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6162785Z test_ops.py::TestMathBitsCPU::test_conj_view___rdiv___cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6162951Z test_ops.py::TestMathBitsCPU::test_conj_view___rmatmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163124Z test_ops.py::TestMathBitsCPU::test_conj_view___rmul___cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163292Z test_ops.py::TestMathBitsCPU::test_conj_view___rsub___cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163469Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_add_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163649Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_allclose_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163824Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_any_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6163999Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_asinh_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6164179Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_1d_cpu_complex64 PASSED [ 78%] 2022-12-01T10:34:16.6164347Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_2d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6164526Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_atleast_3d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6164711Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_broadcast_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6164885Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165059Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165242Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_column_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165415Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165597Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_conj_physical_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165765Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_contiguous_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6165937Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6166118Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diag_embed_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6166327Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_diagonal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6166505Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_dstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6166725Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:34:16.6166906Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167084Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167258Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_fftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167610Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167787Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_hfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6167973Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_ifftshift_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6168188Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6168372Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfft_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6168552Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6168732Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6168898Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169076Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169255Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_add_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169436Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_index_copy_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169615Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169796Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isfinite_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6169972Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isinf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6170150Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6170339Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_matrix_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6170509Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6170692Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_svdvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6170882Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_linalg_vector_norm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6171057Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_log2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6171235Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_or_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6171419Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_logical_xor_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6171596Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_movedim_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6171817Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_cpu_complex64 SKIPPED (Expected: empty is not comparable) [ 79%] 2022-12-01T10:34:16.6172048Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_empty_strided_cpu_complex64 SKIPPED (Expected: empty_strided is not comparable) [ 79%] 2022-12-01T10:34:16.6172226Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_new_full_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6172464Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6172661Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_nn_functional_tanhshrink_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6172837Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ones_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:34:16.6173140Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_permute_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6173324Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_positive_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6173498Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_pow_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6173672Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_prod_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6173837Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_ravel_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174009Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_real_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174188Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_repeat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174359Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rot90_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174572Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174745Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_rsub_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6174917Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175085Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_sqrt_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175252Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_squeeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175431Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_stack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175607Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175786Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_std_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6175970Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tensor_split_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6176144Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_to_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6176319Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_tril_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6176501Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unflatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6176683Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_unsqueeze_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6176844Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177022Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_var_mean_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177203Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_view_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177383Z test_ops.py::TestMathBitsCPU::test_conj_view__refs_vstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177558Z test_ops.py::TestMathBitsCPU::test_conj_view_addcdiv_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177736Z test_ops.py::TestMathBitsCPU::test_conj_view_addcmul_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6177907Z test_ops.py::TestMathBitsCPU::test_conj_view_addr_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178076Z test_ops.py::TestMathBitsCPU::test_conj_view_all_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178238Z test_ops.py::TestMathBitsCPU::test_conj_view_allclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178410Z test_ops.py::TestMathBitsCPU::test_conj_view_asinh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178580Z test_ops.py::TestMathBitsCPU::test_conj_view_atan_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178758Z test_ops.py::TestMathBitsCPU::test_conj_view_atleast_1d_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6178963Z test_ops.py::TestMathBitsCPU::test_conj_view_block_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6179134Z test_ops.py::TestMathBitsCPU::test_conj_view_bmm_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6179305Z test_ops.py::TestMathBitsCPU::test_conj_view_byte_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6179484Z test_ops.py::TestMathBitsCPU::test_conj_view_cartesian_prod_cpu_complex64 XFAIL [ 79%] 2022-12-01T10:34:16.6179639Z test_ops.py::TestMathBitsCPU::test_conj_view_cat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6179815Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6179996Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_inverse_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6180178Z test_ops.py::TestMathBitsCPU::test_conj_view_cholesky_solve_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6180345Z test_ops.py::TestMathBitsCPU::test_conj_view_chunk_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6180515Z test_ops.py::TestMathBitsCPU::test_conj_view_clone_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6180694Z test_ops.py::TestMathBitsCPU::test_conj_view_combinations_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6180899Z test_ops.py::TestMathBitsCPU::test_conj_view_corrcoef_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181056Z test_ops.py::TestMathBitsCPU::test_conj_view_cos_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181222Z test_ops.py::TestMathBitsCPU::test_conj_view_cosh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181400Z test_ops.py::TestMathBitsCPU::test_conj_view_count_nonzero_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181565Z test_ops.py::TestMathBitsCPU::test_conj_view_diag_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181736Z test_ops.py::TestMathBitsCPU::test_conj_view_diagflat_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6181906Z test_ops.py::TestMathBitsCPU::test_conj_view_diff_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6182098Z test_ops.py::TestMathBitsCPU::test_conj_view_div_no_rounding_mode_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6182267Z test_ops.py::TestMathBitsCPU::test_conj_view_double_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6182436Z test_ops.py::TestMathBitsCPU::test_conj_view_dsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6182612Z test_ops.py::TestMathBitsCPU::test_conj_view_empty_cpu_complex64 SKIPPED (Skipped!) [ 79%] 2022-12-01T10:34:16.6182780Z test_ops.py::TestMathBitsCPU::test_conj_view_equal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6182945Z test_ops.py::TestMathBitsCPU::test_conj_view_exp_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183116Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_as_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183286Z test_ops.py::TestMathBitsCPU::test_conj_view_expand_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183459Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_fftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183635Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_ifft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183813Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfft2_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6183974Z test_ops.py::TestMathBitsCPU::test_conj_view_fft_irfftn_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184151Z test_ops.py::TestMathBitsCPU::test_conj_view_flatten_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184322Z test_ops.py::TestMathBitsCPU::test_conj_view_flipud_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184490Z test_ops.py::TestMathBitsCPU::test_conj_view_float_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184658Z test_ops.py::TestMathBitsCPU::test_conj_view_gather_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184823Z test_ops.py::TestMathBitsCPU::test_conj_view_geqrf_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6184988Z test_ops.py::TestMathBitsCPU::test_conj_view_half_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6185160Z test_ops.py::TestMathBitsCPU::test_conj_view_hsplit_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6185346Z test_ops.py::TestMathBitsCPU::test_conj_view_hstack_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6185521Z test_ops.py::TestMathBitsCPU::test_conj_view_index_fill_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6185691Z test_ops.py::TestMathBitsCPU::test_conj_view_inner_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6185863Z test_ops.py::TestMathBitsCPU::test_conj_view_isclose_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6186030Z test_ops.py::TestMathBitsCPU::test_conj_view_isreal_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6186253Z test_ops.py::TestMathBitsCPU::test_conj_view_jiterator_4inputs_with_extra_args_cpu_complex64 SKIPPED (Only runs on cuda) [ 79%] 2022-12-01T10:34:16.6186419Z test_ops.py::TestMathBitsCPU::test_conj_view_kron_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6186595Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cond_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6186761Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cross_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6186936Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_det_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6187105Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eig_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6187315Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6187494Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvals_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6187676Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_eigvalsh_cpu_complex64 PASSED [ 79%] 2022-12-01T10:34:16.6187870Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_householder_product_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188044Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188219Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_inv_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188393Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188576Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_factor_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188757Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_lu_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6188943Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_matrix_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6189121Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6189381Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_norm_subgradients_at_zero_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6189574Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_pinv_hermitian_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6189825Z 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:34:16.6189998Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_slogdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6190178Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_ex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6190371Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_solve_triangular_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6190546Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6190723Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_svdvals_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6190912Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_tensorsolve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191097Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_vector_norm_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191265Z test_ops.py::TestMathBitsCPU::test_conj_view_log10_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191434Z test_ops.py::TestMathBitsCPU::test_conj_view_log2_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191625Z test_ops.py::TestMathBitsCPU::test_conj_view_log_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191813Z test_ops.py::TestMathBitsCPU::test_conj_view_log_softmax_dtype_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6191983Z test_ops.py::TestMathBitsCPU::test_conj_view_logdet_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6192162Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_not_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6192334Z test_ops.py::TestMathBitsCPU::test_conj_view_logical_xor_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6192507Z test_ops.py::TestMathBitsCPU::test_conj_view_logspace_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6192682Z test_ops.py::TestMathBitsCPU::test_conj_view_lu_unpack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6192848Z test_ops.py::TestMathBitsCPU::test_conj_view_mT_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193019Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_cumprod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193199Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193382Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_normalize_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193590Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193770Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6193945Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_sum_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194117Z test_ops.py::TestMathBitsCPU::test_conj_view_masked_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194286Z test_ops.py::TestMathBitsCPU::test_conj_view_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194470Z test_ops.py::TestMathBitsCPU::test_conj_view_meshgrid_variadic_tensors_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194638Z test_ops.py::TestMathBitsCPU::test_conj_view_mul_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194818Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_copy_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6194986Z test_ops.py::TestMathBitsCPU::test_conj_view_narrow_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6195153Z test_ops.py::TestMathBitsCPU::test_conj_view_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6195343Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:34:16.6195583Z test_ops.py::TestMathBitsCPU::test_conj_view_new_empty_strided_cpu_complex64 SKIPPED (Expected: new_empty_strided is not comparable) [ 80%] 2022-12-01T10:34:16.6195756Z test_ops.py::TestMathBitsCPU::test_conj_view_new_full_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6195931Z test_ops.py::TestMathBitsCPU::test_conj_view_new_zeros_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6196106Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_conv2d_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6196330Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6196521Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_l1_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6196719Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_constant_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6196914Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pad_reflect_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6197115Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pairwise_distance_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6197311Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_pixel_shuffle_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6197505Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_silu_complex_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6197707Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_triplet_margin_loss_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6197910Z test_ops.py::TestMathBitsCPU::test_conj_view_nn_functional_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198086Z test_ops.py::TestMathBitsCPU::test_conj_view_ones_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198259Z test_ops.py::TestMathBitsCPU::test_conj_view_ormqr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198432Z test_ops.py::TestMathBitsCPU::test_conj_view_outer_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198604Z test_ops.py::TestMathBitsCPU::test_conj_view_permute_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198783Z test_ops.py::TestMathBitsCPU::test_conj_view_pinverse_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6198956Z test_ops.py::TestMathBitsCPU::test_conj_view_positive_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6199123Z test_ops.py::TestMathBitsCPU::test_conj_view_prod_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6199280Z test_ops.py::TestMathBitsCPU::test_conj_view_put_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6199449Z test_ops.py::TestMathBitsCPU::test_conj_view_qr_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6199616Z test_ops.py::TestMathBitsCPU::test_conj_view_randn_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6199784Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200032Z test_ops.py::TestMathBitsCPU::test_conj_view_repeat_interleave_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200209Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_as_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200388Z test_ops.py::TestMathBitsCPU::test_conj_view_reshape_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200566Z test_ops.py::TestMathBitsCPU::test_conj_view_resolve_neg_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200722Z test_ops.py::TestMathBitsCPU::test_conj_view_rsqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6200892Z test_ops.py::TestMathBitsCPU::test_conj_view_rsub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201068Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_add_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201241Z test_ops.py::TestMathBitsCPU::test_conj_view_scatter_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201412Z test_ops.py::TestMathBitsCPU::test_conj_view_select_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201579Z test_ops.py::TestMathBitsCPU::test_conj_view_sgn_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201748Z test_ops.py::TestMathBitsCPU::test_conj_view_short_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6201916Z test_ops.py::TestMathBitsCPU::test_conj_view_sin_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6202072Z test_ops.py::TestMathBitsCPU::test_conj_view_sinc_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6202242Z test_ops.py::TestMathBitsCPU::test_conj_view_slice_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6202447Z test_ops.py::TestMathBitsCPU::test_conj_view_sparse_sampled_addmm_cpu_complex64 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:34:16.6202613Z test_ops.py::TestMathBitsCPU::test_conj_view_split_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6202798Z test_ops.py::TestMathBitsCPU::test_conj_view_split_with_sizes_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6202964Z test_ops.py::TestMathBitsCPU::test_conj_view_sqrt_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6203136Z test_ops.py::TestMathBitsCPU::test_conj_view_square_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6203310Z test_ops.py::TestMathBitsCPU::test_conj_view_squeeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6203466Z test_ops.py::TestMathBitsCPU::test_conj_view_stack_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6203639Z test_ops.py::TestMathBitsCPU::test_conj_view_std_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6203804Z test_ops.py::TestMathBitsCPU::test_conj_view_sub_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6203982Z test_ops.py::TestMathBitsCPU::test_conj_view_sum_to_size_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6204149Z test_ops.py::TestMathBitsCPU::test_conj_view_svd_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6204355Z test_ops.py::TestMathBitsCPU::test_conj_view_take_along_dim_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6204519Z test_ops.py::TestMathBitsCPU::test_conj_view_take_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6204683Z test_ops.py::TestMathBitsCPU::test_conj_view_tan_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6204849Z test_ops.py::TestMathBitsCPU::test_conj_view_tanh_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205002Z test_ops.py::TestMathBitsCPU::test_conj_view_to_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205169Z test_ops.py::TestMathBitsCPU::test_conj_view_trace_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205346Z test_ops.py::TestMathBitsCPU::test_conj_view_transpose_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205514Z test_ops.py::TestMathBitsCPU::test_conj_view_trapz_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205697Z test_ops.py::TestMathBitsCPU::test_conj_view_triangular_solve_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6205868Z test_ops.py::TestMathBitsCPU::test_conj_view_unfold_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6206043Z test_ops.py::TestMathBitsCPU::test_conj_view_unsqueeze_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6206231Z test_ops.py::TestMathBitsCPU::test_conj_view_var_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6206396Z test_ops.py::TestMathBitsCPU::test_conj_view_var_mean_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6206753Z test_ops.py::TestMathBitsCPU::test_conj_view_view_as_real_cpu_complex64 SKIPPED (Operation doesn't support conjugated inputs.) [ 80%] 2022-12-01T10:34:16.6206925Z test_ops.py::TestMathBitsCPU::test_conj_view_vstack_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6207094Z test_ops.py::TestMathBitsCPU::test_conj_view_where_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6207262Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_cpu_complex64 XFAIL [ 80%] 2022-12-01T10:34:16.6207439Z test_ops.py::TestMathBitsCPU::test_conj_view_zeros_like_cpu_complex64 PASSED [ 80%] 2022-12-01T10:34:16.6207625Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___getitem___cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6207805Z test_ops.py::TestMathBitsCPU::test_neg_conj_view___rpow___cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6207978Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acos_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6208156Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_acosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6208339Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_addcdiv_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6208515Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_all_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6208750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_as_strided_cpu_complex128 SKIPPED (Errors when storage_offset is included) [ 80%] 2022-12-01T10:34:16.6208930Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atanh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6209121Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_atleast_2d_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6209314Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_broadcast_to_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6209509Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_constant_pad_nd_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6209683Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_contiguous_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6209861Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_cosh_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210046Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_diagonal_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210241Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_div_no_rounding_mode_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_dstack_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210629Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eq_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210816Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_as_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6210999Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_expand_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6211192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_eye_cpu_complex128 SKIPPED (Skipped!) [ 80%] 2022-12-01T10:34:16.6211361Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_fftn_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6211547Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_hfft2_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6211724Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifft_cpu_complex128 PASSED [ 80%] 2022-12-01T10:34:16.6211905Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_ifftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6212087Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_fft_irfftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6212274Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6212450Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_flip_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6212667Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6212836Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6213133Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6213320Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6213505Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isfinite_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6213680Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6213859Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214040Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_isreal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svd_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214419Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_svdvals_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214601Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_linalg_vector_norm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log10_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6214961Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_log2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6215150Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_logical_not_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6215324Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mean_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6215530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_meshgrid_list_of_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6215714Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_movedim_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6215894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_mul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6216059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ne_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6216237Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_neg_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6216481Z 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:34:16.6216663Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_full_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6216845Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_ones_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6217073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_new_zeros_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6217272Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_nn_functional_l1_loss_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6217445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ones_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:34:16.6217628Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_permute_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6217799Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_positive_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6217977Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_ravel_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6218161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_repeat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6218347Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_reshape_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6218530Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_roll_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6218706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsqrt_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6218920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_rsub_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219096Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sgn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sigmoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219445Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219622Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinc_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219803Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sinh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6219984Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_square_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6220163Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_std_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6220339Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_sum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6220517Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6220693Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tanh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6220871Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tensor_split_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221050Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_trace_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_tril_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221412Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_true_divide_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unbind_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unflatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6221963Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_unsqueeze_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6222142Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_view_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6222312Z test_ops.py::TestMathBitsCPU::test_neg_conj_view__refs_vsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6222486Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_abs_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6222663Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6222840Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_acosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223013Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addcmul_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223226Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmm_decomposed_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223403Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_addmv_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223575Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_all_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_angle_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6223908Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_any_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224086Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_argwhere_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224258Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_asin_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224436Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_1d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224613Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_atleast_2d_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224788Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bfloat16_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6224965Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_block_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6225161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_bmm_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6225341Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_broadcast_tensors_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6225519Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_byte_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6225703Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cartesian_prod_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6225870Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6226043Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_chalf_cpu_complex128 XFAIL [ 81%] 2022-12-01T10:34:16.6226228Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_inverse_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6226411Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cholesky_solve_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6226593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_column_stack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6226768Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_combinations_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6226943Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_conj_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6227119Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_corrcoef_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6227290Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cos_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6227466Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cosh_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6227641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cov_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6227819Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cross_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228014Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_cumulative_trapezoid_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228187Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228353Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagflat_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228534Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diagonal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228706Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_diff_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6228896Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_div_no_rounding_mode_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6229068Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dot_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6229244Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_double_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6229501Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6229670Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_dstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6229830Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_einsum_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6230019Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:34:16.6230214Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_empty_like_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:34:16.6230387Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eq_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6230563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_equal_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6230736Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_expand_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6230920Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_eye_cpu_complex128 SKIPPED (Skipped!) [ 81%] 2022-12-01T10:34:16.6231100Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6231277Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_fftn_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6231473Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_hfft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6231652Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_ifft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6231831Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fft_irfft2_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232006Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232183Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flatten_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232358Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_flipud_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232538Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_float_power_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232719Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_full_like_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6232882Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_gather_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233057Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_half_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233230Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hsplit_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233400Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_hstack_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233569Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_imag_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233748Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_copy_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6233929Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_fill_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234111Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_index_select_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234276Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_inner_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234448Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_int_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234626Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isinf_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234794Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_isnan_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6234962Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_istft_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6235191Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_4inputs_with_extra_args_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:34:16.6235414Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_jiterator_binary_return_by_ref_cpu_complex128 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:34:16.6235589Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_kron_cpu_complex128 PASSED [ 81%] 2022-12-01T10:34:16.6235787Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lerp_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6235956Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cond_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6236137Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6236325Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_det_singular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6236502Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_eig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6236705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_householder_product_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6236884Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6237064Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_inv_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6237251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6237431Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_factor_ex_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6237645Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_ldl_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6237829Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lstsq_grad_oriented_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238215Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_factor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238397Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_lu_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238587Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_matrix_power_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238771Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6238979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_norm_subgradients_at_zero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6239164Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_pinv_hermitian_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6239340Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6239524Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_slogdet_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6239705Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_solve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6239894Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorinv_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6240084Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_tensorsolve_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6240267Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_vander_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6240448Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:34:16.6240618Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log10_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6240781Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log2_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6240948Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6241136Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_log_softmax_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6241317Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_and_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6241498Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_or_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6241679Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logical_xor_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6241885Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_logspace_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:34:16.6242059Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_long_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6242221Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6242401Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_lu_unpack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6242567Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mT_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6242751Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6242935Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_normalize_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6243118Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_scatter_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6243298Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_masked_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6243475Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mean_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6243636Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6243808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_mul_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6244012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_narrow_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6244190Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_new_full_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6244380Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv2d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6244584Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_conv_transpose1d_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6244808Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_feature_alpha_dropout_without_train_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245003Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_l1_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_linear_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245389Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_circular_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245590Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_constant_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245791Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_reflect_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6245990Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pad_replicate_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6246199Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pairwise_distance_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6246396Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_pixel_shuffle_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6246600Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_softmin_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6246804Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247026Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_triplet_margin_with_distance_loss_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247209Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nn_functional_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247385Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_nonzero_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247562Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247739Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_norm_fro_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6247911Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ones_cpu_complex128 XFAIL [ 82%] 2022-12-01T10:34:16.6248114Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_ormqr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6248291Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_permute_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6248467Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_pinverse_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6248641Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_put_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6248802Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_qr_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6248979Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_real_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6249161Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reciprocal_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6249352Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_repeat_interleave_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6249529Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6249708Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_reshape_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6249942Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize__cpu_complex128 SKIPPED (Operation not tested with tensors with negative bit.) [ 82%] 2022-12-01T10:34:16.6250146Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resize_as__cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6250318Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_resolve_conj_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6250492Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_rot90_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6250665Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sgn_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6250838Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sin_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251012Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sinh_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251192Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_slice_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251388Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_softmax_with_dtype_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251563Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_sqrt_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251738Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_square_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6251901Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_squeeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252073Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_stack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252245Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_std_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252422Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_symeig_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252593Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_t_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252766Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_take_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6252940Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tan_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6253233Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tensor_split_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6253399Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trace_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6253579Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapezoid_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6253750Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_trapz_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6253921Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_tril_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6254093Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_triu_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6254275Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unflatten_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6254452Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unfold_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6254673Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_unsqueeze_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6254833Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_var_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6255010Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vdot_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6255188Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6255555Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_as_real_cpu_complex128 SKIPPED (Operation doesn't support conjugated inputs.) [ 82%] 2022-12-01T10:34:16.6255728Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_view_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6255902Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vsplit_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6256076Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_vstack_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6256251Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_where_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6256420Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zero__cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6256634Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_zeros_like_cpu_complex128 PASSED [ 82%] 2022-12-01T10:34:16.6256801Z test_ops.py::TestMathBitsCPU::test_neg_view_H_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6256967Z test_ops.py::TestMathBitsCPU::test_neg_view_T_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257137Z test_ops.py::TestMathBitsCPU::test_neg_view___radd___cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257302Z test_ops.py::TestMathBitsCPU::test_neg_view___rmod___cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257466Z test_ops.py::TestMathBitsCPU::test_neg_view___rmul___cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257631Z test_ops.py::TestMathBitsCPU::test_neg_view___rpow___cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257799Z test_ops.py::TestMathBitsCPU::test_neg_view___rsub___cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6257961Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_acosh_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258135Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_addcdiv_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258302Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_any_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258469Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_asinh_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258639Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan2_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258810Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atan_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6258989Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_atleast_2d_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6259157Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ceil_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6259315Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_chunk_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6259488Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_clone_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6259665Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_column_stack_cpu_float64 PASSED [ 82%] 2022-12-01T10:34:16.6259838Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6260017Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_conj_physical_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6260199Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6260368Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6260540Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_dsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6260747Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:34:16.6260998Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_empty_like_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:34:16.6261164Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eq_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6261341Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_erfinv_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6261517Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_expand_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6261699Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_eye_cpu_float64 SKIPPED (Skipped!) [ 83%] 2022-12-01T10:34:16.6261875Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262049Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_fft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262217Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_hfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262374Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262555Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ifftshift_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262727Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_ihfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6262923Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263100Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_irfftn_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263271Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft2_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263443Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fft_rfft_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263611Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fliplr_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263778Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_float_power_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6263948Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_fmod_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264118Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_frac_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264287Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264457Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_hypot_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264626Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_i0_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264803Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6264982Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_index_select_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6265144Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isclose_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6265317Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isfinite_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6265484Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isinf_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6265658Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_isneginf_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6265826Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_le_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6266005Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linalg_svdvals_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6266176Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_linspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:34:16.6266348Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_log1p_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6266523Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_and_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6266687Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_or_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6266864Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logical_xor_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6267039Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_logspace_cpu_float64 XFAIL [ 83%] 2022-12-01T10:34:16.6267234Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_lt_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6267410Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_masked_fill_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6267582Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mean_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6267774Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_meshgrid_list_of_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6267943Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_mul_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6268115Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_native_layer_norm_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6268283Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_neg_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6268502Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_empty_cpu_float64 SKIPPED (Expected: empty is not comparable) [ 83%] 2022-12-01T10:34:16.6268676Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_ones_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6268849Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_new_zeros_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6269065Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_celu_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6269253Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_glu_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6269503Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_huber_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6269693Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_l1_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6269874Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_leaky_relu_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270059Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mish_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270250Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_mse_loss_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270440Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_prelu_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270623Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_selu_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270816Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_nn_functional_threshold_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6270989Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_permute_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6271193Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_randn_cpu_float64 SKIPPED (Test expects tensor input) [ 83%] 2022-12-01T10:34:16.6271354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_ravel_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6271526Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_real_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6271705Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reciprocal_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6271886Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_reshape_as_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272055Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_round_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272232Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_signbit_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272402Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sinc_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272575Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_softmax_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272748Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6272931Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_bessel_j1_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6273108Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_i1e_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6273288Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_logit_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6273524Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_1_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6273728Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_multigammaln_mvlgamma_p_5_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6273923Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_spherical_bessel_j0_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274106Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_special_zeta_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274280Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_square_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274444Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_squeeze_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274615Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_stack_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274781Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6274960Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_sum_to_size_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6275124Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_t_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6275294Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tan_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6275501Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_tensor_split_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6275670Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_to_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6275836Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_true_divide_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276014Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_unfold_copy_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276181Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_var_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276354Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vsplit_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276526Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_vstack_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276697Z test_ops.py::TestMathBitsCPU::test_neg_view__refs_where_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6276866Z test_ops.py::TestMathBitsCPU::test_neg_view_acos_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277037Z test_ops.py::TestMathBitsCPU::test_neg_view_add_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277205Z test_ops.py::TestMathBitsCPU::test_neg_view_addcdiv_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277360Z test_ops.py::TestMathBitsCPU::test_neg_view_addmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277522Z test_ops.py::TestMathBitsCPU::test_neg_view_all_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277686Z test_ops.py::TestMathBitsCPU::test_neg_view_amax_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6277848Z test_ops.py::TestMathBitsCPU::test_neg_view_arange_cpu_float64 XFAIL [ 83%] 2022-12-01T10:34:16.6278067Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_cpu_float64 SKIPPED (Errors when storage_offset is included) [ 83%] 2022-12-01T10:34:16.6278305Z test_ops.py::TestMathBitsCPU::test_neg_view_as_strided_scatter_cpu_float64 SKIPPED (Works for float64, fails for everything else) [ 83%] 2022-12-01T10:34:16.6278472Z test_ops.py::TestMathBitsCPU::test_neg_view_asin_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6278637Z test_ops.py::TestMathBitsCPU::test_neg_view_atan2_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6278797Z test_ops.py::TestMathBitsCPU::test_neg_view_atleast_2d_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6278968Z test_ops.py::TestMathBitsCPU::test_neg_view_block_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6279132Z test_ops.py::TestMathBitsCPU::test_neg_view_bmm_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6279312Z test_ops.py::TestMathBitsCPU::test_neg_view_broadcast_tensors_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6279482Z test_ops.py::TestMathBitsCPU::test_neg_view_bucketize_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6279671Z test_ops.py::TestMathBitsCPU::test_neg_view_byte_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6279846Z test_ops.py::TestMathBitsCPU::test_neg_view_cartesian_prod_cpu_float64 XFAIL [ 83%] 2022-12-01T10:34:16.6280014Z test_ops.py::TestMathBitsCPU::test_neg_view_ceil_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6280167Z test_ops.py::TestMathBitsCPU::test_neg_view_chalf_cpu_float64 XFAIL [ 83%] 2022-12-01T10:34:16.6280343Z test_ops.py::TestMathBitsCPU::test_neg_view_cholesky_solve_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6280506Z test_ops.py::TestMathBitsCPU::test_neg_view_chunk_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6280669Z test_ops.py::TestMathBitsCPU::test_neg_view_clone_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6280834Z test_ops.py::TestMathBitsCPU::test_neg_view_complex_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6280997Z test_ops.py::TestMathBitsCPU::test_neg_view_conj_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6281177Z test_ops.py::TestMathBitsCPU::test_neg_view_constant_pad_nd_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6281345Z test_ops.py::TestMathBitsCPU::test_neg_view_copysign_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6281496Z test_ops.py::TestMathBitsCPU::test_neg_view_cos_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6281697Z test_ops.py::TestMathBitsCPU::test_neg_view_count_nonzero_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6281862Z test_ops.py::TestMathBitsCPU::test_neg_view_cummin_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282026Z test_ops.py::TestMathBitsCPU::test_neg_view_cumsum_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282212Z test_ops.py::TestMathBitsCPU::test_neg_view_cumulative_trapezoid_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282376Z test_ops.py::TestMathBitsCPU::test_neg_view_deg2rad_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282540Z test_ops.py::TestMathBitsCPU::test_neg_view_diag_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282718Z test_ops.py::TestMathBitsCPU::test_neg_view_diagonal_scatter_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6282883Z test_ops.py::TestMathBitsCPU::test_neg_view_dist_cpu_float64 PASSED [ 83%] 2022-12-01T10:34:16.6283057Z test_ops.py::TestMathBitsCPU::test_neg_view_div_no_rounding_mode_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6283242Z test_ops.py::TestMathBitsCPU::test_neg_view_div_trunc_rounding_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6283404Z test_ops.py::TestMathBitsCPU::test_neg_view_double_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6283583Z test_ops.py::TestMathBitsCPU::test_neg_view_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:34:16.6283749Z test_ops.py::TestMathBitsCPU::test_neg_view_equal_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6283911Z test_ops.py::TestMathBitsCPU::test_neg_view_erf_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284073Z test_ops.py::TestMathBitsCPU::test_neg_view_erfc_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284237Z test_ops.py::TestMathBitsCPU::test_neg_view_exp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284390Z test_ops.py::TestMathBitsCPU::test_neg_view_exp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284556Z test_ops.py::TestMathBitsCPU::test_neg_view_expand_as_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284720Z test_ops.py::TestMathBitsCPU::test_neg_view_expm1_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6284899Z test_ops.py::TestMathBitsCPU::test_neg_view_eye_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:34:16.6285062Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6285223Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6285385Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6285558Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_fftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6285713Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6285905Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_hfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286071Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286235Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286409Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ifftshift_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286575Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_ihfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286746Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6286916Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_irfftn_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287069Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287231Z test_ops.py::TestMathBitsCPU::test_neg_view_fft_rfft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287396Z test_ops.py::TestMathBitsCPU::test_neg_view_flip_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287562Z test_ops.py::TestMathBitsCPU::test_neg_view_fliplr_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287725Z test_ops.py::TestMathBitsCPU::test_neg_view_flipud_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6287915Z test_ops.py::TestMathBitsCPU::test_neg_view_float_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288087Z test_ops.py::TestMathBitsCPU::test_neg_view_float_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288248Z test_ops.py::TestMathBitsCPU::test_neg_view_floor_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288399Z test_ops.py::TestMathBitsCPU::test_neg_view_fmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288560Z test_ops.py::TestMathBitsCPU::test_neg_view_fmod_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288724Z test_ops.py::TestMathBitsCPU::test_neg_view_full_like_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6288887Z test_ops.py::TestMathBitsCPU::test_neg_view_gather_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289053Z test_ops.py::TestMathBitsCPU::test_neg_view_ge_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289215Z test_ops.py::TestMathBitsCPU::test_neg_view_half_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289379Z test_ops.py::TestMathBitsCPU::test_neg_view_histc_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289553Z test_ops.py::TestMathBitsCPU::test_neg_view_histogramdd_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289707Z test_ops.py::TestMathBitsCPU::test_neg_view_hypot_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6289868Z test_ops.py::TestMathBitsCPU::test_neg_view_i0_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290036Z test_ops.py::TestMathBitsCPU::test_neg_view_index_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290199Z test_ops.py::TestMathBitsCPU::test_neg_view_inner_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290366Z test_ops.py::TestMathBitsCPU::test_neg_view_isfinite_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290534Z test_ops.py::TestMathBitsCPU::test_neg_view_isneginf_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290701Z test_ops.py::TestMathBitsCPU::test_neg_view_isposinf_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6290867Z test_ops.py::TestMathBitsCPU::test_neg_view_isreal_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6291019Z test_ops.py::TestMathBitsCPU::test_neg_view_istft_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6291234Z test_ops.py::TestMathBitsCPU::test_neg_view_jiterator_binary_return_by_ref_cpu_float64 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:34:16.6291396Z test_ops.py::TestMathBitsCPU::test_neg_view_le_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6291570Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cond_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6291737Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6291917Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_det_singular_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6292113Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eig_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6292287Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigh_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6292465Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_eigvals_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6292634Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_ldl_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6292810Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_factor_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6293091Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6293271Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_power_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6293446Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6293636Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_matrix_rank_hermitian_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6293811Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294013Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_norm_subgradients_at_zero_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294213Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_pinv_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294394Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_slogdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294568Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294754Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_solve_triangular_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6294928Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vander_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6295098Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vecdot_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6295277Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_vector_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6295444Z test_ops.py::TestMathBitsCPU::test_neg_view_linspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:34:16.6295611Z test_ops.py::TestMathBitsCPU::test_neg_view_log2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6295775Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6295954Z test_ops.py::TestMathBitsCPU::test_neg_view_log_softmax_dtype_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296126Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp2_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296293Z test_ops.py::TestMathBitsCPU::test_neg_view_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296471Z test_ops.py::TestMathBitsCPU::test_neg_view_logcumsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296638Z test_ops.py::TestMathBitsCPU::test_neg_view_logdet_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296808Z test_ops.py::TestMathBitsCPU::test_neg_view_logical_not_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6296975Z test_ops.py::TestMathBitsCPU::test_neg_view_logit_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6297129Z test_ops.py::TestMathBitsCPU::test_neg_view_logspace_cpu_float64 XFAIL [ 84%] 2022-12-01T10:34:16.6297298Z test_ops.py::TestMathBitsCPU::test_neg_view_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6297463Z test_ops.py::TestMathBitsCPU::test_neg_view_lt_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6297625Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6297787Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_solve_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6297954Z test_ops.py::TestMathBitsCPU::test_neg_view_lu_unpack_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6298115Z test_ops.py::TestMathBitsCPU::test_neg_view_mH_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6298288Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_amax_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6298521Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_argmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6298696Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_cumprod_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6298869Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_fill_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299052Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_log_softmax_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299231Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logaddexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299409Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_logsumexp_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299579Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299748Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_prod_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6299912Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_scatter_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6300083Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_softmin_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6300256Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_std_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6300463Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_sum_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6300632Z test_ops.py::TestMathBitsCPU::test_neg_view_masked_var_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6300816Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301000Z test_ops.py::TestMathBitsCPU::test_neg_view_max_reduction_with_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301164Z test_ops.py::TestMathBitsCPU::test_neg_view_mean_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301319Z test_ops.py::TestMathBitsCPU::test_neg_view_median_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301507Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_list_of_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301702Z test_ops.py::TestMathBitsCPU::test_neg_view_meshgrid_variadic_tensors_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6301883Z test_ops.py::TestMathBitsCPU::test_neg_view_min_reduction_no_dim_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302053Z test_ops.py::TestMathBitsCPU::test_neg_view_minimum_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302220Z test_ops.py::TestMathBitsCPU::test_neg_view_movedim_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302383Z test_ops.py::TestMathBitsCPU::test_neg_view_msort_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302542Z test_ops.py::TestMathBitsCPU::test_neg_view_mul_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302717Z test_ops.py::TestMathBitsCPU::test_neg_view_multinomial_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6302867Z test_ops.py::TestMathBitsCPU::test_neg_view_mv_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303052Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_3_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303236Z test_ops.py::TestMathBitsCPU::test_neg_view_mvlgamma_mvlgamma_p_5_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303408Z test_ops.py::TestMathBitsCPU::test_neg_view_nan_to_num_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303582Z test_ops.py::TestMathBitsCPU::test_neg_view_nanquantile_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303748Z test_ops.py::TestMathBitsCPU::test_neg_view_nansum_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6303917Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_copy_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6304082Z test_ops.py::TestMathBitsCPU::test_neg_view_narrow_cpu_float64 XFAIL [ 84%] 2022-12-01T10:34:16.6304250Z test_ops.py::TestMathBitsCPU::test_neg_view_native_batch_norm_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6304412Z test_ops.py::TestMathBitsCPU::test_neg_view_neg_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6304594Z test_ops.py::TestMathBitsCPU::test_neg_view_new_empty_cpu_float64 SKIPPED (Skipped!) [ 84%] 2022-12-01T10:34:16.6304785Z test_ops.py::TestMathBitsCPU::test_neg_view_new_full_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6304948Z test_ops.py::TestMathBitsCPU::test_neg_view_new_ones_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6305148Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6305347Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool2d_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6305542Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_avg_pool3d_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6305728Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_adaptive_max_pool1d_cpu_float64 PASSED [ 84%] 2022-12-01T10:34:16.6305912Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6306096Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_avg_pool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6306298Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_binary_cross_entropy_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6306480Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6306702Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6306897Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_conv_transpose3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6307091Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_cosine_similarity_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6307277Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6307452Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_dropout3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6307642Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_embedding_bag_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6307901Z 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:34:16.6308099Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_gaussian_nll_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6308289Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_grid_sample_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6308488Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_hinge_embedding_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6308673Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_huber_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6308861Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_instance_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6309058Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_linear_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6309245Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6309524Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_interpolate_trilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6309711Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_kl_div_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6309893Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_l1_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6310078Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_leaky_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6310276Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_local_response_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6310461Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_logsigmoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6310655Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_margin_ranking_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6310833Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_pool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6311043Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool1d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6311231Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool2d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6311424Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6311619Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_max_unpool3d_grad_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6311800Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_mse_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312007Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_multilabel_soft_margin_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312200Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_constant_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312388Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pad_reflect_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312575Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pdist_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312754Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_shuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6312973Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_pixel_unshuffle_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6313154Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_relu_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6313334Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_rrelu_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6313511Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_selu_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6313706Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softmin_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6313891Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_softsign_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314108Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_triplet_margin_with_distance_loss_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314294Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_bilinear_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314490Z test_ops.py::TestMathBitsCPU::test_neg_view_nn_functional_upsample_nearest_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314658Z test_ops.py::TestMathBitsCPU::test_neg_view_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314821Z test_ops.py::TestMathBitsCPU::test_neg_view_normal_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6314986Z test_ops.py::TestMathBitsCPU::test_neg_view_ones_cpu_float64 XFAIL [ 85%] 2022-12-01T10:34:16.6315178Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_native_batch_norm_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6315359Z test_ops.py::TestMathBitsCPU::test_neg_view_ops_nvprims_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6315528Z test_ops.py::TestMathBitsCPU::test_neg_view_ormqr_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6315696Z test_ops.py::TestMathBitsCPU::test_neg_view_outer_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6315869Z test_ops.py::TestMathBitsCPU::test_neg_view_pca_lowrank_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316028Z test_ops.py::TestMathBitsCPU::test_neg_view_permute_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316196Z test_ops.py::TestMathBitsCPU::test_neg_view_pinverse_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316383Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_1_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316567Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_3_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316746Z test_ops.py::TestMathBitsCPU::test_neg_view_polygamma_polygamma_n_4_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6316909Z test_ops.py::TestMathBitsCPU::test_neg_view_rand_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317083Z test_ops.py::TestMathBitsCPU::test_neg_view_randint_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317281Z test_ops.py::TestMathBitsCPU::test_neg_view_randn_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317438Z test_ops.py::TestMathBitsCPU::test_neg_view_ravel_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317603Z test_ops.py::TestMathBitsCPU::test_neg_view_renorm_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317770Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6317951Z test_ops.py::TestMathBitsCPU::test_neg_view_repeat_interleave_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6318121Z test_ops.py::TestMathBitsCPU::test_neg_view_reshape_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6318289Z test_ops.py::TestMathBitsCPU::test_neg_view_resize_as__cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6318458Z test_ops.py::TestMathBitsCPU::test_neg_view_resolve_neg_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6318654Z test_ops.py::TestMathBitsCPU::test_neg_view_round_decimals_neg_3_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:34:16.6318819Z test_ops.py::TestMathBitsCPU::test_neg_view_rsub_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6318988Z test_ops.py::TestMathBitsCPU::test_neg_view_scatter_reduce_amin_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6319202Z test_ops.py::TestMathBitsCPU::test_neg_view_segment_reduce_offsets_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6319369Z test_ops.py::TestMathBitsCPU::test_neg_view_sgn_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6319535Z test_ops.py::TestMathBitsCPU::test_neg_view_sinh_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6319708Z test_ops.py::TestMathBitsCPU::test_neg_view_slice_scatter_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6319876Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6320057Z test_ops.py::TestMathBitsCPU::test_neg_view_softmax_with_dtype_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6320255Z test_ops.py::TestMathBitsCPU::test_neg_view_sparse_sampled_addmm_cpu_float64 SKIPPED (Skipped!) [ 85%] 2022-12-01T10:34:16.6320424Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j0_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6320603Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_j1_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6320778Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y0_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6320950Z test_ops.py::TestMathBitsCPU::test_neg_view_special_bessel_y1_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6321147Z test_ops.py::TestMathBitsCPU::test_neg_view_special_chebyshev_polynomial_u_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6321547Z 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:34:16.6321917Z 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:34:16.6322095Z test_ops.py::TestMathBitsCPU::test_neg_view_special_erfcx_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6322272Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i0e_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6322436Z test_ops.py::TestMathBitsCPU::test_neg_view_special_i1e_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6322630Z test_ops.py::TestMathBitsCPU::test_neg_view_special_laguerre_polynomial_l_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6323002Z 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:34:16.6323211Z test_ops.py::TestMathBitsCPU::test_neg_view_special_polygamma_special_polygamma_n_0_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6323408Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k0_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6323605Z test_ops.py::TestMathBitsCPU::test_neg_view_special_scaled_modified_bessel_k1_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6324030Z 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:34:16.6324419Z 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:34:16.6324799Z 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:34:16.6324977Z test_ops.py::TestMathBitsCPU::test_neg_view_special_zeta_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6325134Z test_ops.py::TestMathBitsCPU::test_neg_view_split_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6325312Z test_ops.py::TestMathBitsCPU::test_neg_view_split_with_sizes_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6325478Z test_ops.py::TestMathBitsCPU::test_neg_view_sqrt_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6325641Z test_ops.py::TestMathBitsCPU::test_neg_view_stack_cpu_float64 XFAIL [ 85%] 2022-12-01T10:34:16.6325804Z test_ops.py::TestMathBitsCPU::test_neg_view_stft_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6325994Z test_ops.py::TestMathBitsCPU::test_neg_view_sum_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326156Z test_ops.py::TestMathBitsCPU::test_neg_view_symeig_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326319Z test_ops.py::TestMathBitsCPU::test_neg_view_tan_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326470Z test_ops.py::TestMathBitsCPU::test_neg_view_tanh_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326637Z test_ops.py::TestMathBitsCPU::test_neg_view_tensordot_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326797Z test_ops.py::TestMathBitsCPU::test_neg_view_to_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6326963Z test_ops.py::TestMathBitsCPU::test_neg_view_to_sparse_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327127Z test_ops.py::TestMathBitsCPU::test_neg_view_topk_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327290Z test_ops.py::TestMathBitsCPU::test_neg_view_trace_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327457Z test_ops.py::TestMathBitsCPU::test_neg_view_transpose_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327617Z test_ops.py::TestMathBitsCPU::test_neg_view_trapezoid_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327769Z test_ops.py::TestMathBitsCPU::test_neg_view_trapz_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6327948Z test_ops.py::TestMathBitsCPU::test_neg_view_triangular_solve_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6328108Z test_ops.py::TestMathBitsCPU::test_neg_view_triu_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6328274Z test_ops.py::TestMathBitsCPU::test_neg_view_trunc_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6328437Z test_ops.py::TestMathBitsCPU::test_neg_view_unbind_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6328603Z test_ops.py::TestMathBitsCPU::test_neg_view_var_mean_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6328764Z test_ops.py::TestMathBitsCPU::test_neg_view_vdot_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329001Z 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:34:16.6329160Z test_ops.py::TestMathBitsCPU::test_neg_view_view_as_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329310Z test_ops.py::TestMathBitsCPU::test_neg_view_view_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329476Z test_ops.py::TestMathBitsCPU::test_neg_view_vsplit_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329639Z test_ops.py::TestMathBitsCPU::test_neg_view_where_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329800Z test_ops.py::TestMathBitsCPU::test_neg_view_xlogy_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6329962Z test_ops.py::TestMathBitsCPU::test_neg_view_zero__cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6330161Z test_ops.py::TestMathBitsCPU::test_neg_view_zeros_like_cpu_float64 PASSED [ 85%] 2022-12-01T10:34:16.6330350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_add_cpu PASSED [ 85%] 2022-12-01T10:34:16.6330547Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_addcdiv_cpu PASSED [ 85%] 2022-12-01T10:34:16.6330722Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_all_cpu PASSED [ 85%] 2022-12-01T10:34:16.6330904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_any_cpu PASSED [ 86%] 2022-12-01T10:34:16.6331094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_arange_cpu PASSED [ 86%] 2022-12-01T10:34:16.6331284Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_asinh_cpu PASSED [ 86%] 2022-12-01T10:34:16.6331467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atan2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6331656Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atanh_cpu PASSED [ 86%] 2022-12-01T10:34:16.6331851Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:34:16.6332080Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_left_shift_cpu PASSED [ 86%] 2022-12-01T10:34:16.6332277Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:34:16.6332470Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:34:16.6332654Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:34:16.6332838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_ceil_cpu PASSED [ 86%] 2022-12-01T10:34:16.6333134Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_clone_cpu PASSED [ 86%] 2022-12-01T10:34:16.6333333Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_column_stack_cpu PASSED [ 86%] 2022-12-01T10:34:16.6333522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:34:16.6333726Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_constant_pad_nd_cpu PASSED [ 86%] 2022-12-01T10:34:16.6333925Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:34:16.6334104Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_copy_to_cpu PASSED [ 86%] 2022-12-01T10:34:16.6334290Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_cos_cpu PASSED [ 86%] 2022-12-01T10:34:16.6334481Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_digamma_cpu PASSED [ 86%] 2022-12-01T10:34:16.6334728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_div_cpu PASSED [ 86%] 2022-12-01T10:34:16.6334949Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_dstack_cpu PASSED [ 86%] 2022-12-01T10:34:16.6335141Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_like_cpu PASSED [ 86%] 2022-12-01T10:34:16.6335339Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_empty_strided_cpu PASSED [ 86%] 2022-12-01T10:34:16.6335587Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_equal_cpu PASSED [ 86%] 2022-12-01T10:34:16.6335777Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfc_cpu PASSED [ 86%] 2022-12-01T10:34:16.6335956Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_erfinv_cpu PASSED [ 86%] 2022-12-01T10:34:16.6336139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_exp_cpu PASSED [ 86%] 2022-12-01T10:34:16.6336398Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_expand_as_cpu PASSED [ 86%] 2022-12-01T10:34:16.6336643Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_eye_cpu PASSED [ 86%] 2022-12-01T10:34:16.6336835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337025Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_fft_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337217Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfft2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337405Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_hfftn_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337595Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ifft2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337779Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_ihfftn_cpu PASSED [ 86%] 2022-12-01T10:34:16.6337967Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfft_cpu PASSED [ 86%] 2022-12-01T10:34:16.6338161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_irfftn_cpu PASSED [ 86%] 2022-12-01T10:34:16.6338349Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fft_rfft2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6338571Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fill_cpu PASSED [ 86%] 2022-12-01T10:34:16.6338765Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flatten_cpu PASSED [ 86%] 2022-12-01T10:34:16.6338954Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flip_cpu PASSED [ 86%] 2022-12-01T10:34:16.6339146Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fliplr_cpu PASSED [ 86%] 2022-12-01T10:34:16.6339338Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_flipud_cpu PASSED [ 86%] 2022-12-01T10:34:16.6339514Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_cpu PASSED [ 86%] 2022-12-01T10:34:16.6339715Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_floor_divide_cpu PASSED [ 86%] 2022-12-01T10:34:16.6339902Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmin_cpu PASSED [ 86%] 2022-12-01T10:34:16.6340089Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_fmod_cpu PASSED [ 86%] 2022-12-01T10:34:16.6340273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gcd_cpu PASSED [ 86%] 2022-12-01T10:34:16.6340455Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_gt_cpu PASSED [ 86%] 2022-12-01T10:34:16.6340651Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_heaviside_cpu PASSED [ 86%] 2022-12-01T10:34:16.6340838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_hsplit_cpu PASSED [ 86%] 2022-12-01T10:34:16.6341016Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_igamma_cpu PASSED [ 86%] 2022-12-01T10:34:16.6341199Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_imag_cpu PASSED [ 86%] 2022-12-01T10:34:16.6341394Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_add_cpu PASSED [ 86%] 2022-12-01T10:34:16.6341589Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_copy__cpu PASSED [ 86%] 2022-12-01T10:34:16.6341781Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_fill_cpu PASSED [ 86%] 2022-12-01T10:34:16.6341977Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_index_select_cpu PASSED [ 86%] 2022-12-01T10:34:16.6342163Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_isinf_cpu PASSED [ 86%] 2022-12-01T10:34:16.6342350Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_le_cpu PASSED [ 86%] 2022-12-01T10:34:16.6342538Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_lgamma_cpu PASSED [ 86%] 2022-12-01T10:34:16.6342708Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log10_cpu PASSED [ 86%] 2022-12-01T10:34:16.6342924Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log1p_cpu PASSED [ 86%] 2022-12-01T10:34:16.6343108Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log2_cpu PASSED [ 86%] 2022-12-01T10:34:16.6343296Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_log_cpu PASSED [ 86%] 2022-12-01T10:34:16.6343492Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logical_not_cpu PASSED [ 86%] 2022-12-01T10:34:16.6343686Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_logspace_cpu PASSED [ 86%] 2022-12-01T10:34:16.6343875Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_movedim_cpu PASSED [ 86%] 2022-12-01T10:34:16.6344057Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_neg_cpu PASSED [ 86%] 2022-12-01T10:34:16.6344251Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nextafter_cpu PASSED [ 86%] 2022-12-01T10:34:16.6344447Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_celu_cpu PASSED [ 86%] 2022-12-01T10:34:16.6344694Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hardshrink_cpu PASSED [ 86%] 2022-12-01T10:34:16.6344917Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_hinge_embedding_loss_cpu PASSED [ 86%] 2022-12-01T10:34:16.6345122Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_pdist_cpu PASSED [ 86%] 2022-12-01T10:34:16.6345336Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_poisson_nll_loss_cpu PASSED [ 86%] 2022-12-01T10:34:16.6345541Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_prelu_cpu PASSED [ 86%] 2022-12-01T10:34:16.6345747Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_nn_functional_relu_cpu PASSED [ 86%] 2022-12-01T10:34:16.6345943Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_positive_cpu PASSED [ 86%] 2022-12-01T10:34:16.6346130Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_pow_cpu PASSED [ 86%] 2022-12-01T10:34:16.6346311Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_prod_cpu PASSED [ 86%] 2022-12-01T10:34:16.6346500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_randn_cpu PASSED [ 86%] 2022-12-01T10:34:16.6346686Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_real_cpu PASSED [ 86%] 2022-12-01T10:34:16.6346883Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_reciprocal_cpu PASSED [ 86%] 2022-12-01T10:34:16.6347076Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_remainder_cpu PASSED [ 86%] 2022-12-01T10:34:16.6347267Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_repeat_cpu PASSED [ 86%] 2022-12-01T10:34:16.6347467Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rfloordiv_cpu PASSED [ 86%] 2022-12-01T10:34:16.6347658Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsqrt_cpu PASSED [ 86%] 2022-12-01T10:34:16.6347843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_rsub_cpu PASSED [ 86%] 2022-12-01T10:34:16.6348031Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_scalar_tensor_cpu PASSED [ 86%] 2022-12-01T10:34:16.6348215Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sign_cpu PASSED [ 86%] 2022-12-01T10:34:16.6348406Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_signbit_cpu PASSED [ 86%] 2022-12-01T10:34:16.6348591Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sin_cpu PASSED [ 86%] 2022-12-01T10:34:16.6348771Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sinc_cpu PASSED [ 86%] 2022-12-01T10:34:16.6349003Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:34:16.6349206Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_bessel_j1_cpu PASSED [ 86%] 2022-12-01T10:34:16.6349466Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i0e_cpu PASSED [ 86%] 2022-12-01T10:34:16.6349664Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1_cpu PASSED [ 86%] 2022-12-01T10:34:16.6349846Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_i1e_cpu PASSED [ 86%] 2022-12-01T10:34:16.6350045Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_logit_cpu PASSED [ 86%] 2022-12-01T10:34:16.6350254Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_multigammaln_cpu PASSED [ 86%] 2022-12-01T10:34:16.6350468Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_special_spherical_bessel_j0_cpu PASSED [ 86%] 2022-12-01T10:34:16.6350661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_square_cpu PASSED [ 86%] 2022-12-01T10:34:16.6350849Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_cpu PASSED [ 86%] 2022-12-01T10:34:16.6351075Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_sum_to_size_cpu PASSED [ 86%] 2022-12-01T10:34:16.6351261Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_to_cpu PASSED [ 86%] 2022-12-01T10:34:16.6351437Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_tril_cpu PASSED [ 86%] 2022-12-01T10:34:16.6351636Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_true_divide_cpu PASSED [ 86%] 2022-12-01T10:34:16.6351827Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_trunc_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352020Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_unsqueeze_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352208Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_var_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352397Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_decomp_table_op__refs_zeros_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352586Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_abs_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352778Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_addcdiv_cpu PASSED [ 86%] 2022-12-01T10:34:16.6352962Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_all_cpu PASSED [ 86%] 2022-12-01T10:34:16.6353139Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amax_cpu PASSED [ 86%] 2022-12-01T10:34:16.6353325Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_amin_cpu PASSED [ 86%] 2022-12-01T10:34:16.6353510Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_asin_cpu PASSED [ 86%] 2022-12-01T10:34:16.6353696Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atan_cpu PASSED [ 86%] 2022-12-01T10:34:16.6353892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_1d_cpu PASSED [ 86%] 2022-12-01T10:34:16.6354082Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_2d_cpu PASSED [ 86%] 2022-12-01T10:34:16.6354269Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_atleast_3d_cpu PASSED [ 86%] 2022-12-01T10:34:16.6354463Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_and_cpu PASSED [ 86%] 2022-12-01T10:34:16.6354655Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_or_cpu PASSED [ 86%] 2022-12-01T10:34:16.6354838Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_bitwise_xor_cpu PASSED [ 86%] 2022-12-01T10:34:16.6355042Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_shapes_cpu PASSED [ 86%] 2022-12-01T10:34:16.6355273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_broadcast_to_cpu PASSED [ 86%] 2022-12-01T10:34:16.6355457Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_cat_cpu PASSED [ 86%] 2022-12-01T10:34:16.6355650Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_clamp_cpu PASSED [ 86%] 2022-12-01T10:34:16.6355835Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_conj_cpu PASSED [ 86%] 2022-12-01T10:34:16.6356030Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_contiguous_cpu PASSED [ 86%] 2022-12-01T10:34:16.6356348Z 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:34:16.6356543Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diag_embed_cpu PASSED [ 86%] 2022-12-01T10:34:16.6356728Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_diagonal_cpu PASSED [ 87%] 2022-12-01T10:34:16.6356920Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_dstack_cpu PASSED [ 87%] 2022-12-01T10:34:16.6357276Z 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:34:16.6357525Z 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:34:16.6357714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfc_cpu PASSED [ 87%] 2022-12-01T10:34:16.6357958Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_erfinv_cpu PASSED [ 87%] 2022-12-01T10:34:16.6358147Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_exp_cpu PASSED [ 87%] 2022-12-01T10:34:16.6358342Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_expand_as_cpu PASSED [ 87%] 2022-12-01T10:34:16.6358528Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_eye_cpu PASSED [ 87%] 2022-12-01T10:34:16.6358713Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft2_cpu PASSED [ 87%] 2022-12-01T10:34:16.6358904Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfft_cpu PASSED [ 87%] 2022-12-01T10:34:16.6359094Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_hfftn_cpu PASSED [ 87%] 2022-12-01T10:34:16.6359280Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft2_cpu PASSED [ 87%] 2022-12-01T10:34:16.6359469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifft_cpu PASSED [ 87%] 2022-12-01T10:34:16.6359657Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftn_cpu PASSED [ 87%] 2022-12-01T10:34:16.6359860Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ifftshift_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360053Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft2_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360246Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_ihfft_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360426Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft2_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360617Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfft_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360806Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fft_irfftn_cpu PASSED [ 87%] 2022-12-01T10:34:16.6360997Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flip_cpu PASSED [ 87%] 2022-12-01T10:34:16.6361189Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_flipud_cpu PASSED [ 87%] 2022-12-01T10:34:16.6361414Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_float_power_cpu PASSED [ 87%] 2022-12-01T10:34:16.6361610Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_floor_divide_cpu PASSED [ 87%] 2022-12-01T10:34:16.6361798Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmax_cpu PASSED [ 87%] 2022-12-01T10:34:16.6361984Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmin_cpu PASSED [ 87%] 2022-12-01T10:34:16.6362161Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_fmod_cpu PASSED [ 87%] 2022-12-01T10:34:16.6362346Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_frac_cpu PASSED [ 87%] 2022-12-01T10:34:16.6362599Z 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:34:16.6362783Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ge_cpu PASSED [ 87%] 2022-12-01T10:34:16.6362975Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_hypot_cpu PASSED [ 87%] 2022-12-01T10:34:16.6363165Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igamma_cpu PASSED [ 87%] 2022-12-01T10:34:16.6363383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_igammac_cpu PASSED [ 87%] 2022-12-01T10:34:16.6363578Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_add_cpu PASSED [ 87%] 2022-12-01T10:34:16.6363837Z 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:34:16.6364076Z 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:34:16.6364272Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_fill_cpu PASSED [ 87%] 2022-12-01T10:34:16.6364469Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_index_select_cpu PASSED [ 87%] 2022-12-01T10:34:16.6364661Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isclose_cpu PASSED [ 87%] 2022-12-01T10:34:16.6364852Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_isinf_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365039Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lcm_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365228Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_lgamma_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365417Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_log2_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365614Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_and_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365800Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_or_cpu PASSED [ 87%] 2022-12-01T10:34:16.6365997Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_logical_xor_cpu PASSED [ 87%] 2022-12-01T10:34:16.6366192Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_masked_fill_cpu PASSED [ 87%] 2022-12-01T10:34:16.6366383Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_maximum_cpu PASSED [ 87%] 2022-12-01T10:34:16.6366568Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_mul_cpu PASSED [ 87%] 2022-12-01T10:34:16.6366760Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nan_to_num_cpu PASSED [ 87%] 2022-12-01T10:34:16.6366963Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_native_layer_norm_cpu PASSED [ 87%] 2022-12-01T10:34:16.6367150Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_neg_cpu PASSED [ 87%] 2022-12-01T10:34:16.6367362Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_dropout_cpu PASSED [ 87%] 2022-12-01T10:34:16.6367583Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_elu_cpu PASSED [ 87%] 2022-12-01T10:34:16.6367786Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_glu_cpu PASSED [ 87%] 2022-12-01T10:34:16.6367999Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_hardshrink_cpu PASSED [ 87%] 2022-12-01T10:34:16.6368204Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_huber_loss_cpu PASSED [ 87%] 2022-12-01T10:34:16.6368424Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_margin_ranking_loss_cpu PASSED [ 87%] 2022-12-01T10:34:16.6368629Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_mish_cpu PASSED [ 87%] 2022-12-01T10:34:16.6368834Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_prelu_cpu PASSED [ 87%] 2022-12-01T10:34:16.6369041Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_relu_cpu PASSED [ 87%] 2022-12-01T10:34:16.6369270Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_selu_cpu PASSED [ 87%] 2022-12-01T10:34:16.6369481Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_softplus_cpu PASSED [ 87%] 2022-12-01T10:34:16.6369682Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_nn_functional_threshold_cpu PASSED [ 87%] 2022-12-01T10:34:16.6369926Z 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:34:16.6370175Z 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:34:16.6370370Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_permute_cpu PASSED [ 87%] 2022-12-01T10:34:16.6370565Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_positive_cpu PASSED [ 87%] 2022-12-01T10:34:16.6370755Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_pow_cpu PASSED [ 87%] 2022-12-01T10:34:16.6370944Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_prod_cpu PASSED [ 87%] 2022-12-01T10:34:16.6371135Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_randn_cpu PASSED [ 87%] 2022-12-01T10:34:16.6371324Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_ravel_cpu PASSED [ 87%] 2022-12-01T10:34:16.6371500Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_real_cpu PASSED [ 87%] 2022-12-01T10:34:16.6371698Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reciprocal_cpu PASSED [ 87%] 2022-12-01T10:34:16.6371895Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_remainder_cpu PASSED [ 87%] 2022-12-01T10:34:16.6372086Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_repeat_cpu PASSED [ 87%] 2022-12-01T10:34:16.6372281Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_reshape_cpu PASSED [ 87%] 2022-12-01T10:34:16.6372535Z 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:34:16.6372725Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rot90_cpu PASSED [ 87%] 2022-12-01T10:34:16.6372914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_round_cpu PASSED [ 87%] 2022-12-01T10:34:16.6373263Z 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:34:16.6373445Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsqrt_cpu PASSED [ 87%] 2022-12-01T10:34:16.6373687Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_rsub_cpu PASSED [ 87%] 2022-12-01T10:34:16.6373952Z 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:34:16.6374140Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sgn_cpu PASSED [ 87%] 2022-12-01T10:34:16.6374334Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sigmoid_cpu PASSED [ 87%] 2022-12-01T10:34:16.6374522Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sign_cpu PASSED [ 87%] 2022-12-01T10:34:16.6374714Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_signbit_cpu PASSED [ 87%] 2022-12-01T10:34:16.6374900Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sin_cpu PASSED [ 87%] 2022-12-01T10:34:16.6375096Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinc_cpu PASSED [ 87%] 2022-12-01T10:34:16.6375273Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sinh_cpu PASSED [ 87%] 2022-12-01T10:34:16.6375517Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j0_cpu PASSED [ 87%] 2022-12-01T10:34:16.6375721Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_bessel_j1_cpu PASSED [ 87%] 2022-12-01T10:34:16.6375914Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1_cpu PASSED [ 87%] 2022-12-01T10:34:16.6376109Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_i1e_cpu PASSED [ 87%] 2022-12-01T10:34:16.6376319Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_special_multigammaln_cpu PASSED [ 87%] 2022-12-01T10:34:16.6376509Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_square_cpu PASSED [ 87%] 2022-12-01T10:34:16.6376695Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_cpu PASSED [ 87%] 2022-12-01T10:34:16.6376892Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_sum_to_size_cpu PASSED [ 87%] 2022-12-01T10:34:16.6377068Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_t_cpu PASSED [ 87%] 2022-12-01T10:34:16.6377257Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tan_cpu PASSED [ 87%] 2022-12-01T10:34:16.6377444Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trace_cpu PASSED [ 87%] 2022-12-01T10:34:16.6377640Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_transpose_cpu PASSED [ 87%] 2022-12-01T10:34:16.6377825Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_cpu PASSED [ 87%] 2022-12-01T10:34:16.6378023Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_tril_indices_cpu PASSED [ 87%] 2022-12-01T10:34:16.6378218Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_true_divide_cpu PASSED [ 87%] 2022-12-01T10:34:16.6378407Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_trunc_cpu PASSED [ 87%] 2022-12-01T10:34:16.6378669Z 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:34:16.6378850Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unbind_cpu PASSED [ 87%] 2022-12-01T10:34:16.6379046Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unflatten_cpu PASSED [ 87%] 2022-12-01T10:34:16.6379244Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_unfold_copy_cpu PASSED [ 87%] 2022-12-01T10:34:16.6379431Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_cpu PASSED [ 87%] 2022-12-01T10:34:16.6379626Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_var_mean_cpu PASSED [ 87%] 2022-12-01T10:34:16.6379843Z test_ops.py::TestRefsOpsInfoCPU::test_refs_are_in_python_ref_db_op__refs_vstack_cpu PASSED [ 87%] 2022-12-01T10:34:16.6380091Z 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:34:16.6380342Z 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:34:16.6380509Z test_ops.py::TestFakeTensorCPU::test_fake_H_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6380664Z test_ops.py::TestFakeTensorCPU::test_fake_T_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6380833Z test_ops.py::TestFakeTensorCPU::test_fake___radd___cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6381001Z test_ops.py::TestFakeTensorCPU::test_fake___rmatmul___cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6381166Z test_ops.py::TestFakeTensorCPU::test_fake___ror___cpu_int64 PASSED [ 87%] 2022-12-01T10:34:16.6381331Z test_ops.py::TestFakeTensorCPU::test_fake___rpow___cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6381496Z test_ops.py::TestFakeTensorCPU::test_fake___rsub___cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6381689Z test_ops.py::TestFakeTensorCPU::test_fake___rxor___cpu_int64 PASSED [ 87%] 2022-12-01T10:34:16.6381853Z test_ops.py::TestFakeTensorCPU::test_fake_acosh_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382005Z test_ops.py::TestFakeTensorCPU::test_fake_add_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382171Z test_ops.py::TestFakeTensorCPU::test_fake_addcmul_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382333Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382513Z test_ops.py::TestFakeTensorCPU::test_fake_addmm_decomposed_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382677Z test_ops.py::TestFakeTensorCPU::test_fake_addmv_cpu_float32 PASSED [ 87%] 2022-12-01T10:34:16.6382842Z test_ops.py::TestFakeTensorCPU::test_fake_addr_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6383004Z test_ops.py::TestFakeTensorCPU::test_fake_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6383197Z test_ops.py::TestFakeTensorCPU::test_fake_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:34:16.6383360Z test_ops.py::TestFakeTensorCPU::test_fake_argmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6383514Z test_ops.py::TestFakeTensorCPU::test_fake_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6383679Z test_ops.py::TestFakeTensorCPU::test_fake_argwhere_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6383842Z test_ops.py::TestFakeTensorCPU::test_fake_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384005Z test_ops.py::TestFakeTensorCPU::test_fake_atan_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384171Z test_ops.py::TestFakeTensorCPU::test_fake_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384339Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_H_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___getitem___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384701Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___radd___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6384864Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rand___cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6385037Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rdiv___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6385216Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmatmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6385391Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmod___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6385560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rmul___cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6385735Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___ror___cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6385938Z test_ops.py::TestFakeTensorCPU::test_fake_autocast___rxor___cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6386112Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acos_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6386278Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_acosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6386448Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6386625Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addbmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6386800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addcmul_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6386971Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_addmm_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6387141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_all_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6387317Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_allclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6387493Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amax_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6387654Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_amin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6387893Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_aminmax_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:34:16.6388069Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_angle_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6388242Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_arange_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6388418Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_argsort_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6388596Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_as_strided_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6388768Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6388942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_asinh_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6389121Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_1d_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6389355Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_atleast_2d_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6389544Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bernoulli_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6389725Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_and_cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6389910Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_bitwise_left_shift_cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6390090Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_block_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6390279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_shapes_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6390468Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_tensors_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6390648Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_broadcast_to_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6390824Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cartesian_prod_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6390998Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cat_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6391179Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cdist_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6391356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ceil_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6391532Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chalf_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6391707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_char_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6391915Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:34:16.6392128Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cholesky_inverse_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:34:16.6392329Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_chunk_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6392498Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_clamp_min_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6392683Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_combinations_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6392861Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_complex_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393041Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_contiguous_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393218Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_copysign_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393393Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_corrcoef_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393564Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cos_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393737Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cosh_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6393913Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_count_nonzero_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6394088Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_cummin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6394324Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diag_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6394495Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_diff_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6394668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dist_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6394859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_floor_rounding_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395052Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_div_no_rounding_mode_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395226Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dot_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395392Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_double_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395745Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_dstack_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6395915Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_einsum_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396089Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396271Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_empty_like_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396443Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eq_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396618Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_erfc_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396792Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_exp_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6396963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_as_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6397141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expand_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6397316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_expm1_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6397488Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_eye_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6397668Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6397851Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_fftshift_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_hfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398207Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft2_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398373Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_ifft_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398552Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_irfftn_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398754Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fft_rfft_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6398925Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399099Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_flip_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399281Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_float_power_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399456Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_floor_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_fmin_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399787Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_frexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6399957Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_geqrf_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6400134Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gradient_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6400307Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_gt_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6400486Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_heaviside_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6400681Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histc_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6400862Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogram_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401045Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_histogramdd_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401213Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hsplit_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401389Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_hypot_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401559Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_i0_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401736Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_igammac_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6401914Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_imag_cpu_complex64 PASSED [ 88%] 2022-12-01T10:34:16.6402093Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_add_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6402275Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_fill_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6402451Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_put_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6402635Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_reduce_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6402807Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_index_select_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6402983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_inner_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6403160Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isclose_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6403337Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isfinite_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6403513Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6403685Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isneginf_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6403859Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isposinf_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6404034Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_isreal_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6404225Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_istft_cpu_float32 SKIPPED (Skip failing test) [ 88%] 2022-12-01T10:34:16.6404445Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:34:16.6404671Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:34:16.6404879Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:34:16.6405109Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 88%] 2022-12-01T10:34:16.6405290Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_kthvalue_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6405460Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lcm_cpu_int64 PASSED [ 88%] 2022-12-01T10:34:16.6405636Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ldexp_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6405815Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cond_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6405985Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6406178Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_det_singular_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6406357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eig_cpu_float32 PASSED [ 88%] 2022-12-01T10:34:16.6406567Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6406778Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6407005Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_householder_product_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6407196Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6407386Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_ldl_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6407567Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lstsq_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6407734Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6407921Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6408112Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_lu_factor_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6408326Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_power_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6408550Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_matrix_rank_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6408735Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_multi_dot_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6408942Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6409147Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_pinv_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6409399Z 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:34:16.6409571Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_qr_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6409757Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_slogdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6409945Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_ex_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6410143Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_solve_triangular_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6410325Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_svdvals_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6410514Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_vector_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6410692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linspace_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6410863Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log10_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411023Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log1p_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411229Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411412Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logaddexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411598Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logcumsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411777Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logdet_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6411960Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_and_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6412137Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_not_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6412316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logical_xor_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6412489Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logit_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6412658Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6412832Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6413141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6413357Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mT_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6413540Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_amin_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6413727Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_argmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6413916Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_log_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6414110Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_logsumexp_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6414278Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6414469Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6414652Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_prod_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6414840Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_softmax_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_masked_std_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415200Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_binary_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_max_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415575Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_maximum_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415746Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mean_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6415932Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_list_of_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6416132Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_meshgrid_variadic_tensors_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6416327Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_no_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6416520Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_min_reduction_with_dim_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6416692Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6416869Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_movedim_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6417038Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mv_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6417254Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_mvlgamma_mvlgamma_p_1_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6417422Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nan_to_num_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6417661Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmean_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6417841Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanmedian_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6418051Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6418230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nansum_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6418432Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 89%] 2022-12-01T10:34:16.6418617Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_native_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6418792Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_neg_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6418971Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_empty_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6419141Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_new_full_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6419352Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_avg_pool3d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6419586Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6419787Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_avg_pool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6419984Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6420192Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6420414Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6420605Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_celu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6420798Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_conv1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6420995Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6421205Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_cosine_similarity_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6421426Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6421623Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6421819Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_dropout_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6422007Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_elu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6422230Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6422455Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6422663Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gaussian_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6422842Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_gelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6423028Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_glu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6423229Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardsigmoid_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6423428Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hardtanh_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6423633Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_hinge_embedding_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6423863Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_instance_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6424065Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_area_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6424273Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bicubic_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6424482Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6424680Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_linear_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6424887Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6425079Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_kl_div_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6425277Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_layer_norm_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6425497Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6425721Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6425924Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool1d_grad_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6426120Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_max_unpool2d_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6426333Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6426538Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_nll_loss_cpu_float32 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6426736Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_normalize_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6426952Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 89%] 2022-12-01T10:34:16.6427152Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_constant_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6427356Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pad_replicate_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6427560Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pairwise_distance_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6427764Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6427963Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6428156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu6_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6428338Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_relu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6428527Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_rrelu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6428717Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_selu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6428907Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_silu_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6429117Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softmin_with_dtype_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6429386Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softplus_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6429583Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_softsign_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6429779Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_threshold_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430216Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nn_functional_upsample_nearest_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430402Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_nonzero_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430578Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_norm_fro_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430752Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_normal_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6430926Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6431105Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_ones_like_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6431283Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_permute_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6431479Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_1_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6431673Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_2_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6431851Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_polygamma_polygamma_n_4_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6432074Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_positive_cpu_float32 PASSED [ 89%] 2022-12-01T10:34:16.6432251Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_pow_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6432423Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_put_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6432624Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_quantile_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:34:16.6432800Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rad2deg_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6432983Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randint_like_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6433161Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_randn_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6433323Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_real_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6433508Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_remainder_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6433722Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_repeat_interleave_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:34:16.6433904Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434080Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_reshape_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434255Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resize_as__cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434437Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_resolve_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434609Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_roll_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434784Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6434959Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_0_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6435149Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6435340Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_round_decimals_neg_3_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6435515Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsqrt_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6435690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_rsub_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6435877Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_amin_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6436066Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_mean_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6436279Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_scatter_reduce_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6436485Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_segment_reduce_lengths_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:34:16.6436662Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_short_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6436834Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sign_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437012Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_signbit_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437182Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sin_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437354Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sinh_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437530Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_slice_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6437899Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_softmax_with_dtype_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6438104Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:34:16.6438316Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_airy_ai_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6438504Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_j1_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6438690Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_bessel_y0_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6438898Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6439318Z 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:34:16.6439704Z 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:34:16.6439891Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_entr_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6440074Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i0e_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6440246Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_i1e_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6440435Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_log_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6440637Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_i1_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6440841Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_modified_bessel_k1_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6441022Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_ndtr_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6441425Z 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:34:16.6441824Z 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:34:16.6442225Z 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:34:16.6442428Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_spherical_bessel_j0_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6442615Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_xlog1py_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6442786Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_special_zeta_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443001Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_list_args_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443188Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_split_with_sizes_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443365Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443536Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_std_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443707Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6443885Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_sum_to_size_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444063Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_symeig_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444225Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tan_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444396Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tanh_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444580Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tensordot_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444751Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tile_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6444984Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 90%] 2022-12-01T10:34:16.6445156Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_topk_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6445328Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_trapz_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6445515Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_triangular_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6445676Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_tril_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6445850Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unbind_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446031Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unflatten_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446208Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_unfold_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446386Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_uniform_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446556Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_var_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446736Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6446920Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_view_as_real_cpu_complex64 PASSED [ 90%] 2022-12-01T10:34:16.6447096Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vsplit_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6447258Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_vstack_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6447431Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_where_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6447603Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_zeros_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6447777Z test_ops.py::TestFakeTensorCPU::test_fake_bernoulli_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6447945Z test_ops.py::TestFakeTensorCPU::test_fake_bfloat16_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6448112Z test_ops.py::TestFakeTensorCPU::test_fake_bincount_cpu_int64 PASSED [ 90%] 2022-12-01T10:34:16.6448292Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_left_shift_cpu_int64 PASSED [ 90%] 2022-12-01T10:34:16.6448456Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_or_cpu_int64 PASSED [ 90%] 2022-12-01T10:34:16.6448612Z test_ops.py::TestFakeTensorCPU::test_fake_bitwise_xor_cpu_int64 PASSED [ 90%] 2022-12-01T10:34:16.6448780Z test_ops.py::TestFakeTensorCPU::test_fake_block_diag_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6448940Z test_ops.py::TestFakeTensorCPU::test_fake_bmm_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449117Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_shapes_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449297Z test_ops.py::TestFakeTensorCPU::test_fake_broadcast_tensors_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449494Z test_ops.py::TestFakeTensorCPU::test_fake_bucketize_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449658Z test_ops.py::TestFakeTensorCPU::test_fake_byte_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449836Z test_ops.py::TestFakeTensorCPU::test_fake_cartesian_prod_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6449989Z test_ops.py::TestFakeTensorCPU::test_fake_ceil_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450153Z test_ops.py::TestFakeTensorCPU::test_fake_chalf_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450327Z test_ops.py::TestFakeTensorCPU::test_fake_cholesky_solve_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450490Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450656Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_max_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450820Z test_ops.py::TestFakeTensorCPU::test_fake_clamp_min_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6450987Z test_ops.py::TestFakeTensorCPU::test_fake_clone_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6451158Z test_ops.py::TestFakeTensorCPU::test_fake_column_stack_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6451354Z test_ops.py::TestFakeTensorCPU::test_fake_combinations_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6451515Z test_ops.py::TestFakeTensorCPU::test_fake_conj_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6451687Z test_ops.py::TestFakeTensorCPU::test_fake_conj_physical_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6451861Z test_ops.py::TestFakeTensorCPU::test_fake_constant_pad_nd_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6452028Z test_ops.py::TestFakeTensorCPU::test_fake_corrcoef_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6452189Z test_ops.py::TestFakeTensorCPU::test_fake_cosh_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6452359Z test_ops.py::TestFakeTensorCPU::test_fake_count_nonzero_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6452526Z test_ops.py::TestFakeTensorCPU::test_fake_cross_cpu_float32 PASSED [ 90%] 2022-12-01T10:34:16.6452724Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6452939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___radd___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6453262Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6453478Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6453690Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rmul___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6453902Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp___rpow___cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6454115Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_acosh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6454323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6454538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6454760Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_addmm_decomposed_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6454960Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6455171Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_angle_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6455375Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6455638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atan2_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6455845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6456065Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6456281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_baddbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6456497Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6456707Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6456918Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_block_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6457136Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6457357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_broadcast_to_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6457612Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cartesian_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 90%] 2022-12-01T10:34:16.6457822Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6458030Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6458243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6458459Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cholesky_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6458670Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_chunk_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6458883Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6459086Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6459296Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6459498Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6459716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6459926Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6460138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cov_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6460345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6460553Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6460766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6460975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6461191Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_cumulative_trapezoid_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6461397Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diag_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6461636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagflat_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6461862Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diagonal_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6462067Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6462279Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_digamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6462506Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_no_rounding_mode_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6462727Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_div_trunc_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6462935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6463142Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_einsum_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6463365Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfc_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6463572Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6463772Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6463975Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6464188Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_hfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6464401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6464620Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ifftshift_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6464834Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6465042Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6465242Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fft_rfft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6465450Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6465657Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flatten_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6465867Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6466072Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6466282Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6466484Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6466689Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6466887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_fmin_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6467091Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6467312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gather_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6467520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_gradient_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6467728Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_half_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6467936Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6468141Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_i0_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6468351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6468567Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_copy_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6468783Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6468999Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_index_reduce_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6469224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_inner_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6469488Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6469698Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6469911Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_kthvalue_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6470122Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_lgamma_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6470342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6470558Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_det_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6470775Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eig_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6470995Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_eigvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6471207Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6471414Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_inv_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6471636Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lstsq_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6471857Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6472082Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6472308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6472524Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6472762Z 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:34:16.6472982Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:34:16.6473232Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_pinv_singular_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:34:16.6473444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6473653Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6473882Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_solve_triangular_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6474093Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6474311Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6474534Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_tensorinv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6474753Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vander_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6475006Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vecdot_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6475229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_vector_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6475437Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log10_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6475647Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log2_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6475845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6476060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6476286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_log_softmax_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6476505Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6476715Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logdet_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6476922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logit_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6477134Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6477342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6477559Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6477781Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_cumprod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6477985Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6478209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6478432Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6478655Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6478868Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6479117Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_normalize_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6479331Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6479551Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_select_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6479766Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_masked_var_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6479964Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_matmul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6480174Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6480401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_max_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6480613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6480848Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6481076Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_list_of_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6481308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_meshgrid_variadic_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6481537Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_min_reduction_with_dim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6481744Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6481957Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6482158Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6482369Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mul_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6482574Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mv_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6482799Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_mvlgamma_mvlgamma_p_5_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6483011Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6483221Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_narrow_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6483465Z 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:34:16.6483707Z 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:34:16.6483941Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6484171Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_avg_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6484389Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_batch_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6484617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6484848Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_binary_cross_entropy_cpu_float32 SKIPPED (Skipped!) [ 91%] 2022-12-01T10:34:16.6485126Z 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:34:16.6485350Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_celu_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6485577Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_conv2d_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6485817Z 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:34:16.6486045Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_dropout_cpu_float32 SKIPPED (Only runs on cuda) [ 91%] 2022-12-01T10:34:16.6486266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_elu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6486520Z 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:34:16.6486791Z 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:34:16.6487017Z 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:34:16.6487243Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_glu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6487472Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_group_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6487707Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6487935Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_hardtanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6488164Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_huber_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6488400Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_instance_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6488641Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_interpolate_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6488866Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_l1_loss_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6489090Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6489322Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6489552Z 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:34:16.6489781Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_pool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6490010Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6490247Z 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:34:16.6490476Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6490765Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_max_unpool3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6491004Z 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:34:16.6491228Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_mish_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6491466Z 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:34:16.6491700Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pad_reflect_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6491922Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pairwise_distance_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6492160Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_pixel_shuffle_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6492423Z 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:34:16.6492650Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6492873Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6493203Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6493440Z 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:34:16.6493672Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6493904Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6494135Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_threshold_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6494377Z 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:34:16.6494603Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_bilinear_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6494840Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_nn_functional_upsample_nearest_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6495057Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6495266Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6495480Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6495708Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_2_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6495939Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_polygamma_polygamma_n_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6496154Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6496364Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6496611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_real_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6496818Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_reshape_as_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6497039Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6497258Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6497483Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_round_decimals_neg_3_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6497693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6497902Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6498121Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6498366Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6498593Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6498813Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6499013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_select_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6499222Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6499436Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6499646Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6499858Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6500078Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_slice_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6500286Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6500557Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6500842Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Skipped!) [ 92%] 2022-12-01T10:34:16.6501053Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6501268Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_i1e_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6501486Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6501704Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6501921Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_special_xlog1py_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6502138Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_split_list_args_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6502347Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6502590Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6502798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6503013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_std_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6503210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6503417Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6503630Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6503838Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6504052Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6504268Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6504509Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tile_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6504715Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6504930Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_to_sparse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6505145Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_transpose_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6505342Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6505565Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_triangular_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6505774Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_tril_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6505986Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6506197Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unbind_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6506410Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6506617Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6506828Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6507037Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_view_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6507239Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6507444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_H_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6507658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___getitem___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6507871Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rdiv___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6508081Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmatmul___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6508291Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp___rmod___cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6508530Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_abs_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6508738Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_add_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6508950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addbmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6509162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addcmul_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6509417Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6509631Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addmv_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6509844Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_addr_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6510059Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6510308Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_as_strided_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6510519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asin_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6514864Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_asinh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6515120Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atanh_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6515340Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_1d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6515568Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_2d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6515788Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_atleast_3d_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6516008Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bernoulli_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6516224Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bfloat16_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6516433Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_bmm_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6516662Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_broadcast_tensors_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6516872Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cat_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6517085Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cdist_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6517297Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_chalf_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6517515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cholesky_inverse_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6517731Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6517948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_max_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6518165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clamp_min_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6518376Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_clone_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6518658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6518885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_conj_physical_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6519103Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_copysign_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6519315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6519531Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cummax_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6519733Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_cumsum_cpu_float32 SKIPPED (Only runs on cuda) [ 92%] 2022-12-01T10:34:16.6519952Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_deg2rad_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6520173Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diag_embed_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6520444Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diagonal_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6520654Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_diff_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6520884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_div_floor_rounding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6521093Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6521307Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_dstack_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6521525Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_erfinv_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6521726Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6521948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_as_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6522161Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expand_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6522373Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_expm1_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6522583Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6522798Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_fftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6523015Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6523229Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_hfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6523445Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_ihfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6523659Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6523861Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6524074Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_irfftn_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6524281Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fft_rfft2_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6524519Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6524734Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flip_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6524948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fliplr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6525162Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_flipud_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6525377Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_float_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6525591Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_floor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6525799Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6526001Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_fmod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6526236Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_frexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6526451Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6526666Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_hypot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6526884Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_add_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6527104Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6527315Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_put_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6527538Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_index_select_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6527748Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_istft_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6527958Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_kron_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6528165Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cond_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6528382Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cross_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6528611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_det_singular_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6528837Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_eigvalsh_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6529076Z 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:34:16.6529294Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6529518Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_factor_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6529736Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6529966Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_matrix_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6530190Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_multi_dot_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6530427Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6530671Z 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:34:16.6530903Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_pinv_hermitian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6531173Z 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:34:16.6531390Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_qr_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6531613Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_slogdet_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6531833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6532083Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_svdvals_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6532312Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_tensorsolve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6532529Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6532737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_logcumsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6532950Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_lu_solve_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6533280Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mH_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6533487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mT_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6533710Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_amin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6533927Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_fill_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6534155Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_log_softmax_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6534378Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logaddexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6534599Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_logsumexp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6534816Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6535024Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6535248Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_masked_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6535468Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_matrix_exp_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6535681Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6535894Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_median_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6536178Z 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:34:16.6536394Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_min_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6536626Z 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:34:16.6536843Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_minimum_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6537060Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_movedim_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6537263Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_msort_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6537494Z 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:34:16.6537725Z 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:34:16.6537992Z 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:34:16.6538209Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nan_to_num_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6538423Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmean_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6538638Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nanmedian_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6538860Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_native_layer_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6539101Z 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:34:16.6539340Z 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:34:16.6539562Z 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:34:16.6539797Z 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:34:16.6540039Z 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:34:16.6540289Z 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:34:16.6540520Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_conv1d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6540760Z 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:34:16.6540999Z 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:34:16.6541241Z 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:34:16.6541473Z 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:34:16.6541693Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skipped!) [ 93%] 2022-12-01T10:34:16.6541953Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_dropout3d_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6542176Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_embedding_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6542423Z 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:34:16.6542661Z 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:34:16.6542885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_gelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6543119Z 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:34:16.6543351Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6543611Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_hardsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6543839Z 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:34:16.6544073Z 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:34:16.6544313Z 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:34:16.6544554Z 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:34:16.6544786Z 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:34:16.6545032Z 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:34:16.6545262Z 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:34:16.6545490Z 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:34:16.6545716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_linear_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6545948Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_logsigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6546184Z 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:34:16.6546417Z 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:34:16.6546654Z 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:34:16.6546901Z 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:34:16.6547129Z 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:34:16.6547351Z 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:34:16.6547612Z 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:34:16.6547854Z 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:34:16.6548082Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6548300Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu6_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6548522Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_relu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6548741Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_rrelu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6548963Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_selu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6549181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_silu_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6549508Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softmin_cpu_float32 SKIPPED (Only runs on cuda) [ 93%] 2022-12-01T10:34:16.6549740Z 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:34:16.6549972Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softplus_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6550204Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_softshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6550434Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_tanhshrink_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6550680Z 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:34:16.6550936Z 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:34:16.6551167Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_nn_functional_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6551407Z 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:34:16.6551619Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6551833Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_fro_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6552049Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_inf_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6552254Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_norm_nuc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6552469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_normal_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6552682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_outer_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6552901Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pca_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6553114Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_permute_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6553357Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_pinverse_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6553588Z 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:34:16.6553822Z 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:34:16.6554054Z 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:34:16.6554268Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_positive_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6554469Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6554682Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_put_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6554898Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_quantile_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6555144Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rad2deg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6555358Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_renorm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6555584Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_repeat_interleave_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6555801Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_resolve_neg_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6556013Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6556238Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_0_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6556457Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_round_decimals_3_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6556674Z 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:34:16.6556885Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6557100Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_rsub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6557323Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_add_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6557542Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6557770Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_amax_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6557995Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6558213Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_prod_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6558435Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_scatter_reduce_sum_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6558644Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sgn_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6558847Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sigmoid_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6559061Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6559301Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sinh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6559515Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_slice_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6559737Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_softmax_with_dtype_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6559949Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sort_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6560179Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sparse_sampled_addmm_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6560401Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_erfcx_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6560629Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_log_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6560887Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtr_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6561097Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_special_ndtri_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6561353Z 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:34:16.6561561Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6561784Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_split_with_sizes_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6561996Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sqrt_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6562211Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_square_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6562429Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_squeeze_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6562640Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_stack_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6562850Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sub_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6563066Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_sum_to_size_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6563273Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_svd_lowrank_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6563487Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_t_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6563696Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tan_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6563907Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tanh_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6564128Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensor_split_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6564345Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_tensordot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6564557Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_topk_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6564765Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trace_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6565004Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trapz_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6565210Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_true_divide_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6565419Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_trunc_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6565633Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unflatten_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6565845Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_unfold_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6566058Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_var_mean_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6566269Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vdot_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6566481Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_vsplit_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6566716Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_where_cpu_float32 SKIPPED (Only runs on cuda) [ 94%] 2022-12-01T10:34:16.6566890Z test_ops.py::TestFakeTensorCPU::test_fake_cummax_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567061Z test_ops.py::TestFakeTensorCPU::test_fake_cumprod_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567221Z test_ops.py::TestFakeTensorCPU::test_fake_cumsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567408Z test_ops.py::TestFakeTensorCPU::test_fake_cumulative_trapezoid_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567574Z test_ops.py::TestFakeTensorCPU::test_fake_diagflat_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567747Z test_ops.py::TestFakeTensorCPU::test_fake_diff_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6567917Z test_ops.py::TestFakeTensorCPU::test_fake_digamma_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568081Z test_ops.py::TestFakeTensorCPU::test_fake_dist_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568263Z test_ops.py::TestFakeTensorCPU::test_fake_div_no_rounding_mode_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568428Z test_ops.py::TestFakeTensorCPU::test_fake_dot_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568583Z test_ops.py::TestFakeTensorCPU::test_fake_double_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568748Z test_ops.py::TestFakeTensorCPU::test_fake_dstack_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6568910Z test_ops.py::TestFakeTensorCPU::test_fake_einsum_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569070Z test_ops.py::TestFakeTensorCPU::test_fake_eq_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569236Z test_ops.py::TestFakeTensorCPU::test_fake_equal_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569400Z test_ops.py::TestFakeTensorCPU::test_fake_erf_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569565Z test_ops.py::TestFakeTensorCPU::test_fake_erfc_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569731Z test_ops.py::TestFakeTensorCPU::test_fake_erfinv_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6569885Z test_ops.py::TestFakeTensorCPU::test_fake_exp2_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570047Z test_ops.py::TestFakeTensorCPU::test_fake_exp_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570213Z test_ops.py::TestFakeTensorCPU::test_fake_expand_as_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570375Z test_ops.py::TestFakeTensorCPU::test_fake_expand_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570537Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fft_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570710Z test_ops.py::TestFakeTensorCPU::test_fake_fft_fftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6570876Z test_ops.py::TestFakeTensorCPU::test_fake_fft_hfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571070Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifft_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571223Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571401Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ifftshift_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571570Z test_ops.py::TestFakeTensorCPU::test_fake_fft_ihfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571736Z test_ops.py::TestFakeTensorCPU::test_fake_fft_irfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6571901Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft2_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572067Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfft_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572234Z test_ops.py::TestFakeTensorCPU::test_fake_fft_rfftn_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572396Z test_ops.py::TestFakeTensorCPU::test_fake_fill_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572552Z test_ops.py::TestFakeTensorCPU::test_fake_fliplr_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572718Z test_ops.py::TestFakeTensorCPU::test_fake_flipud_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6572880Z test_ops.py::TestFakeTensorCPU::test_fake_float_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6573203Z test_ops.py::TestFakeTensorCPU::test_fake_float_power_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6573378Z test_ops.py::TestFakeTensorCPU::test_fake_floor_divide_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6573542Z test_ops.py::TestFakeTensorCPU::test_fake_fmax_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6573702Z test_ops.py::TestFakeTensorCPU::test_fake_frac_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6573869Z test_ops.py::TestFakeTensorCPU::test_fake_gather_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6574020Z test_ops.py::TestFakeTensorCPU::test_fake_gcd_cpu_int64 PASSED [ 94%] 2022-12-01T10:34:16.6574179Z test_ops.py::TestFakeTensorCPU::test_fake_ge_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6574346Z test_ops.py::TestFakeTensorCPU::test_fake_geqrf_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6574515Z test_ops.py::TestFakeTensorCPU::test_fake_gradient_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6574676Z test_ops.py::TestFakeTensorCPU::test_fake_gt_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6574842Z test_ops.py::TestFakeTensorCPU::test_fake_heaviside_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6575007Z test_ops.py::TestFakeTensorCPU::test_fake_histogram_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6575171Z test_ops.py::TestFakeTensorCPU::test_fake_hsplit_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6575323Z test_ops.py::TestFakeTensorCPU::test_fake_hypot_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6575484Z test_ops.py::TestFakeTensorCPU::test_fake_i0_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:16.6575649Z test_ops.py::TestFakeTensorCPU::test_fake_imag_cpu_complex64 PASSED [ 94%] 2022-12-01T10:34:16.6575817Z test_ops.py::TestFakeTensorCPU::test_fake_index_add_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6575983Z test_ops.py::TestFakeTensorCPU::test_fake_index_put_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576157Z test_ops.py::TestFakeTensorCPU::test_fake_index_select_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576324Z test_ops.py::TestFakeTensorCPU::test_fake_isfinite_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576485Z test_ops.py::TestFakeTensorCPU::test_fake_isin_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576638Z test_ops.py::TestFakeTensorCPU::test_fake_isinf_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576807Z test_ops.py::TestFakeTensorCPU::test_fake_isneginf_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6576969Z test_ops.py::TestFakeTensorCPU::test_fake_isreal_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6577161Z test_ops.py::TestFakeTensorCPU::test_fake_istft_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6577374Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_2inputs_2outputs_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:34:16.6577630Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_4inputs_with_extra_args_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:34:16.6577834Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:34:16.6578046Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_binary_return_by_ref_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:34:16.6578247Z test_ops.py::TestFakeTensorCPU::test_fake_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 95%] 2022-12-01T10:34:16.6578406Z test_ops.py::TestFakeTensorCPU::test_fake_kthvalue_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6578569Z test_ops.py::TestFakeTensorCPU::test_fake_le_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6578744Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cross_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6578915Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eig_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6579114Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvals_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6579347Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_eigvalsh_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6579518Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6579692Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_inv_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6579872Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580040Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_ldl_factor_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580216Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_lstsq_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580395Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580578Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_matrix_rank_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580777Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_norm_subgradients_at_zero_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6580949Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6581158Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_pinv_hermitian_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6581325Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_qr_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6581490Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_slogdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6581684Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6581858Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_solve_ex_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6582031Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_svdvals_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6582239Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_tensorsolve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6582414Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vander_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6582587Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_vecdot_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6582752Z test_ops.py::TestFakeTensorCPU::test_fake_log10_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6582907Z test_ops.py::TestFakeTensorCPU::test_fake_log2_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583089Z test_ops.py::TestFakeTensorCPU::test_fake_log_softmax_dtype_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583259Z test_ops.py::TestFakeTensorCPU::test_fake_logaddexp_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583420Z test_ops.py::TestFakeTensorCPU::test_fake_logdet_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583593Z test_ops.py::TestFakeTensorCPU::test_fake_logical_and_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583788Z test_ops.py::TestFakeTensorCPU::test_fake_logical_or_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6583958Z test_ops.py::TestFakeTensorCPU::test_fake_logical_xor_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6584125Z test_ops.py::TestFakeTensorCPU::test_fake_logit_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6584293Z test_ops.py::TestFakeTensorCPU::test_fake_logspace_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6584444Z test_ops.py::TestFakeTensorCPU::test_fake_lt_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6584603Z test_ops.py::TestFakeTensorCPU::test_fake_lu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6584794Z test_ops.py::TestFakeTensorCPU::test_fake_lu_solve_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6584959Z test_ops.py::TestFakeTensorCPU::test_fake_lu_unpack_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6585122Z test_ops.py::TestFakeTensorCPU::test_fake_mH_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6585292Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amax_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6585458Z test_ops.py::TestFakeTensorCPU::test_fake_masked_amin_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6585695Z test_ops.py::TestFakeTensorCPU::test_fake_masked_cumprod_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6585853Z test_ops.py::TestFakeTensorCPU::test_fake_masked_fill_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586027Z test_ops.py::TestFakeTensorCPU::test_fake_masked_median_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586197Z test_ops.py::TestFakeTensorCPU::test_fake_masked_prod_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586373Z test_ops.py::TestFakeTensorCPU::test_fake_masked_softmax_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586539Z test_ops.py::TestFakeTensorCPU::test_fake_masked_std_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586706Z test_ops.py::TestFakeTensorCPU::test_fake_masked_var_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6586876Z test_ops.py::TestFakeTensorCPU::test_fake_matrix_exp_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587061Z test_ops.py::TestFakeTensorCPU::test_fake_max_reduction_with_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587240Z test_ops.py::TestFakeTensorCPU::test_fake_meshgrid_list_of_tensors_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587406Z test_ops.py::TestFakeTensorCPU::test_fake_min_binary_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587588Z test_ops.py::TestFakeTensorCPU::test_fake_min_reduction_no_dim_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587750Z test_ops.py::TestFakeTensorCPU::test_fake_mm_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6587914Z test_ops.py::TestFakeTensorCPU::test_fake_mode_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6588080Z test_ops.py::TestFakeTensorCPU::test_fake_msort_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6588277Z test_ops.py::TestFakeTensorCPU::test_fake_multinomial_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6588441Z test_ops.py::TestFakeTensorCPU::test_fake_mv_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6588595Z test_ops.py::TestFakeTensorCPU::test_fake_nan_to_num_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6588767Z test_ops.py::TestFakeTensorCPU::test_fake_nanmedian_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6588965Z test_ops.py::TestFakeTensorCPU::test_fake_nanquantile_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6589132Z test_ops.py::TestFakeTensorCPU::test_fake_nansum_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6589363Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_copy_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6589557Z test_ops.py::TestFakeTensorCPU::test_fake_narrow_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6589747Z test_ops.py::TestFakeTensorCPU::test_fake_native_batch_norm_cpu_float32 SKIPPED (Skipped!) [ 95%] 2022-12-01T10:34:16.6589912Z test_ops.py::TestFakeTensorCPU::test_fake_ne_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6590106Z test_ops.py::TestFakeTensorCPU::test_fake_neg_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6590273Z test_ops.py::TestFakeTensorCPU::test_fake_new_empty_strided_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6590449Z test_ops.py::TestFakeTensorCPU::test_fake_new_zeros_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6590618Z test_ops.py::TestFakeTensorCPU::test_fake_nextafter_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6590828Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6591027Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6591220Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_adaptive_max_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6591409Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_avg_pool3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6591593Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_batch_norm_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6591769Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592010Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592189Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_celu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592371Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592569Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592761Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6592950Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_conv_transpose3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6593156Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_ctc_loss_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6593344Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout3d_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6593516Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_dropout_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6593696Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_elu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6593911Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_bag_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6594096Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_embedding_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6594308Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_with_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6594526Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6594706Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_gelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6594894Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardshrink_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6595086Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardsigmoid_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6595260Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_hardswish_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6595456Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_area_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6595659Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6595860Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6596058Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6596238Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_kl_div_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6596451Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_leaky_relu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6596633Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_linear_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6596833Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_pool1d_cpu_float32 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6597026Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool2d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6597214Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_max_unpool3d_grad_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6597393Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mish_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6597577Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_mse_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6597769Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6597971Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6598203Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_multilabel_soft_margin_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6598407Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_one_hot_cpu_int64 SKIPPED (Skip failing test) [ 95%] 2022-12-01T10:34:16.6598585Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_constant_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6598770Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pad_reflect_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6598958Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_shuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6599153Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6599350Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6599533Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_prelu_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6599713Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu6_cpu_float32 PASSED [ 95%] 2022-12-01T10:34:16.6599893Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_relu_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6600109Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_rrelu_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6600323Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_selu_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6600515Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_silu_complex_cpu_complex64 PASSED [ 96%] 2022-12-01T10:34:16.6600699Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softplus_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6600906Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6601119Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_softsign_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6601304Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_tanhshrink_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6601503Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_bilinear_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6601725Z test_ops.py::TestFakeTensorCPU::test_fake_nn_functional_upsample_nearest_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6601896Z test_ops.py::TestFakeTensorCPU::test_fake_nonzero_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602063Z test_ops.py::TestFakeTensorCPU::test_fake_norm_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602229Z test_ops.py::TestFakeTensorCPU::test_fake_norm_fro_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602396Z test_ops.py::TestFakeTensorCPU::test_fake_norm_inf_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602617Z test_ops.py::TestFakeTensorCPU::test_fake_ones_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602822Z test_ops.py::TestFakeTensorCPU::test_fake_pca_lowrank_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6602990Z test_ops.py::TestFakeTensorCPU::test_fake_permute_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6603185Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_1_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6603409Z test_ops.py::TestFakeTensorCPU::test_fake_polygamma_polygamma_n_2_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6603581Z test_ops.py::TestFakeTensorCPU::test_fake_positive_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6603748Z test_ops.py::TestFakeTensorCPU::test_fake_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6603911Z test_ops.py::TestFakeTensorCPU::test_fake_qr_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6604162Z test_ops.py::TestFakeTensorCPU::test_fake_quantile_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:34:16.6604328Z test_ops.py::TestFakeTensorCPU::test_fake_randn_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6604500Z test_ops.py::TestFakeTensorCPU::test_fake_randn_like_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6604664Z test_ops.py::TestFakeTensorCPU::test_fake_ravel_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6604926Z test_ops.py::TestFakeTensorCPU::test_fake_reciprocal_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605085Z test_ops.py::TestFakeTensorCPU::test_fake_repeat_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605251Z test_ops.py::TestFakeTensorCPU::test_fake_resize__cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605418Z test_ops.py::TestFakeTensorCPU::test_fake_resize_as__cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605628Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605798Z test_ops.py::TestFakeTensorCPU::test_fake_resolve_neg_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6605960Z test_ops.py::TestFakeTensorCPU::test_fake_roll_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6606127Z test_ops.py::TestFakeTensorCPU::test_fake_round_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6606300Z test_ops.py::TestFakeTensorCPU::test_fake_rsqrt_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6606519Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6606704Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6606887Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_prod_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6607076Z test_ops.py::TestFakeTensorCPU::test_fake_scatter_reduce_sum_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6607306Z test_ops.py::TestFakeTensorCPU::test_fake_segment_reduce_offsets_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6607471Z test_ops.py::TestFakeTensorCPU::test_fake_select_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6607649Z test_ops.py::TestFakeTensorCPU::test_fake_select_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6607818Z test_ops.py::TestFakeTensorCPU::test_fake_short_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608030Z test_ops.py::TestFakeTensorCPU::test_fake_sigmoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608196Z test_ops.py::TestFakeTensorCPU::test_fake_sign_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608366Z test_ops.py::TestFakeTensorCPU::test_fake_signbit_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608529Z test_ops.py::TestFakeTensorCPU::test_fake_sin_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608725Z test_ops.py::TestFakeTensorCPU::test_fake_sinc_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6608896Z test_ops.py::TestFakeTensorCPU::test_fake_sinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6609060Z test_ops.py::TestFakeTensorCPU::test_fake_slice_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6609236Z test_ops.py::TestFakeTensorCPU::test_fake_slice_scatter_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6609392Z test_ops.py::TestFakeTensorCPU::test_fake_sort_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6609680Z test_ops.py::TestFakeTensorCPU::test_fake_sparse_sampled_addmm_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:34:16.6609862Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6610040Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_j1_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6610210Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y0_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6610380Z test_ops.py::TestFakeTensorCPU::test_fake_special_bessel_y1_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6610577Z test_ops.py::TestFakeTensorCPU::test_fake_special_chebyshev_polynomial_t_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6610991Z 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:34:16.6611169Z test_ops.py::TestFakeTensorCPU::test_fake_special_erfcx_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6611331Z test_ops.py::TestFakeTensorCPU::test_fake_special_i0e_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6611741Z 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:34:16.6611921Z test_ops.py::TestFakeTensorCPU::test_fake_special_ndtri_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6612304Z 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:34:16.6612500Z test_ops.py::TestFakeTensorCPU::test_fake_special_spherical_bessel_j0_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6612668Z test_ops.py::TestFakeTensorCPU::test_fake_square_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6612834Z test_ops.py::TestFakeTensorCPU::test_fake_stack_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613108Z test_ops.py::TestFakeTensorCPU::test_fake_std_mean_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613277Z test_ops.py::TestFakeTensorCPU::test_fake_stft_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613429Z test_ops.py::TestFakeTensorCPU::test_fake_sub_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613596Z test_ops.py::TestFakeTensorCPU::test_fake_svd_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613761Z test_ops.py::TestFakeTensorCPU::test_fake_take_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6613927Z test_ops.py::TestFakeTensorCPU::test_fake_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6614124Z test_ops.py::TestFakeTensorCPU::test_fake_to_sparse_cpu_float32 SKIPPED (Skip failing test) [ 96%] 2022-12-01T10:34:16.6614292Z test_ops.py::TestFakeTensorCPU::test_fake_topk_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6614457Z test_ops.py::TestFakeTensorCPU::test_fake_trace_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6614628Z test_ops.py::TestFakeTensorCPU::test_fake_trapezoid_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6614784Z test_ops.py::TestFakeTensorCPU::test_fake_tril_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6614953Z test_ops.py::TestFakeTensorCPU::test_fake_tril_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:34:16.6615123Z test_ops.py::TestFakeTensorCPU::test_fake_triu_indices_cpu_int64 PASSED [ 96%] 2022-12-01T10:34:16.6615290Z test_ops.py::TestFakeTensorCPU::test_fake_true_divide_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6615458Z test_ops.py::TestFakeTensorCPU::test_fake_unbind_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6615624Z test_ops.py::TestFakeTensorCPU::test_fake_unflatten_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6615788Z test_ops.py::TestFakeTensorCPU::test_fake_unfold_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6615953Z test_ops.py::TestFakeTensorCPU::test_fake_uniform_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6616125Z test_ops.py::TestFakeTensorCPU::test_fake_unique_consecutive_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6616344Z test_ops.py::TestFakeTensorCPU::test_fake_unique_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6616513Z test_ops.py::TestFakeTensorCPU::test_fake_unsqueeze_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6616679Z test_ops.py::TestFakeTensorCPU::test_fake_vdot_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6616856Z test_ops.py::TestFakeTensorCPU::test_fake_view_as_real_cpu_complex64 PASSED [ 96%] 2022-12-01T10:34:16.6617020Z test_ops.py::TestFakeTensorCPU::test_fake_where_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617184Z test_ops.py::TestFakeTensorCPU::test_fake_zero__cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617348Z test_ops.py::TestFakeTensorCPU::test_fake_zeros_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617494Z test_ops.py::TestTagsCPU::test_tags_H_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617655Z test_ops.py::TestTagsCPU::test_tags___getitem___cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617819Z test_ops.py::TestTagsCPU::test_tags___rpow___cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6617977Z test_ops.py::TestTagsCPU::test_tags___rsub___cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6618268Z test_ops.py::TestTagsCPU::test_tags__refs_abs_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6618465Z test_ops.py::TestTagsCPU::test_tags__refs_acos_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6618628Z test_ops.py::TestTagsCPU::test_tags__refs_acosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6618791Z test_ops.py::TestTagsCPU::test_tags__refs_addcdiv_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6618938Z test_ops.py::TestTagsCPU::test_tags__refs_all_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619096Z test_ops.py::TestTagsCPU::test_tags__refs_amax_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619255Z test_ops.py::TestTagsCPU::test_tags__refs_amin_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619415Z test_ops.py::TestTagsCPU::test_tags__refs_arange_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619580Z test_ops.py::TestTagsCPU::test_tags__refs_as_strided_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619739Z test_ops.py::TestTagsCPU::test_tags__refs_asinh_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6619902Z test_ops.py::TestTagsCPU::test_tags__refs_bitwise_xor_cpu_int64 PASSED [ 96%] 2022-12-01T10:34:16.6620079Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_tensors_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6620239Z test_ops.py::TestTagsCPU::test_tags__refs_broadcast_to_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6620404Z test_ops.py::TestTagsCPU::test_tags__refs_clamp_min_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6620563Z test_ops.py::TestTagsCPU::test_tags__refs_clone_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6620722Z test_ops.py::TestTagsCPU::test_tags__refs_conj_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6621463Z 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:34:16.6621636Z test_ops.py::TestTagsCPU::test_tags__refs_copysign_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6621793Z test_ops.py::TestTagsCPU::test_tags__refs_cos_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6621949Z test_ops.py::TestTagsCPU::test_tags__refs_cosh_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622109Z test_ops.py::TestTagsCPU::test_tags__refs_cumsum_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622272Z test_ops.py::TestTagsCPU::test_tags__refs_diagonal_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622421Z test_ops.py::TestTagsCPU::test_tags__refs_digamma_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622600Z test_ops.py::TestTagsCPU::test_tags__refs_div_floor_rounding_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622792Z test_ops.py::TestTagsCPU::test_tags__refs_dsplit_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6622953Z test_ops.py::TestTagsCPU::test_tags__refs_dstack_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623115Z test_ops.py::TestTagsCPU::test_tags__refs_erfc_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623275Z test_ops.py::TestTagsCPU::test_tags__refs_exp2_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623430Z test_ops.py::TestTagsCPU::test_tags__refs_exp_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623593Z test_ops.py::TestTagsCPU::test_tags__refs_expand_as_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623741Z test_ops.py::TestTagsCPU::test_tags__refs_expm1_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6623902Z test_ops.py::TestTagsCPU::test_tags__refs_eye_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6624073Z test_ops.py::TestTagsCPU::test_tags__refs_fft_fftshift_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6624237Z test_ops.py::TestTagsCPU::test_tags__refs_fft_hfft_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6624401Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ifftn_cpu_float32 PASSED [ 96%] 2022-12-01T10:34:16.6624588Z test_ops.py::TestTagsCPU::test_tags__refs_fft_ihfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6624752Z test_ops.py::TestTagsCPU::test_tags__refs_fft_irfftn_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6624915Z test_ops.py::TestTagsCPU::test_tags__refs_fft_rfft2_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625062Z test_ops.py::TestTagsCPU::test_tags__refs_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625222Z test_ops.py::TestTagsCPU::test_tags__refs_flatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625384Z test_ops.py::TestTagsCPU::test_tags__refs_flip_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625543Z test_ops.py::TestTagsCPU::test_tags__refs_flipud_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625703Z test_ops.py::TestTagsCPU::test_tags__refs_floor_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6625873Z test_ops.py::TestTagsCPU::test_tags__refs_floor_divide_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626033Z test_ops.py::TestTagsCPU::test_tags__refs_fmax_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626195Z test_ops.py::TestTagsCPU::test_tags__refs_fmod_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626340Z test_ops.py::TestTagsCPU::test_tags__refs_frac_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626499Z test_ops.py::TestTagsCPU::test_tags__refs_gt_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626660Z test_ops.py::TestTagsCPU::test_tags__refs_hsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626821Z test_ops.py::TestTagsCPU::test_tags__refs_igamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6626981Z test_ops.py::TestTagsCPU::test_tags__refs_index_add_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627142Z test_ops.py::TestTagsCPU::test_tags__refs_index_copy_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627307Z test_ops.py::TestTagsCPU::test_tags__refs_isclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627465Z test_ops.py::TestTagsCPU::test_tags__refs_isinf_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627613Z test_ops.py::TestTagsCPU::test_tags__refs_isnan_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627775Z test_ops.py::TestTagsCPU::test_tags__refs_isneginf_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6627934Z test_ops.py::TestTagsCPU::test_tags__refs_isreal_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6628090Z test_ops.py::TestTagsCPU::test_tags__refs_lcm_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6628248Z test_ops.py::TestTagsCPU::test_tags__refs_le_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6628407Z test_ops.py::TestTagsCPU::test_tags__refs_lgamma_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6628570Z test_ops.py::TestTagsCPU::test_tags__refs_linspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6628759Z test_ops.py::TestTagsCPU::test_tags__refs_log10_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6628906Z test_ops.py::TestTagsCPU::test_tags__refs_log1p_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629061Z test_ops.py::TestTagsCPU::test_tags__refs_log2_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629219Z test_ops.py::TestTagsCPU::test_tags__refs_log_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629440Z test_ops.py::TestTagsCPU::test_tags__refs_logspace_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629607Z test_ops.py::TestTagsCPU::test_tags__refs_masked_fill_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629792Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_list_of_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6629980Z test_ops.py::TestTagsCPU::test_tags__refs_meshgrid_variadic_tensors_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630141Z test_ops.py::TestTagsCPU::test_tags__refs_minimum_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630306Z test_ops.py::TestTagsCPU::test_tags__refs_nan_to_num_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630455Z test_ops.py::TestTagsCPU::test_tags__refs_narrow_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630631Z test_ops.py::TestTagsCPU::test_tags__refs_native_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630820Z test_ops.py::TestTagsCPU::test_tags__refs_ne_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6630980Z test_ops.py::TestTagsCPU::test_tags__refs_neg_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6631144Z test_ops.py::TestTagsCPU::test_tags__refs_new_zeros_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6631309Z test_ops.py::TestTagsCPU::test_tags__refs_nextafter_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6631484Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_elu_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6631654Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_glu_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6631827Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_hardshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632010Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_huber_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632190Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_layer_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632388Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_margin_ranking_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632571Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_mse_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632761Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_poisson_nll_loss_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6632942Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_prelu_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633120Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_selu_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633287Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softplus_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633470Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_softshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633652Z test_ops.py::TestTagsCPU::test_tags__refs_nn_functional_tanhshrink_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633816Z test_ops.py::TestTagsCPU::test_tags__refs_norm_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6633983Z test_ops.py::TestTagsCPU::test_tags__refs_ones_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634147Z test_ops.py::TestTagsCPU::test_tags__refs_positive_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634307Z test_ops.py::TestTagsCPU::test_tags__refs_pow_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634467Z test_ops.py::TestTagsCPU::test_tags__refs_real_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634636Z test_ops.py::TestTagsCPU::test_tags__refs_remainder_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634787Z test_ops.py::TestTagsCPU::test_tags__refs_repeat_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6634980Z test_ops.py::TestTagsCPU::test_tags__refs_reshape_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635139Z test_ops.py::TestTagsCPU::test_tags__refs_round_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635300Z test_ops.py::TestTagsCPU::test_tags__refs_rsub_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635462Z test_ops.py::TestTagsCPU::test_tags__refs_sigmoid_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635625Z test_ops.py::TestTagsCPU::test_tags__refs_signbit_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635784Z test_ops.py::TestTagsCPU::test_tags__refs_sinh_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6635958Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j0_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636118Z test_ops.py::TestTagsCPU::test_tags__refs_special_bessel_j1_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636281Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636445Z test_ops.py::TestTagsCPU::test_tags__refs_special_i1e_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636643Z test_ops.py::TestTagsCPU::test_tags__refs_special_multigammaln_mvlgamma_p_5_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636833Z test_ops.py::TestTagsCPU::test_tags__refs_sqrt_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6636997Z test_ops.py::TestTagsCPU::test_tags__refs_square_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637159Z test_ops.py::TestTagsCPU::test_tags__refs_squeeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637315Z test_ops.py::TestTagsCPU::test_tags__refs_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637462Z test_ops.py::TestTagsCPU::test_tags__refs_std_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637618Z test_ops.py::TestTagsCPU::test_tags__refs_sub_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637772Z test_ops.py::TestTagsCPU::test_tags__refs_sum_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6637926Z test_ops.py::TestTagsCPU::test_tags__refs_t_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6638088Z test_ops.py::TestTagsCPU::test_tags__refs_tanh_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6638256Z test_ops.py::TestTagsCPU::test_tags__refs_tensor_split_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6638423Z test_ops.py::TestTagsCPU::test_tags__refs_transpose_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6638581Z test_ops.py::TestTagsCPU::test_tags__refs_triu_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6638732Z test_ops.py::TestTagsCPU::test_tags__refs_triu_indices_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6638895Z test_ops.py::TestTagsCPU::test_tags__refs_unflatten_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639057Z test_ops.py::TestTagsCPU::test_tags__refs_unsqueeze_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639214Z test_ops.py::TestTagsCPU::test_tags__refs_vsplit_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639372Z test_ops.py::TestTagsCPU::test_tags_abs_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639531Z test_ops.py::TestTagsCPU::test_tags_acosh_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639688Z test_ops.py::TestTagsCPU::test_tags_addbmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639845Z test_ops.py::TestTagsCPU::test_tags_addr_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6639988Z test_ops.py::TestTagsCPU::test_tags_all_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640149Z test_ops.py::TestTagsCPU::test_tags_allclose_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640302Z test_ops.py::TestTagsCPU::test_tags_any_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640458Z test_ops.py::TestTagsCPU::test_tags_argmin_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640616Z test_ops.py::TestTagsCPU::test_tags_as_strided_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640788Z test_ops.py::TestTagsCPU::test_tags_as_strided_scatter_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6640972Z test_ops.py::TestTagsCPU::test_tags_asin_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6641127Z test_ops.py::TestTagsCPU::test_tags_atan2_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6641275Z test_ops.py::TestTagsCPU::test_tags_atleast_2d_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6641436Z test_ops.py::TestTagsCPU::test_tags_atleast_3d_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6641593Z test_ops.py::TestTagsCPU::test_tags_bincount_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6641753Z test_ops.py::TestTagsCPU::test_tags_bitwise_left_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6641912Z test_ops.py::TestTagsCPU::test_tags_bitwise_or_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6642078Z test_ops.py::TestTagsCPU::test_tags_bitwise_right_shift_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6642236Z test_ops.py::TestTagsCPU::test_tags_bitwise_xor_cpu_int64 PASSED [ 97%] 2022-12-01T10:34:16.6642393Z test_ops.py::TestTagsCPU::test_tags_block_diag_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6642537Z test_ops.py::TestTagsCPU::test_tags_bmm_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6642704Z test_ops.py::TestTagsCPU::test_tags_broadcast_shapes_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6642883Z test_ops.py::TestTagsCPU::test_tags_byte_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643044Z test_ops.py::TestTagsCPU::test_tags_cartesian_prod_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643201Z test_ops.py::TestTagsCPU::test_tags_cat_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643355Z test_ops.py::TestTagsCPU::test_tags_cdist_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643508Z test_ops.py::TestTagsCPU::test_tags_ceil_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643670Z test_ops.py::TestTagsCPU::test_tags_cholesky_solve_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643818Z test_ops.py::TestTagsCPU::test_tags_clamp_max_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6643978Z test_ops.py::TestTagsCPU::test_tags_clamp_min_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644134Z test_ops.py::TestTagsCPU::test_tags_clone_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644298Z test_ops.py::TestTagsCPU::test_tags_column_stack_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644458Z test_ops.py::TestTagsCPU::test_tags_complex_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644612Z test_ops.py::TestTagsCPU::test_tags_conj_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644779Z test_ops.py::TestTagsCPU::test_tags_constant_pad_nd_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6644936Z test_ops.py::TestTagsCPU::test_tags_copysign_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645095Z test_ops.py::TestTagsCPU::test_tags_corrcoef_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645237Z test_ops.py::TestTagsCPU::test_tags_cos_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645399Z test_ops.py::TestTagsCPU::test_tags_count_nonzero_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645556Z test_ops.py::TestTagsCPU::test_tags_cross_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645714Z test_ops.py::TestTagsCPU::test_tags_cummax_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6645875Z test_ops.py::TestTagsCPU::test_tags_cumprod_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:16.6646032Z test_ops.py::TestTagsCPU::test_tags_deg2rad_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6646187Z test_ops.py::TestTagsCPU::test_tags_diag_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6646349Z test_ops.py::TestTagsCPU::test_tags_diag_embed_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6646501Z test_ops.py::TestTagsCPU::test_tags_diagonal_scatter_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6646659Z test_ops.py::TestTagsCPU::test_tags_digamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6646835Z test_ops.py::TestTagsCPU::test_tags_div_no_rounding_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647023Z test_ops.py::TestTagsCPU::test_tags_dstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647179Z test_ops.py::TestTagsCPU::test_tags_eq_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647338Z test_ops.py::TestTagsCPU::test_tags_equal_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647497Z test_ops.py::TestTagsCPU::test_tags_erfinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647654Z test_ops.py::TestTagsCPU::test_tags_exp2_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647799Z test_ops.py::TestTagsCPU::test_tags_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6647958Z test_ops.py::TestTagsCPU::test_tags_expand_as_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648113Z test_ops.py::TestTagsCPU::test_tags_eye_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648272Z test_ops.py::TestTagsCPU::test_tags_fft_fft_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648430Z test_ops.py::TestTagsCPU::test_tags_fft_fftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648589Z test_ops.py::TestTagsCPU::test_tags_fft_hfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648745Z test_ops.py::TestTagsCPU::test_tags_fft_ifft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6648946Z test_ops.py::TestTagsCPU::test_tags_fft_ifftshift_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649095Z test_ops.py::TestTagsCPU::test_tags_fft_ihfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649255Z test_ops.py::TestTagsCPU::test_tags_fft_ihfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649417Z test_ops.py::TestTagsCPU::test_tags_fft_irfft2_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649574Z test_ops.py::TestTagsCPU::test_tags_fft_irfft_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649733Z test_ops.py::TestTagsCPU::test_tags_fft_rfftn_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6649888Z test_ops.py::TestTagsCPU::test_tags_flip_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650048Z test_ops.py::TestTagsCPU::test_tags_fliplr_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650209Z test_ops.py::TestTagsCPU::test_tags_flipud_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650355Z test_ops.py::TestTagsCPU::test_tags_float_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650514Z test_ops.py::TestTagsCPU::test_tags_float_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650669Z test_ops.py::TestTagsCPU::test_tags_floor_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650829Z test_ops.py::TestTagsCPU::test_tags_floor_divide_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6650985Z test_ops.py::TestTagsCPU::test_tags_fmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651141Z test_ops.py::TestTagsCPU::test_tags_frexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651300Z test_ops.py::TestTagsCPU::test_tags_gather_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651457Z test_ops.py::TestTagsCPU::test_tags_ge_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651605Z test_ops.py::TestTagsCPU::test_tags_gradient_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651764Z test_ops.py::TestTagsCPU::test_tags_gt_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6651924Z test_ops.py::TestTagsCPU::test_tags_heaviside_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652078Z test_ops.py::TestTagsCPU::test_tags_histc_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652237Z test_ops.py::TestTagsCPU::test_tags_histogram_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652399Z test_ops.py::TestTagsCPU::test_tags_histogramdd_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652557Z test_ops.py::TestTagsCPU::test_tags_hstack_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652709Z test_ops.py::TestTagsCPU::test_tags_i0_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6652886Z test_ops.py::TestTagsCPU::test_tags_igammac_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6653150Z test_ops.py::TestTagsCPU::test_tags_imag_cpu_complex64 PASSED [ 98%] 2022-12-01T10:34:16.6653309Z test_ops.py::TestTagsCPU::test_tags_index_fill_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6653472Z test_ops.py::TestTagsCPU::test_tags_index_reduce_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6653634Z test_ops.py::TestTagsCPU::test_tags_index_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6653790Z test_ops.py::TestTagsCPU::test_tags_inner_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6653947Z test_ops.py::TestTagsCPU::test_tags_int_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6654108Z test_ops.py::TestTagsCPU::test_tags_isclose_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6654256Z test_ops.py::TestTagsCPU::test_tags_isposinf_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6654448Z test_ops.py::TestTagsCPU::test_tags_jiterator_unary_cpu_float32 SKIPPED (Only runs on cuda) [ 98%] 2022-12-01T10:34:16.6654608Z test_ops.py::TestTagsCPU::test_tags_kron_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6654764Z test_ops.py::TestTagsCPU::test_tags_ldexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6654964Z test_ops.py::TestTagsCPU::test_tags_le_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655118Z test_ops.py::TestTagsCPU::test_tags_lerp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655275Z test_ops.py::TestTagsCPU::test_tags_lgamma_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655436Z test_ops.py::TestTagsCPU::test_tags_linalg_cond_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655584Z test_ops.py::TestTagsCPU::test_tags_linalg_cross_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655743Z test_ops.py::TestTagsCPU::test_tags_linalg_det_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6655901Z test_ops.py::TestTagsCPU::test_tags_linalg_eig_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656066Z test_ops.py::TestTagsCPU::test_tags_linalg_eigh_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656227Z test_ops.py::TestTagsCPU::test_tags_linalg_eigvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656388Z test_ops.py::TestTagsCPU::test_tags_linalg_inv_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656553Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656727Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_factor_ex_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6656893Z test_ops.py::TestTagsCPU::test_tags_linalg_ldl_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657041Z test_ops.py::TestTagsCPU::test_tags_linalg_lstsq_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657204Z test_ops.py::TestTagsCPU::test_tags_linalg_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657373Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657547Z test_ops.py::TestTagsCPU::test_tags_linalg_matrix_power_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657708Z test_ops.py::TestTagsCPU::test_tags_linalg_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6657949Z 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:34:16.6658108Z test_ops.py::TestTagsCPU::test_tags_linalg_qr_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6658274Z test_ops.py::TestTagsCPU::test_tags_linalg_slogdet_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6658424Z test_ops.py::TestTagsCPU::test_tags_linalg_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6658585Z test_ops.py::TestTagsCPU::test_tags_linalg_svdvals_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6658750Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorinv_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6658919Z test_ops.py::TestTagsCPU::test_tags_linalg_tensorsolve_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659119Z test_ops.py::TestTagsCPU::test_tags_linalg_vander_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659274Z test_ops.py::TestTagsCPU::test_tags_log10_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659432Z test_ops.py::TestTagsCPU::test_tags_log1p_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659599Z test_ops.py::TestTagsCPU::test_tags_log_softmax_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659750Z test_ops.py::TestTagsCPU::test_tags_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6659913Z test_ops.py::TestTagsCPU::test_tags_logcumsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660074Z test_ops.py::TestTagsCPU::test_tags_logical_and_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660232Z test_ops.py::TestTagsCPU::test_tags_logical_not_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660390Z test_ops.py::TestTagsCPU::test_tags_logspace_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660547Z test_ops.py::TestTagsCPU::test_tags_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660703Z test_ops.py::TestTagsCPU::test_tags_long_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6660856Z test_ops.py::TestTagsCPU::test_tags_lt_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661027Z test_ops.py::TestTagsCPU::test_tags_lu_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661184Z test_ops.py::TestTagsCPU::test_tags_lu_solve_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661341Z test_ops.py::TestTagsCPU::test_tags_lu_unpack_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661495Z test_ops.py::TestTagsCPU::test_tags_mH_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661656Z test_ops.py::TestTagsCPU::test_tags_masked_amin_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661817Z test_ops.py::TestTagsCPU::test_tags_masked_argmin_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6661978Z test_ops.py::TestTagsCPU::test_tags_masked_cumprod_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662140Z test_ops.py::TestTagsCPU::test_tags_masked_cumsum_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662294Z test_ops.py::TestTagsCPU::test_tags_masked_logaddexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662461Z test_ops.py::TestTagsCPU::test_tags_masked_logsumexp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662625Z test_ops.py::TestTagsCPU::test_tags_masked_median_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662790Z test_ops.py::TestTagsCPU::test_tags_masked_normalize_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6662951Z test_ops.py::TestTagsCPU::test_tags_masked_select_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663112Z test_ops.py::TestTagsCPU::test_tags_masked_std_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663272Z test_ops.py::TestTagsCPU::test_tags_masked_sum_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663430Z test_ops.py::TestTagsCPU::test_tags_masked_var_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663579Z test_ops.py::TestTagsCPU::test_tags_matrix_exp_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663738Z test_ops.py::TestTagsCPU::test_tags_max_binary_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6663920Z test_ops.py::TestTagsCPU::test_tags_meshgrid_variadic_tensors_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664100Z test_ops.py::TestTagsCPU::test_tags_min_reduction_with_dim_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664259Z test_ops.py::TestTagsCPU::test_tags_minimum_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664416Z test_ops.py::TestTagsCPU::test_tags_mode_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664571Z test_ops.py::TestTagsCPU::test_tags_mul_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664733Z test_ops.py::TestTagsCPU::test_tags_multinomial_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6664905Z test_ops.py::TestTagsCPU::test_tags_mvlgamma_mvlgamma_p_3_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665055Z test_ops.py::TestTagsCPU::test_tags_nanquantile_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665238Z test_ops.py::TestTagsCPU::test_tags_narrow_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665401Z test_ops.py::TestTagsCPU::test_tags_native_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665559Z test_ops.py::TestTagsCPU::test_tags_neg_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665717Z test_ops.py::TestTagsCPU::test_tags_new_empty_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6665874Z test_ops.py::TestTagsCPU::test_tags_new_ones_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666033Z test_ops.py::TestTagsCPU::test_tags_nextafter_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666238Z test_ops.py::TestTagsCPU::test_tags_nn_functional__scaled_dot_product_attention_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666417Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666610Z test_ops.py::TestTagsCPU::test_tags_nn_functional_adaptive_max_pool1d_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666793Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool2d_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6666971Z test_ops.py::TestTagsCPU::test_tags_nn_functional_avg_pool3d_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6667179Z test_ops.py::TestTagsCPU::test_tags_nn_functional_batch_norm_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6667384Z test_ops.py::TestTagsCPU::test_tags_nn_functional_binary_cross_entropy_with_logits_cpu_float32 PASSED [ 98%] 2022-12-01T10:34:16.6667557Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6667724Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6667901Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6668084Z test_ops.py::TestTagsCPU::test_tags_nn_functional_conv_transpose2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6668280Z test_ops.py::TestTagsCPU::test_tags_nn_functional_cosine_embedding_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6668456Z test_ops.py::TestTagsCPU::test_tags_nn_functional_ctc_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6668665Z test_ops.py::TestTagsCPU::test_tags_nn_functional_feature_alpha_dropout_without_train_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6668854Z test_ops.py::TestTagsCPU::test_tags_nn_functional_fractional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669027Z test_ops.py::TestTagsCPU::test_tags_nn_functional_gelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669196Z test_ops.py::TestTagsCPU::test_tags_nn_functional_glu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669447Z test_ops.py::TestTagsCPU::test_tags_nn_functional_group_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669620Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardshrink_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669799Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardsigmoid_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6669982Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardswish_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6670160Z test_ops.py::TestTagsCPU::test_tags_nn_functional_hardtanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6670351Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_bilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6670546Z test_ops.py::TestTagsCPU::test_tags_nn_functional_interpolate_trilinear_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6670721Z test_ops.py::TestTagsCPU::test_tags_nn_functional_kl_div_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6670898Z test_ops.py::TestTagsCPU::test_tags_nn_functional_l1_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6671062Z test_ops.py::TestTagsCPU::test_tags_nn_functional_leaky_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6671253Z test_ops.py::TestTagsCPU::test_tags_nn_functional_local_response_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6671466Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6671646Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_pool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6671827Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool1d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672007Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool2d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672187Z test_ops.py::TestTagsCPU::test_tags_nn_functional_max_unpool3d_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672358Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mish_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672533Z test_ops.py::TestTagsCPU::test_tags_nn_functional_mse_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672707Z test_ops.py::TestTagsCPU::test_tags_nn_functional_multi_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6672882Z test_ops.py::TestTagsCPU::test_tags_nn_functional_nll_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673065Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_circular_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673242Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_constant_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673451Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pad_replicate_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673627Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pdist_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673810Z test_ops.py::TestTagsCPU::test_tags_nn_functional_pixel_unshuffle_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6673983Z test_ops.py::TestTagsCPU::test_tags_nn_functional_prelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6674141Z test_ops.py::TestTagsCPU::test_tags_nn_functional_relu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6674312Z test_ops.py::TestTagsCPU::test_tags_nn_functional_rrelu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6674506Z test_ops.py::TestTagsCPU::test_tags_nn_functional_selu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6674725Z test_ops.py::TestTagsCPU::test_tags_nn_functional_silu_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6674983Z test_ops.py::TestTagsCPU::test_tags_nn_functional_soft_margin_loss_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6675197Z test_ops.py::TestTagsCPU::test_tags_nn_functional_softmin_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6675433Z test_ops.py::TestTagsCPU::test_tags_nn_functional_threshold_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6675890Z test_ops.py::TestTagsCPU::test_tags_nn_functional_unfold_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6676280Z test_ops.py::TestTagsCPU::test_tags_nn_functional_upsample_nearest_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6676656Z test_ops.py::TestTagsCPU::test_tags_nonzero_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6677012Z test_ops.py::TestTagsCPU::test_tags_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6677346Z test_ops.py::TestTagsCPU::test_tags_norm_fro_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6677690Z test_ops.py::TestTagsCPU::test_tags_norm_nuc_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6678037Z test_ops.py::TestTagsCPU::test_tags_normal_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6678365Z test_ops.py::TestTagsCPU::test_tags_ones_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6678714Z test_ops.py::TestTagsCPU::test_tags_ones_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6679086Z test_ops.py::TestTagsCPU::test_tags_ops_nvprims_native_batch_norm_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6679458Z test_ops.py::TestTagsCPU::test_tags_pca_lowrank_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6679799Z test_ops.py::TestTagsCPU::test_tags_pinverse_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6680149Z test_ops.py::TestTagsCPU::test_tags_polar_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6680505Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_0_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6680923Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_1_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6681286Z test_ops.py::TestTagsCPU::test_tags_polygamma_polygamma_n_2_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6681655Z test_ops.py::TestTagsCPU::test_tags_pow_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6681995Z test_ops.py::TestTagsCPU::test_tags_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6682324Z test_ops.py::TestTagsCPU::test_tags_put_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6682688Z test_ops.py::TestTagsCPU::test_tags_rand_like_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6683026Z test_ops.py::TestTagsCPU::test_tags_real_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6683367Z test_ops.py::TestTagsCPU::test_tags_renorm_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6683699Z test_ops.py::TestTagsCPU::test_tags_reshape_as_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6684039Z test_ops.py::TestTagsCPU::test_tags_reshape_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6684383Z test_ops.py::TestTagsCPU::test_tags_resize_as__cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6684714Z test_ops.py::TestTagsCPU::test_tags_resolve_neg_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6685086Z test_ops.py::TestTagsCPU::test_tags_round_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6685440Z test_ops.py::TestTagsCPU::test_tags_round_decimals_neg_3_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6685786Z test_ops.py::TestTagsCPU::test_tags_rsub_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6686108Z test_ops.py::TestTagsCPU::test_tags_scatter_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6686453Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_amin_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6686814Z test_ops.py::TestTagsCPU::test_tags_scatter_reduce_prod_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6687163Z test_ops.py::TestTagsCPU::test_tags_searchsorted_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6687528Z test_ops.py::TestTagsCPU::test_tags_segment_reduce_lengths_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6687881Z test_ops.py::TestTagsCPU::test_tags_select_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6688219Z test_ops.py::TestTagsCPU::test_tags_sgn_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6688618Z test_ops.py::TestTagsCPU::test_tags_sign_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6689005Z test_ops.py::TestTagsCPU::test_tags_sin_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6689373Z test_ops.py::TestTagsCPU::test_tags_sinh_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6689812Z test_ops.py::TestTagsCPU::test_tags_slice_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6690173Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6690524Z test_ops.py::TestTagsCPU::test_tags_special_bessel_j1_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6690875Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y0_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6691222Z test_ops.py::TestTagsCPU::test_tags_special_bessel_y1_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6691595Z test_ops.py::TestTagsCPU::test_tags_special_chebyshev_polynomial_u_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6692196Z 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:34:16.6692611Z test_ops.py::TestTagsCPU::test_tags_special_erfcx_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6693088Z test_ops.py::TestTagsCPU::test_tags_special_hermite_polynomial_he_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6693484Z test_ops.py::TestTagsCPU::test_tags_special_laguerre_polynomial_l_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6694048Z 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:34:16.6694569Z test_ops.py::TestTagsCPU::test_tags_special_log_ndtr_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6694942Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k0_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6695328Z test_ops.py::TestTagsCPU::test_tags_special_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6695718Z test_ops.py::TestTagsCPU::test_tags_special_scaled_modified_bessel_k1_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6696292Z 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:34:16.6696930Z 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:34:16.6697569Z 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:34:16.6698016Z test_ops.py::TestTagsCPU::test_tags_special_spherical_bessel_j0_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6698377Z test_ops.py::TestTagsCPU::test_tags_special_zeta_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6698764Z test_ops.py::TestTagsCPU::test_tags_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6699116Z test_ops.py::TestTagsCPU::test_tags_split_list_args_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6699453Z test_ops.py::TestTagsCPU::test_tags_sqrt_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6699847Z test_ops.py::TestTagsCPU::test_tags_square_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6700267Z test_ops.py::TestTagsCPU::test_tags_stack_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6700613Z test_ops.py::TestTagsCPU::test_tags_std_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6700958Z test_ops.py::TestTagsCPU::test_tags_sub_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6701384Z test_ops.py::TestTagsCPU::test_tags_svd_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6701725Z test_ops.py::TestTagsCPU::test_tags_take_along_dim_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6702058Z test_ops.py::TestTagsCPU::test_tags_tan_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6702389Z test_ops.py::TestTagsCPU::test_tags_tanh_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6702730Z test_ops.py::TestTagsCPU::test_tags_tensor_split_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6703073Z test_ops.py::TestTagsCPU::test_tags_tensordot_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6703402Z test_ops.py::TestTagsCPU::test_tags_tile_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6703734Z test_ops.py::TestTagsCPU::test_tags_topk_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6704070Z test_ops.py::TestTagsCPU::test_tags_trace_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6704403Z test_ops.py::TestTagsCPU::test_tags_transpose_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6704739Z test_ops.py::TestTagsCPU::test_tags_true_divide_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6705077Z test_ops.py::TestTagsCPU::test_tags_trunc_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6705417Z test_ops.py::TestTagsCPU::test_tags_unbind_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6705744Z test_ops.py::TestTagsCPU::test_tags_uniform_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6706080Z test_ops.py::TestTagsCPU::test_tags_unsqueeze_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6706416Z test_ops.py::TestTagsCPU::test_tags_var_mean_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6706747Z test_ops.py::TestTagsCPU::test_tags_view_as_complex_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6707094Z test_ops.py::TestTagsCPU::test_tags_view_as_real_cpu_complex64 PASSED [ 99%] 2022-12-01T10:34:16.6707435Z test_ops.py::TestTagsCPU::test_tags_view_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6707815Z test_ops.py::TestTagsCPU::test_tags_vstack_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6708141Z test_ops.py::TestTagsCPU::test_tags_xlogy_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6708477Z test_ops.py::TestTagsCPU::test_tags_zeros_cpu_float32 PASSED [ 99%] 2022-12-01T10:34:16.6709372Z test_ops.py::TestTagsCPU::test_tags_zeros_like_cpu_float32 PASSED [100%]/var/lib/jenkins/workspace/test/test_proxy_tensor.py:126: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:34:16.6709904Z UserWarning) 2022-12-01T10:34:16.6710039Z 2022-12-01T10:34:16.6710043Z 2022-12-01T10:34:16.6710398Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-2a9b19954110fcfe.xml - 2022-12-01T10:34:16.6710811Z = 4288 passed, 8768 skipped, 23 deselected, 69 xfailed, 156 warnings in 869.28s (0:14:29) = 2022-12-01T10:34:16.6711190Z 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:16.6711403Z 2022-12-01T10:34:16.6711797Z ##[endgroup] 2022-12-01T10:34:16.6712294Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_0dep7nqr) 2022-12-01T10:34:16.6712523Z 2022-12-01T10:34:16.7873766Z 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:34:16.786953] 2022-12-01T10:34:30.8026609Z 2022-12-01T10:34:30.8027088Z Expand the folded group to see the log file of test_ops 2022-12-01T10:34:30.8027856Z ##[group]PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_hvhlw08k) 2022-12-01T10:34:30.8028815Z Test results will be stored in test-reports/python-pytest/test_ops/test_ops-2f5251f8e1d8ae92.xml 2022-12-01T10:34:30.8029517Z ============================= test session starts ============================== 2022-12-01T10:34:30.8029933Z platform linux -- Python 3.7.13, pytest-7.1.3, pluggy-1.0.0 -- /opt/conda/bin/python 2022-12-01T10:34:30.8030235Z cachedir: .pytest_cache 2022-12-01T10:34:30.8030688Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-12-01T10:34:30.8031099Z rootdir: /var/lib/jenkins/workspace, configfile: pytest.ini 2022-12-01T10:34:30.8033311Z 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:30.8033946Z collecting ... collected 26295 items / 26257 deselected / 38 selected 2022-12-01T10:34:30.8037911Z 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:30.8041793Z 2022-12-01T10:34:30.8041984Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_cpu SKIPPED (Skipped under ASAN) [ 2%] 2022-12-01T10:34:30.8042395Z test_ops.py::TestCommonCPU::test_dtypes_linalg_cholesky_ex_cpu SKIPPED (Skipped under ASAN) [ 5%] 2022-12-01T10:34:30.8042829Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 7%] 2022-12-01T10:34:30.8043265Z test_ops.py::TestCommonCPU::test_multiple_devices_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 10%] 2022-12-01T10:34:30.8043702Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_complex64 SKIPPED (Skipped under ASAN) [ 13%] 2022-12-01T10:34:30.8044259Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_cpu_float32 SKIPPED (Skipped under ASAN) [ 15%] 2022-12-01T10:34:30.8047628Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_complex64 SKIPPED (Skipped under ASAN) [ 18%] 2022-12-01T10:34:30.8048514Z test_ops.py::TestCommonCPU::test_noncontiguous_samples_linalg_cholesky_ex_cpu_float32 SKIPPED (Skipped under ASAN) [ 21%] 2022-12-01T10:34:30.8049245Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_cpu_float32 PASSED [ 23%] 2022-12-01T10:34:30.8049852Z test_ops.py::TestCommonCPU::test_out_linalg_cholesky_ex_cpu_float32 PASSED [ 26%] 2022-12-01T10:34:30.8050212Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_cpu PASSED [ 28%] 2022-12-01T10:34:30.8050578Z test_ops.py::TestCommonCPU::test_out_warning_linalg_cholesky_ex_cpu PASSED [ 31%] 2022-12-01T10:34:30.8050977Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_complex64 PASSED [ 34%] 2022-12-01T10:34:30.8051396Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_cpu_float32 PASSED [ 36%] 2022-12-01T10:34:30.8051801Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_complex64 PASSED [ 39%] 2022-12-01T10:34:30.8052314Z test_ops.py::TestCommonCPU::test_variant_consistency_eager_linalg_cholesky_ex_cpu_float32 PASSED [ 42%] 2022-12-01T10:34:30.8052732Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_cpu_float32 PASSED [ 44%] 2022-12-01T10:34:30.8053339Z test_ops.py::TestCompositeComplianceCPU::test_backward_linalg_cholesky_ex_cpu_float32 PASSED [ 47%] 2022-12-01T10:34:30.8053763Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_cpu_float32 PASSED [ 50%] 2022-12-01T10:34:30.8054195Z test_ops.py::TestCompositeComplianceCPU::test_forward_ad_linalg_cholesky_ex_cpu_float32 PASSED [ 52%] 2022-12-01T10:34:30.8054624Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_cpu_float32 PASSED [ 55%] 2022-12-01T10:34:30.8094297Z test_ops.py::TestCompositeComplianceCPU::test_operator_linalg_cholesky_ex_cpu_float32 PASSED [ 57%] 2022-12-01T10:34:30.8095039Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_cpu_complex64 PASSED [ 60%] 2022-12-01T10:34:30.8095754Z test_ops.py::TestMathBitsCPU::test_conj_view_linalg_cholesky_ex_cpu_complex64 PASSED [ 63%] 2022-12-01T10:34:30.8096421Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_cpu_complex128 PASSED [ 65%] 2022-12-01T10:34:30.8097181Z test_ops.py::TestMathBitsCPU::test_neg_conj_view_linalg_cholesky_ex_cpu_complex128 PASSED [ 68%] 2022-12-01T10:34:30.8097579Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_cpu_float64 PASSED [ 71%] 2022-12-01T10:34:30.8097960Z test_ops.py::TestMathBitsCPU::test_neg_view_linalg_cholesky_ex_cpu_float64 PASSED [ 73%] 2022-12-01T10:34:30.8098355Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_cpu_float32 PASSED [ 76%] 2022-12-01T10:34:30.8098741Z test_ops.py::TestFakeTensorCPU::test_fake_autocast_linalg_cholesky_ex_cpu_float32 PASSED [ 78%] 2022-12-01T10:34:30.8099181Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 81%] 2022-12-01T10:34:30.8099658Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_amp_linalg_cholesky_ex_cpu_float32 SKIPPED (Only runs on cuda) [ 84%] 2022-12-01T10:34:30.8100119Z test_ops.py::TestFakeTensorCPU::test_fake_crossref_backward_no_amp_linalg_cholesky_cpu_float32 SKIPPED (Only runs on cuda) [ 86%] 2022-12-01T10:34:30.8100580Z 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:30.8101003Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_cpu_float32 PASSED [ 92%] 2022-12-01T10:34:30.8101382Z test_ops.py::TestFakeTensorCPU::test_fake_linalg_cholesky_ex_cpu_float32 PASSED [ 94%] 2022-12-01T10:34:30.8101751Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_cpu_float32 PASSED [ 97%] 2022-12-01T10:34:30.8102622Z test_ops.py::TestTagsCPU::test_tags_linalg_cholesky_ex_cpu_float32 PASSED [100%]/var/lib/jenkins/workspace/test/test_proxy_tensor.py:126: UserWarning: Couldn't import torchvision. Some of our tests use it, try to install it with commands from pytorch.org, post-fixed with `--no-deps` to avoid overwriting the pytorch installation 2022-12-01T10:34:30.8103193Z UserWarning) 2022-12-01T10:34:30.8103327Z 2022-12-01T10:34:30.8103332Z 2022-12-01T10:34:30.8103662Z - generated xml file: /var/lib/jenkins/workspace/test/test-reports/python-pytest/test_ops/test_ops-2f5251f8e1d8ae92.xml - 2022-12-01T10:34:30.8104064Z ========= 26 passed, 12 skipped, 26257 deselected, 2 warnings in 6.29s ========= 2022-12-01T10:34:30.8104435Z 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:30.8104638Z 2022-12-01T10:34:30.8104968Z ##[endgroup] 2022-12-01T10:34:30.8105371Z FINISHED PRINTING LOG FILE of test_ops (/var/lib/jenkins/workspace/test/test-reports/test_ops_hvhlw08k) 2022-12-01T10:34:30.8105598Z 2022-12-01T10:34:30.8105771Z Running test_fx ... [2022-12-01 10:34:30.803860] 2022-12-01T10:34:30.8106246Z Executing ['/opt/conda/bin/python', '-bb', 'test_fx.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:34:30.804322] 2022-12-01T10:34:46.9660324Z 2022-12-01T10:34:46.9660902Z Expand the folded group to see the log file of test_fx 2022-12-01T10:34:46.9661657Z ##[group]PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_bug3mm1_) 2022-12-01T10:34:46.9665155Z Test results will be stored in test-reports/python-unittest/test_fx 2022-12-01T10:34:46.9665630Z 2022-12-01T10:34:46.9665772Z Running tests... 2022-12-01T10:34:46.9666371Z ---------------------------------------------------------------------- 2022-12-01T10:34:46.9666914Z test_annotate (fx.test_gradual_type.AnnotationsTest) ... ok (0.014s) 2022-12-01T10:34:46.9667433Z test_annotations (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:34:46.9667931Z Test type annotations in the forward function. ... ok (0.003s) 2022-12-01T10:34:46.9668441Z test_broadcasting1 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:34:46.9668910Z test_broadcasting2 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:34:46.9694130Z test_broadcasting3 (fx.test_gradual_type.AnnotationsTest) ... ok (0.001s) 2022-12-01T10:34:46.9694714Z test_consistency (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:34:46.9695438Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:34:46.9695927Z test_precision (fx.test_gradual_type.AnnotationsTest) 2022-12-01T10:34:46.9696391Z Test the consistency relation. ... ok (0.001s) 2022-12-01T10:34:46.9696889Z test_banned_list (fx.test_cse_pass.TestCSEPass) ... ok (0.034s) 2022-12-01T10:34:46.9697333Z test_empty (fx.test_cse_pass.TestCSEPass) ... ok (0.003s) 2022-12-01T10:34:46.9697665Z test_immutable_list_multiple_entries (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-12-01T10:34:46.9698027Z test_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-12-01T10:34:46.9698354Z test_kwarg (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-12-01T10:34:46.9698694Z test_nested_immutable_list_type (fx.test_cse_pass.TestCSEPass) ... ok (0.007s) 2022-12-01T10:34:46.9699018Z test_nochange (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-12-01T10:34:46.9699333Z test_rand_like (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:34:46.9699648Z test_rand_n (fx.test_cse_pass.TestCSEPass) ... ok (0.006s) 2022-12-01T10:34:46.9699947Z test_random (fx.test_cse_pass.TestCSEPass) ... ok (0.130s) 2022-12-01T10:34:46.9700256Z test_simple (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-12-01T10:34:46.9700571Z test_simple_2 (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-12-01T10:34:46.9700961Z test_simple_multiple_same_ops (fx.test_cse_pass.TestCSEPass) ... ok (0.008s) 2022-12-01T10:34:46.9701284Z test_two_args (fx.test_cse_pass.TestCSEPass) ... ok (0.010s) 2022-12-01T10:34:46.9701607Z test_two_args_default (fx.test_cse_pass.TestCSEPass) ... ok (0.009s) 2022-12-01T10:34:46.9702261Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-12-01T10:34:46.9702973Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-12-01T10:34:46.9735676Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:34:46.9737660Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-12-01T10:34:46.9738410Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-12-01T10:34:46.9739261Z test_correctness_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.004s) 2022-12-01T10:34:46.9740499Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.005s) 2022-12-01T10:34:46.9741346Z test_correctness_factory_common_pass__f__device_cpu (fx.test_common_passes.TestCommonPass) ... ok (0.006s) 2022-12-01T10:34:46.9741909Z test_check_inline_non_const (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9742551Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.008s) 2022-12-01T10:34:46.9750302Z test_check_inline_non_const_mult_return (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9751135Z Perform constant folding conversion and check that the non-const module is inlined ... ok (0.008s) 2022-12-01T10:34:46.9751806Z test_check_skip_folding_quant_dequant_pattern (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9752537Z Set up skip_folding_quant_dequant function to skip quant/dequant pattern. ... ok (0.010s) 2022-12-01T10:34:46.9753131Z test_const_fold_basic_one_attr_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9753733Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.008s) 2022-12-01T10:34:46.9754484Z test_const_fold_basic_one_attr_no_name_collision (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9755109Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-12-01T10:34:46.9755685Z test_const_fold_basic_placeholder_reordered (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9756268Z Test code path where placeholder comes after normal op node in FX ... ok (0.004s) 2022-12-01T10:34:46.9756792Z test_const_fold_basic_two_attr (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9757335Z Perform constant folding conversion, from original mod to split constant ... ok (0.006s) 2022-12-01T10:34:46.9757909Z test_const_fold_basic_two_attr_three_input (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9758482Z Perform constant folding conversion, from original mod to split constant ... ok (0.007s) 2022-12-01T10:34:46.9759073Z test_const_fold_has_inlined_call_module_node (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:34:46.9759710Z test_const_fold_module_attr (fx.test_fx_const_fold.TestConstFold) ... ok (0.007s) 2022-12-01T10:34:46.9760316Z test_const_fold_multi_const_folded_attrs (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9760919Z Perform constant folding conversion, from original mod to split constant ... ok (0.010s) 2022-12-01T10:34:46.9761300Z test_const_fold_noop (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9761643Z Check that a graph with no constant folding is handled correctly. ... ok (0.004s) 2022-12-01T10:34:46.9762000Z test_const_fold_submod_hierarchy (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9762362Z Perform constant folding conversion, from original mod to split constant folding ... ok (0.007s) 2022-12-01T10:34:46.9762744Z test_const_fold_tensor_meta (fx.test_fx_const_fold.TestConstFold) ... ok (0.012s) 2022-12-01T10:34:46.9763117Z test_const_fold_unused_placeholder (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:34:46.9763464Z test_dict_output (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:34:46.9763789Z test_fold_module (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9764106Z Perform constant folding with a call_module node. ... ok (0.006s) 2022-12-01T10:34:46.9764429Z test_retain_node_meta (fx.test_fx_const_fold.TestConstFold) 2022-12-01T10:34:46.9764832Z Perform constant folding conversion, and validate that node meta is retained. ... ok (0.007s) 2022-12-01T10:34:46.9765197Z test_three_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.012s) 2022-12-01T10:34:46.9765537Z test_two_outputs (fx.test_fx_const_fold.TestConstFold) ... ok (0.006s) 2022-12-01T10:34:46.9766534Z 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:34:46.9767257Z warnings.warn(msg, FutureWarning) 2022-12-01T10:34:46.9767503Z ok (0.008s) 2022-12-01T10:34:46.9767910Z test_param_ndim_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-12-01T10:34:46.9768387Z test_param_nelement_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-12-01T10:34:46.9768845Z test_param_numel_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-12-01T10:34:46.9769348Z test_param_shape_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-12-01T10:34:46.9769815Z test_param_size_const (fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow) ... ok (0.007s) 2022-12-01T10:34:46.9770182Z test_dead_chain (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9770562Z Tests that a chain of two nodes in the graph are DCE'd correctly. ... graph(): 2022-12-01T10:34:46.9770873Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:34:46.9771189Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:34:46.9771533Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, 7), kwargs = {}) 2022-12-01T10:34:46.9771849Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:34:46.9772180Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:34:46.9772451Z return add_1 2022-12-01T10:34:46.9772661Z ok (0.003s) 2022-12-01T10:34:46.9772911Z test_dead_getattr (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9773429Z Tests that a getatrr in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:34:46.9773730Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:34:46.9774045Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:34:46.9774357Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:34:46.9774669Z %mul : [#users=0] = call_function[target=operator.mul](args = (%add, %attr_1), kwargs = {}) 2022-12-01T10:34:46.9775036Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 11), kwargs = {}) 2022-12-01T10:34:46.9775318Z return add_1 2022-12-01T10:34:46.9775523Z ok (0.003s) 2022-12-01T10:34:46.9775778Z test_dead_placeholder (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9776187Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:34:46.9776489Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:34:46.9776760Z %y : [#users=0] = placeholder[target=y] 2022-12-01T10:34:46.9777072Z %add : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:34:46.9777342Z return add 2022-12-01T10:34:46.9777550Z ok (0.003s) 2022-12-01T10:34:46.9777819Z test_dead_placeholder_with_user (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9778224Z Tests that a placeholder in the graph is not DCE'd, as that would change ... graph(): 2022-12-01T10:34:46.9778543Z %x : [#users=1] = placeholder[target=x] 2022-12-01T10:34:46.9778809Z %y : [#users=1] = placeholder[target=y] 2022-12-01T10:34:46.9779107Z %add : [#users=0] = call_function[target=operator.add](args = (%y, 2), kwargs = {}) 2022-12-01T10:34:46.9779566Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, 7), kwargs = {}) 2022-12-01T10:34:46.9779848Z return add_1 2022-12-01T10:34:46.9780063Z ok (0.003s) 2022-12-01T10:34:46.9780321Z test_keep_module_with_side_effects (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9780754Z Test that DCE doesn't remove a module if it's specified as having side effects. ... graph(): 2022-12-01T10:34:46.9781103Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:34:46.9781405Z %relu : [#users=0] = call_module[target=relu](args = (%a,), kwargs = {}) 2022-12-01T10:34:46.9781745Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:34:46.9782019Z return mul 2022-12-01T10:34:46.9782214Z ok (0.003s) 2022-12-01T10:34:46.9782469Z test_keep_torch_assert (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9782861Z Test that DCE doesn't remove torch._assert since it has side effects. ... graph(): 2022-12-01T10:34:46.9783190Z %a : torch.Tensor [#users=2] = placeholder[target=a] 2022-12-01T10:34:46.9783508Z %equal : [#users=1] = call_function[target=torch.equal](args = (%a, %a), kwargs = {}) 2022-12-01T10:34:46.9783922Z %_assert : [#users=0] = call_function[target=torch._assert](args = (%equal, a must equal a), kwargs = {}) 2022-12-01T10:34:46.9784756Z %mul : [#users=1] = call_function[target=operator.mul](args = (%a, 2), kwargs = {}) 2022-12-01T10:34:46.9785025Z return mul 2022-12-01T10:34:46.9785239Z ok (0.003s) 2022-12-01T10:34:46.9785483Z test_simple (fx.test_dce_pass.TestDCE) 2022-12-01T10:34:46.9785839Z Tests that a single node in the graph is DCE'd correctly. ... graph(): 2022-12-01T10:34:46.9786143Z %x : [#users=2] = placeholder[target=x] 2022-12-01T10:34:46.9786456Z %add : [#users=0] = call_function[target=operator.add](args = (%x, 1), kwargs = {}) 2022-12-01T10:34:46.9786766Z %attr_1 : [#users=1] = get_attr[target=attr_1] 2022-12-01T10:34:46.9787082Z %add_1 : [#users=1] = call_function[target=operator.add](args = (%x, %attr_1), kwargs = {}) 2022-12-01T10:34:46.9787365Z return add_1 2022-12-01T10:34:46.9787578Z ok (0.003s) 2022-12-01T10:34:46.9787818Z test_all_input_nodes (__main__.TestFX) ... ok (0.032s) 2022-12-01T10:34:46.9788124Z test_annotation_with_future (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:34:46.9788958Z 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:34:46.9789691Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:34:46.9789947Z ok (0.093s) 2022-12-01T10:34:46.9790228Z test_annotations_with_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9790575Z test_annotations_with_no_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9790945Z test_annotations_with_non_torch_reference_and_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9791359Z test_annotations_with_non_torch_reference_and_no_internal_forward_references (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9791708Z test_args_kwargs (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9792007Z test_args_kwargs_no_self (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9792282Z test_assert (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9792590Z test_ast_rewriter_reassigns_submodules (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9792922Z test_ast_rewriter_rewrites_assert (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9793242Z test_ast_rewriter_rewrites_assert_with_message (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9793563Z test_ast_rewriter_wrap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9793919Z test_ast_rewriter_wrap_fn_directly (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9794232Z test_ast_rewriter_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9794564Z test_ast_rewriter_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9794925Z test_ast_rewriter_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9795263Z test_autowrap_functions (__main__.TestFX) ... ok (0.360s) 2022-12-01T10:34:46.9795554Z test_concrete_arg_none_assert (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9795864Z test_construct_root_dict (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9796152Z test_copy_it (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9796420Z test_copy_no_remap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9796700Z test_ctx_mgr (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9796985Z test_custom_codegen (__main__.TestFX) ... ok (0.039s) 2022-12-01T10:34:46.9797296Z test_custom_codegen_with_transformer (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9797589Z test_custom_import (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9797892Z test_custom_proxy_dynamic_value (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9798258Z test_custom_proxy_input_dependent_control_flow (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9798573Z test_custom_proxy_type (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9798876Z test_custom_proxy_type_literal (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9799234Z test_custom_traceback_not_raised_when_exception_source_is_submodule (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:34:46.9799618Z test_custom_traceback_raised_when_exception_source_is_graphmodule (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9799978Z test_deepcopy_graph_with_tracer_cls (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9800316Z test_deepcopy_graphmodule_with_transform (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9800648Z test_deepcopy_recursion_depth (__main__.TestFX) ... ok (0.209s) 2022-12-01T10:34:46.9800940Z test_deepcopy_tracer (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9801249Z test_deepcopy_with_submods_params (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9802145Z 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:34:46.9802738Z warnings.warn(msg, FutureWarning) 2022-12-01T10:34:46.9802966Z ok (0.005s) 2022-12-01T10:34:46.9803206Z test_dict (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9803491Z test_direct_param_use (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9803776Z test_disallow_override (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9804063Z test_ellipsis (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9804355Z test_empty_graph_codegen (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9804637Z test_erase_node_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9804934Z test_example_shape_prop (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9805222Z test_find_uses (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9805516Z test_fn_type_annotation_empty (__main__.TestFX) ... ok (0.027s) 2022-12-01T10:34:46.9805810Z test_fn_type_annotations (__main__.TestFX) ... ok (0.047s) 2022-12-01T10:34:46.9806211Z test_fx_and_or (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9806495Z test_fx_create_arg (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9806762Z test_fx_shifts (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9807044Z test_fx_stateless (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9807345Z test_get_torch_func_signature (__main__.TestFX) ... ok (0.421s) 2022-12-01T10:34:46.9807710Z test_getitem (__main__.TestFX) ... skip: Will be checked in test_getitem_subproc (0.000s) 2022-12-01T10:34:46.9808049Z test_getitem_subproc (__main__.TestFX) ... ok (0.057s) 2022-12-01T10:34:46.9808357Z test_graph_edit_with_proxy (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9808651Z test_graph_fns (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9808918Z test_graph_module (__main__.TestFX) ... ok (0.082s) 2022-12-01T10:34:46.9809248Z test_graph_module_init_buffer_param_copied_dict_init (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9809614Z test_graph_module_init_buffer_param_copied_mod_init (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9809944Z test_graph_module_replicate_for_dp (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9810258Z test_graph_unique_names (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9810566Z test_graph_unique_names_manual (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9810870Z test_immutable_dict_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9811186Z test_immutable_list_pytree_ops (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9811488Z test_imul_code_print (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9811797Z test_inf_nan (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9812063Z test_inf_nan_kwds (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9812348Z test_inline_graph (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9812633Z test_insertion_point (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9812910Z test_interpreter (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9813373Z test_interpreter_default_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9813712Z test_interpreter_gc_values (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-12-01T10:34:46.9814055Z test_interpreter_noop_resnet18 (__main__.TestFX) ... skip: no torchvision (0.000s) 2022-12-01T10:34:46.9814401Z test_interpreter_not_enough_args (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9814727Z test_interpreter_onthefly_swap (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9815047Z test_interpreter_partial_eval (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9815358Z test_interpreter_run_node_override (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9815675Z test_interpreter_star_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9815985Z test_interpreter_with_codegen (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9816266Z test_layout (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9816543Z test_leaf_module (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9816830Z test_matmul_tracing (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9817121Z test_module_deepcopy_edit_nodes (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9817419Z test_move_before (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9817710Z test_multi_insert_point (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9818016Z test_multiple_default_args (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9818309Z test_named_tuple_inlined (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9818620Z test_namedtuple_return_qualname (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9818938Z test_namedtuple_return_trace (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9819226Z test_native_callable (__main__.TestFX) ... ok (0.053s) 2022-12-01T10:34:46.9819509Z test_no_mutation (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9819845Z test_node_tagging (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9820228Z test_nonetype_annotation (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9820621Z test_partial_trace (__main__.TestFX) ... 2022-12-01T10:34:46.9820825Z 2022-12-01T10:34:46.9820833Z 2022-12-01T10:34:46.9820972Z def forward(self, x, y_1): 2022-12-01T10:34:46.9821272Z eq = y_1 == True; y_1 = None 2022-12-01T10:34:46.9821984Z _assert = torch._assert(eq, 'y has been specialized to have value True but got another value'); eq = None 2022-12-01T10:34:46.9822412Z mul = 2 * x; x = None 2022-12-01T10:34:46.9822683Z return mul 2022-12-01T10:34:46.9822925Z 2022-12-01T10:34:46.9823931Z /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:34:46.9824686Z f"Was not able to add assertion to guarantee correct input {name} to " 2022-12-01T10:34:46.9825046Z ok (0.007s) 2022-12-01T10:34:46.9825392Z test_pickle_custom_import (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9825780Z test_pickle_graphmodule (__main__.TestFX) ... ok (0.007s) 2022-12-01T10:34:46.9826202Z test_pickle_nonetype_annotation (__main__.TestFX) ... ok (0.008s) 2022-12-01T10:34:46.9826603Z test_pickle_torch_custom_ops (__main__.TestFX) ... ok (0.014s) 2022-12-01T10:34:46.9827419Z 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:34:46.9828210Z warnings.warn("Trying to prepend a node to itself. This behavior has no effect on the graph.") 2022-12-01T10:34:46.9828623Z ok (0.002s) 2022-12-01T10:34:46.9828956Z test_pretty_print (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9829416Z test_pretty_print_graph (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9829818Z test_pretty_print_node (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9830202Z test_pretty_print_targets (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9830619Z test_profiler_ranges_side_effect (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9831011Z test_pytree (__main__.TestFX) ... ok (0.232s) 2022-12-01T10:34:46.9831384Z test_pytree_concrete (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9831800Z test_reassign_args_kwargs_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9832245Z test_regular_and_default_args (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9832611Z test_remove_uses (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9832984Z test_remove_uses_with_custom_filter (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9833381Z test_replace_input (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9833816Z test_replace_uses (__main__.TestFX) ... skip: no torchvision (0.001s) 2022-12-01T10:34:46.9834204Z test_reserved_getattr (__main__.TestFX) 2022-12-01T10:34:46.9834655Z Ensure that we do not name any nodes with a reserved builtin like `getattr` ... ok (0.003s) 2022-12-01T10:34:46.9835122Z test_return_tuple (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9835515Z test_return_type_exists (__main__.TestFX) ... ok (0.025s) 2022-12-01T10:34:46.9835895Z test_script_method_trace (__main__.TestFX) ... ok (0.018s) 2022-12-01T10:34:46.9836294Z test_script_tensor_constant (__main__.TestFX) ... ok (0.029s) 2022-12-01T10:34:46.9836691Z test_sequential (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9837105Z test_shape_prop_aggregate (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9837535Z test_shape_prop_layout (__main__.TestFX) ... ok (0.175s) 2022-12-01T10:34:46.9837959Z test_shape_prop_layout_3d (__main__.TestFX) ... ok (2.682s) 2022-12-01T10:34:46.9838389Z test_single_default_arg (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9838806Z test_snake_case (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9839156Z test_sqrt (__main__.TestFX) ... ok (0.009s) 2022-12-01T10:34:46.9839502Z test_stack_traces (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9839895Z test_stack_traces_with_transformer (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9840303Z test_string_literal_return (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9840687Z test_submodule_manipulation_API (__main__.TestFX) ... ok (0.018s) 2022-12-01T10:34:46.9841171Z test_symbolic_trace_assert (__main__.TestFX) ... ok (0.028s) 2022-12-01T10:34:46.9841569Z test_symbolic_trace_sequential (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9841954Z test_tensor_attribute (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9842340Z test_tensor_attribute_coalseced (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9842735Z test_tensor_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9843118Z test_throw_out_variant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9843482Z test_torch_custom_ops (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9843855Z test_torch_fx_getattr (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9845071Z 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:34:46.9846078Z warnings.warn("The TorchScript type system doesn't support " 2022-12-01T10:34:46.9846449Z ok (0.037s) 2022-12-01T10:34:46.9846771Z test_torch_op_overloads (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9847249Z test_torchbind_class_attribute_in_fx (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9847679Z test_torchbind_class_attribute_in_fx_tensor_arg (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9848146Z test_trace_buffer_slice (__main__.TestFX) ... skip: Hotfix for SEV remediation (0.001s) 2022-12-01T10:34:46.9848570Z test_trace_dict_int_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9848954Z test_trace_dict_proxy_keys (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9849316Z test_trace_fn_constant (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9849683Z test_trace_function (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9850070Z test_trace_multiple_funcs (__main__.TestFX) ... 1.13.0a0+gitc13d400 2022-12-01T10:34:46.9850381Z ok (0.008s) 2022-12-01T10:34:46.9850748Z test_tracing_graphmodules_as_leaf_submodules (__main__.TestFX) ... ok (0.015s) 2022-12-01T10:34:46.9851187Z test_transformer_multi_outputs (__main__.TestFX) ... ok (0.006s) 2022-12-01T10:34:46.9851577Z test_transformer_noop (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9851959Z test_transformer_op_swap (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9853302Z 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:34:46.9854069Z warnings.warn(msg, FutureWarning) 2022-12-01T10:34:46.9854350Z ok (0.006s) 2022-12-01T10:34:46.9854695Z test_typename_print (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9855077Z test_unpack (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9855476Z test_unpack_dict_better_error (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9855896Z test_unpack_list_better_error (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9856345Z test_update_args_api (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9856750Z test_update_args_kwargs_yells_at_you (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9857135Z test_update_kwargs_api (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9857553Z test_user_friendly_call_provenance_with_function (__main__.TestFX) ... ok (0.018s) 2022-12-01T10:34:46.9858006Z test_user_friendly_call_provenance_with_module (__main__.TestFX) ... ok (0.016s) 2022-12-01T10:34:46.9858381Z test_wrap (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9858759Z test_wrap_decorated_function (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9859267Z test_wrap_fn_directly (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9859647Z test_wrap_with_submodule (__main__.TestFX) ... ok (0.005s) 2022-12-01T10:34:46.9860008Z test_wrapped_method (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9860388Z test_wrapped_retrace (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9860778Z test_wrapped_via_decorator (__main__.TestFX) ... ok (0.003s) 2022-12-01T10:34:46.9861204Z test_wrapped_via_decorator_and_transformed (__main__.TestFX) ... ok (0.004s) 2022-12-01T10:34:46.9861624Z test_wrong_target_type (__main__.TestFX) ... ok (0.001s) 2022-12-01T10:34:46.9862005Z test_wrong_topo (__main__.TestFX) ... ok (0.002s) 2022-12-01T10:34:46.9862416Z test_class_member_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:34:46.9862906Z Test backward compatibility for members of classes with ... ok (0.003s) 2022-12-01T10:34:46.9863377Z test_function_back_compat (__main__.TestFXAPIBackwardCompatibility) 2022-12-01T10:34:46.9863867Z Test backward compatibility for function signatures with ... ok (0.009s) 2022-12-01T10:34:46.9864375Z test_public_api_surface (__main__.TestFXAPIBackwardCompatibility) ... ok (0.003s) 2022-12-01T10:34:46.9864947Z test_nn_functional_adaptive_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9865581Z test_nn_functional_adaptive_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9866108Z test_nn_functional_adaptive_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9866608Z test_nn_functional_adaptive_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9867131Z test_nn_functional_adaptive_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9867648Z test_nn_functional_adaptive_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9868159Z test_nn_functional_adaptive_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9868712Z test_nn_functional_adaptive_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9869297Z test_nn_functional_adaptive_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9869814Z test_nn_functional_affine_grid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9870279Z test_nn_functional_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9870767Z test_nn_functional_avg_pool1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9871240Z test_nn_functional_avg_pool2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9871683Z test_nn_functional_avg_pool3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9872139Z test_nn_functional_batch_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9872626Z test_nn_functional_bilinear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9873163Z test_nn_functional_binary_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9873733Z test_nn_functional_binary_cross_entropy_with_logits (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9874273Z test_nn_functional_celu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9874729Z test_nn_functional_celu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9875185Z test_nn_functional_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9875655Z test_nn_functional_conv1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9876105Z test_nn_functional_conv2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9876548Z test_nn_functional_conv3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9876985Z test_nn_functional_conv_tbc (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9877545Z test_nn_functional_conv_transpose1d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9878037Z test_nn_functional_conv_transpose2d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9878523Z test_nn_functional_conv_transpose3d (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9879018Z test_nn_functional_cosine_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9879516Z test_nn_functional_cosine_similarity (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9880001Z test_nn_functional_cross_entropy (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9880472Z test_nn_functional_ctc_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9880924Z test_nn_functional_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9881404Z test_nn_functional_dropout1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9881903Z test_nn_functional_dropout2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9882415Z test_nn_functional_dropout3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9882956Z test_nn_functional_elu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9883462Z test_nn_functional_elu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9883911Z test_nn_functional_embedding (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9884390Z test_nn_functional_embedding_bag (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9884886Z test_nn_functional_feature_alpha_dropout (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9885353Z test_nn_functional_fold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9885983Z test_nn_functional_fractional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9886520Z test_nn_functional_fractional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9887060Z test_nn_functional_fractional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9887582Z test_nn_functional_fractional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9888097Z test_nn_functional_gaussian_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9888582Z test_nn_functional_gelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9889032Z test_nn_functional_glu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9889512Z test_nn_functional_grid_sample (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9890006Z test_nn_functional_group_norm (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9890519Z test_nn_functional_gumbel_softmax (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9891047Z test_nn_functional_hardshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9891577Z test_nn_functional_hardsigmoid (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9892076Z test_nn_functional_hardswish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9892552Z test_nn_functional_hardtanh (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9893163Z test_nn_functional_hardtanh_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9893659Z test_nn_functional_hinge_embedding_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9894147Z test_nn_functional_huber_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9894603Z test_nn_functional_instance_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9895083Z test_nn_functional_interpolate (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9895554Z test_nn_functional_kl_div (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9896127Z test_nn_functional_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9896620Z test_nn_functional_layer_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9897105Z test_nn_functional_leaky_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9897577Z test_nn_functional_leaky_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9898029Z test_nn_functional_linear (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9898534Z test_nn_functional_local_response_norm (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9899051Z test_nn_functional_log_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9899578Z test_nn_functional_logsigmoid (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9900113Z test_nn_functional_lp_pool1d (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9900579Z test_nn_functional_lp_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9901066Z test_nn_functional_margin_ranking_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9901613Z test_nn_functional_max_pool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9902116Z test_nn_functional_max_pool1d_with_indices (__main__.TestFunctionalTracing) ... ok (0.006s) 2022-12-01T10:34:46.9902608Z test_nn_functional_max_pool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9903105Z test_nn_functional_max_pool2d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9903596Z test_nn_functional_max_pool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9904089Z test_nn_functional_max_pool3d_with_indices (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9904580Z test_nn_functional_max_unpool1d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9905060Z test_nn_functional_max_unpool2d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9905546Z test_nn_functional_max_unpool3d (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9906033Z test_nn_functional_mish (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9906479Z test_nn_functional_mse_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9906977Z test_nn_functional_multi_head_attention_forward (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9907508Z test_nn_functional_multi_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9908058Z test_nn_functional_multilabel_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9908616Z test_nn_functional_multilabel_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9909260Z test_nn_functional_native_channel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9909761Z test_nn_functional_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9910212Z test_nn_functional_normalize (__main__.TestFunctionalTracing) ... ok (0.005s) 2022-12-01T10:34:46.9910686Z test_nn_functional_one_hot (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9911150Z test_nn_functional_pad (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9911633Z test_nn_functional_pairwise_distance (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9912098Z test_nn_functional_pdist (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9912574Z test_nn_functional_pixel_shuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9913066Z test_nn_functional_pixel_unshuffle (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9913547Z test_nn_functional_poisson_nll_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9914117Z test_nn_functional_prelu (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9914571Z test_nn_functional_relu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9915041Z test_nn_functional_relu6 (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9915485Z test_nn_functional_relu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9915948Z test_nn_functional_rrelu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9916438Z test_nn_functional_rrelu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9916910Z test_nn_functional_selu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9917429Z test_nn_functional_selu_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9917906Z test_nn_functional_silu (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9918390Z test_nn_functional_smooth_l1_loss (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9918870Z test_nn_functional_soft_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9919359Z test_nn_functional_softmax (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9919886Z test_nn_functional_softmin (__main__.TestFunctionalTracing) ... ok (0.003s) 2022-12-01T10:34:46.9920350Z test_nn_functional_softplus (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9920838Z test_nn_functional_softshrink (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9921322Z test_nn_functional_threshold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9921802Z test_nn_functional_threshold_ (__main__.TestFunctionalTracing) ... ok (0.001s) 2022-12-01T10:34:46.9922283Z test_nn_functional_triplet_margin_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9922808Z test_nn_functional_triplet_margin_with_distance_loss (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9923344Z test_nn_functional_unfold (__main__.TestFunctionalTracing) ... ok (0.002s) 2022-12-01T10:34:46.9924383Z 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:34:46.9925221Z warnings.warn("nn.functional.upsample is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:34:46.9925692Z ok (0.002s) 2022-12-01T10:34:46.9926645Z 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:34:46.9927482Z warnings.warn("nn.functional.upsample_bilinear is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:34:46.9927909Z ok (0.003s) 2022-12-01T10:34:46.9928828Z 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:34:46.9929664Z warnings.warn("nn.functional.upsample_nearest is deprecated. Use nn.functional.interpolate instead.") 2022-12-01T10:34:46.9930079Z ok (0.002s) 2022-12-01T10:34:46.9930765Z 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:34:46.9931730Z 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:34:46.9932730Z 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:34:46.9933842Z 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:34:46.9934761Z 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:34:46.9935669Z 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:34:46.9936569Z 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:34:46.9937448Z 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:34:46.9938352Z 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:34:46.9939474Z 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:34:46.9940124Z test_get_torch_func_signature_exhaustive_abs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9940703Z test_get_torch_func_signature_exhaustive_acos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9941267Z test_get_torch_func_signature_exhaustive_acosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9941840Z test_get_torch_func_signature_exhaustive_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:46.9942412Z test_get_torch_func_signature_exhaustive_addbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:46.9942996Z test_get_torch_func_signature_exhaustive_addcdiv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:46.9943569Z test_get_torch_func_signature_exhaustive_addcmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:34:46.9944147Z test_get_torch_func_signature_exhaustive_addmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9944739Z test_get_torch_func_signature_exhaustive_addmm_decomposed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9945344Z test_get_torch_func_signature_exhaustive_addmv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9945903Z test_get_torch_func_signature_exhaustive_addr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9946510Z test_get_torch_func_signature_exhaustive_all_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9947153Z test_get_torch_func_signature_exhaustive_allclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-12-01T10:34:46.9947808Z test_get_torch_func_signature_exhaustive_amax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9948378Z test_get_torch_func_signature_exhaustive_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9950320Z 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:34:46.9951521Z return self.op(*args, **kwargs) 2022-12-01T10:34:46.9951809Z ok (0.004s) 2022-12-01T10:34:46.9952234Z test_get_torch_func_signature_exhaustive_angle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9952789Z test_get_torch_func_signature_exhaustive_any_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9953357Z test_get_torch_func_signature_exhaustive_arange_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9953927Z test_get_torch_func_signature_exhaustive_argmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9954493Z test_get_torch_func_signature_exhaustive_argmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9955035Z test_get_torch_func_signature_exhaustive_argsort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.033s) 2022-12-01T10:34:46.9955642Z test_get_torch_func_signature_exhaustive_argwhere_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9956637Z 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:34:46.9957645Z 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:34:46.9958263Z test_get_torch_func_signature_exhaustive_asin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9958833Z test_get_torch_func_signature_exhaustive_asinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9959404Z test_get_torch_func_signature_exhaustive_atan2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:46.9959985Z test_get_torch_func_signature_exhaustive_atan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9960540Z test_get_torch_func_signature_exhaustive_atanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9961378Z 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:34:46.9962266Z 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:34:46.9963150Z 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:34:46.9963783Z test_get_torch_func_signature_exhaustive_baddbmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9964674Z 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:34:46.9965681Z 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:34:46.9966578Z 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:34:46.9967209Z test_get_torch_func_signature_exhaustive_bmm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9968016Z 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:34:46.9968915Z 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:34:46.9969894Z 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:34:46.9970564Z test_get_torch_func_signature_exhaustive_broadcast_to_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9971146Z test_get_torch_func_signature_exhaustive_bucketize_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:46.9971971Z 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:34:46.9972951Z 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:34:46.9973816Z test_get_torch_func_signature_exhaustive_cat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9974624Z 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:34:46.9975343Z test_get_torch_func_signature_exhaustive_ceil_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9976162Z 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:34:46.9977031Z 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:34:46.9978273Z 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:34:46.9978985Z L = torch.cholesky(A) 2022-12-01T10:34:46.9979283Z should be replaced with 2022-12-01T10:34:46.9979598Z L = torch.linalg.cholesky(A) 2022-12-01T10:34:46.9979869Z and 2022-12-01T10:34:46.9980157Z U = torch.cholesky(A, upper=True) 2022-12-01T10:34:46.9980491Z should be replaced with 2022-12-01T10:34:46.9980813Z U = torch.linalg.cholesky(A).mH(). 2022-12-01T10:34:46.9981521Z 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:34:46.9982118Z return self.op(*args, **kwargs) 2022-12-01T10:34:46.9982390Z ok (0.006s) 2022-12-01T10:34:46.9982832Z test_get_torch_func_signature_exhaustive_cholesky_inverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9983436Z test_get_torch_func_signature_exhaustive_cholesky_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:46.9984033Z test_get_torch_func_signature_exhaustive_chunk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9984585Z test_get_torch_func_signature_exhaustive_clamp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9985161Z test_get_torch_func_signature_exhaustive_clamp_max_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9985760Z test_get_torch_func_signature_exhaustive_clamp_min_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9986343Z test_get_torch_func_signature_exhaustive_clone_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9986914Z test_get_torch_func_signature_exhaustive_column_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9987504Z test_get_torch_func_signature_exhaustive_combinations_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:46.9988180Z test_get_torch_func_signature_exhaustive_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:46.9988758Z test_get_torch_func_signature_exhaustive_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9989457Z test_get_torch_func_signature_exhaustive_conj_physical_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:46.9990129Z test_get_torch_func_signature_exhaustive_constant_pad_nd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:34:46.9991106Z 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:34:46.9991752Z test_get_torch_func_signature_exhaustive_copysign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:46.9992322Z test_get_torch_func_signature_exhaustive_corrcoef_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:46.9992886Z test_get_torch_func_signature_exhaustive_cos_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9993655Z test_get_torch_func_signature_exhaustive_cosh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9994351Z test_get_torch_func_signature_exhaustive_count_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:46.9995799Z 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:34:46.9996678Z return self.op(*args, **kwargs) 2022-12-01T10:34:46.9997017Z ok (0.021s) 2022-12-01T10:34:46.9997490Z test_get_torch_func_signature_exhaustive_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9998115Z test_get_torch_func_signature_exhaustive_cummax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9998740Z test_get_torch_func_signature_exhaustive_cummin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:46.9999409Z test_get_torch_func_signature_exhaustive_cumprod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0000041Z test_get_torch_func_signature_exhaustive_cumsum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0000739Z test_get_torch_func_signature_exhaustive_cumulative_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0001426Z test_get_torch_func_signature_exhaustive_deg2rad_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0002181Z test_get_torch_func_signature_exhaustive_diag_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0002883Z test_get_torch_func_signature_exhaustive_diag_embed_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0003623Z test_get_torch_func_signature_exhaustive_diagflat_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0004375Z test_get_torch_func_signature_exhaustive_diagonal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0005177Z test_get_torch_func_signature_exhaustive_diagonal_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0005901Z test_get_torch_func_signature_exhaustive_diff_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-12-01T10:34:47.0006615Z test_get_torch_func_signature_exhaustive_digamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0007359Z test_get_torch_func_signature_exhaustive_dist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-12-01T10:34:47.0008070Z test_get_torch_func_signature_exhaustive_div_floor_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0008751Z test_get_torch_func_signature_exhaustive_div_no_rounding_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0009465Z test_get_torch_func_signature_exhaustive_div_trunc_rounding_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0010148Z test_get_torch_func_signature_exhaustive_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0011174Z 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:34:47.0011923Z test_get_torch_func_signature_exhaustive_dsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0012618Z test_get_torch_func_signature_exhaustive_dstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0013969Z 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:34:47.0014504Z test_get_torch_func_signature_exhaustive_empty_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-12-01T10:34:47.0014960Z test_get_torch_func_signature_exhaustive_empty_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0015406Z test_get_torch_func_signature_exhaustive_eq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0015843Z test_get_torch_func_signature_exhaustive_equal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0016283Z test_get_torch_func_signature_exhaustive_erf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0016706Z test_get_torch_func_signature_exhaustive_erfc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0017140Z test_get_torch_func_signature_exhaustive_erfinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0017576Z test_get_torch_func_signature_exhaustive_exp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0017990Z test_get_torch_func_signature_exhaustive_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0018602Z 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:34:47.0019256Z 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:34:47.0019743Z test_get_torch_func_signature_exhaustive_expm1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0020277Z test_get_torch_func_signature_exhaustive_eye_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.002s) 2022-12-01T10:34:47.0020768Z test_get_torch_func_signature_exhaustive_fft_fft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0021208Z test_get_torch_func_signature_exhaustive_fft_fft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0021647Z test_get_torch_func_signature_exhaustive_fft_fftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0022073Z test_get_torch_func_signature_exhaustive_fft_fftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0022516Z test_get_torch_func_signature_exhaustive_fft_hfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0023023Z test_get_torch_func_signature_exhaustive_fft_hfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0023460Z test_get_torch_func_signature_exhaustive_fft_hfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0023888Z test_get_torch_func_signature_exhaustive_fft_ifft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0036209Z test_get_torch_func_signature_exhaustive_fft_ifft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0036684Z test_get_torch_func_signature_exhaustive_fft_ifftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0037130Z test_get_torch_func_signature_exhaustive_fft_ifftshift_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0037590Z test_get_torch_func_signature_exhaustive_fft_ihfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0038043Z test_get_torch_func_signature_exhaustive_fft_ihfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0038489Z test_get_torch_func_signature_exhaustive_fft_ihfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0039004Z test_get_torch_func_signature_exhaustive_fft_irfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0039453Z test_get_torch_func_signature_exhaustive_fft_irfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0039893Z test_get_torch_func_signature_exhaustive_fft_irfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0040335Z test_get_torch_func_signature_exhaustive_fft_rfft2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0040763Z test_get_torch_func_signature_exhaustive_fft_rfft_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0041209Z test_get_torch_func_signature_exhaustive_fft_rfftn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0041844Z 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:34:47.0042331Z test_get_torch_func_signature_exhaustive_flatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0042757Z test_get_torch_func_signature_exhaustive_flip_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0043198Z test_get_torch_func_signature_exhaustive_fliplr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0043638Z test_get_torch_func_signature_exhaustive_flipud_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0044242Z 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:34:47.0044726Z test_get_torch_func_signature_exhaustive_float_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0045176Z test_get_torch_func_signature_exhaustive_floor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0045626Z test_get_torch_func_signature_exhaustive_floor_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0046068Z test_get_torch_func_signature_exhaustive_fmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0046491Z test_get_torch_func_signature_exhaustive_fmin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0046923Z test_get_torch_func_signature_exhaustive_fmod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0047357Z test_get_torch_func_signature_exhaustive_frac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0047840Z test_get_torch_func_signature_exhaustive_frexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0048265Z test_get_torch_func_signature_exhaustive_full_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0048703Z test_get_torch_func_signature_exhaustive_gather_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0049139Z test_get_torch_func_signature_exhaustive_ge_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0049571Z test_get_torch_func_signature_exhaustive_geqrf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.027s) 2022-12-01T10:34:47.0050003Z test_get_torch_func_signature_exhaustive_gradient_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:34:47.0050438Z test_get_torch_func_signature_exhaustive_gt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0051035Z 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:34:47.0051551Z test_get_torch_func_signature_exhaustive_heaviside_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0051980Z test_get_torch_func_signature_exhaustive_histc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.031s) 2022-12-01T10:34:47.0052418Z test_get_torch_func_signature_exhaustive_histogram_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.087s) 2022-12-01T10:34:47.0052867Z test_get_torch_func_signature_exhaustive_histogramdd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.111s) 2022-12-01T10:34:47.0053525Z test_get_torch_func_signature_exhaustive_hsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0053968Z test_get_torch_func_signature_exhaustive_hstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0054409Z test_get_torch_func_signature_exhaustive_hypot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0054844Z test_get_torch_func_signature_exhaustive_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0055265Z test_get_torch_func_signature_exhaustive_igamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:34:47.0055708Z test_get_torch_func_signature_exhaustive_igammac_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0056152Z test_get_torch_func_signature_exhaustive_index_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0056600Z test_get_torch_func_signature_exhaustive_index_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0057029Z test_get_torch_func_signature_exhaustive_index_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0057473Z test_get_torch_func_signature_exhaustive_index_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0058436Z 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:34:47.0059044Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0059264Z ok (0.021s) 2022-12-01T10:34:47.0059600Z test_get_torch_func_signature_exhaustive_index_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0060048Z test_get_torch_func_signature_exhaustive_inner_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0060714Z 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:34:47.0061191Z test_get_torch_func_signature_exhaustive_isclose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:47.0061638Z test_get_torch_func_signature_exhaustive_isfinite_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0062081Z test_get_torch_func_signature_exhaustive_isin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0062517Z test_get_torch_func_signature_exhaustive_isinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0062939Z test_get_torch_func_signature_exhaustive_isnan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0063380Z test_get_torch_func_signature_exhaustive_isneginf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0063824Z test_get_torch_func_signature_exhaustive_isposinf_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0064309Z test_get_torch_func_signature_exhaustive_isreal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0065323Z 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:34:47.0065973Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0066206Z ok (0.013s) 2022-12-01T10:34:47.0066581Z test_get_torch_func_signature_exhaustive_jiterator_2inputs_2outputs_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:34:47.0067093Z 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:34:47.0067606Z test_get_torch_func_signature_exhaustive_jiterator_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:34:47.0068118Z 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:34:47.0068629Z test_get_torch_func_signature_exhaustive_jiterator_unary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:34:47.0069079Z test_get_torch_func_signature_exhaustive_kron_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0069595Z test_get_torch_func_signature_exhaustive_kthvalue_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0070044Z test_get_torch_func_signature_exhaustive_ldexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0070480Z test_get_torch_func_signature_exhaustive_le_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0070902Z test_get_torch_func_signature_exhaustive_lerp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0071346Z test_get_torch_func_signature_exhaustive_lgamma_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0071800Z test_get_torch_func_signature_exhaustive_linalg_cholesky_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0072261Z test_get_torch_func_signature_exhaustive_linalg_cholesky_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0072700Z test_get_torch_func_signature_exhaustive_linalg_cond_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0073202Z test_get_torch_func_signature_exhaustive_linalg_cross_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0073653Z test_get_torch_func_signature_exhaustive_linalg_det_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0074110Z test_get_torch_func_signature_exhaustive_linalg_det_singular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.050s) 2022-12-01T10:34:47.0074551Z test_get_torch_func_signature_exhaustive_linalg_eig_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0075000Z test_get_torch_func_signature_exhaustive_linalg_eigh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-12-01T10:34:47.0075454Z test_get_torch_func_signature_exhaustive_linalg_eigvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.026s) 2022-12-01T10:34:47.0075910Z test_get_torch_func_signature_exhaustive_linalg_eigvalsh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0076367Z test_get_torch_func_signature_exhaustive_linalg_householder_product_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0076858Z test_get_torch_func_signature_exhaustive_linalg_inv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0077305Z test_get_torch_func_signature_exhaustive_linalg_inv_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0077762Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0078210Z test_get_torch_func_signature_exhaustive_linalg_ldl_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0078669Z test_get_torch_func_signature_exhaustive_linalg_ldl_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0079117Z test_get_torch_func_signature_exhaustive_linalg_lstsq_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.047s) 2022-12-01T10:34:47.0079763Z 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:34:47.0080259Z test_get_torch_func_signature_exhaustive_linalg_lu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:34:47.0080707Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-12-01T10:34:47.0081166Z test_get_torch_func_signature_exhaustive_linalg_lu_factor_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0081623Z test_get_torch_func_signature_exhaustive_linalg_lu_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.041s) 2022-12-01T10:34:47.0082069Z test_get_torch_func_signature_exhaustive_linalg_matrix_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.027s) 2022-12-01T10:34:47.0082531Z test_get_torch_func_signature_exhaustive_linalg_matrix_power_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:47.0082992Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.065s) 2022-12-01T10:34:47.0083465Z test_get_torch_func_signature_exhaustive_linalg_matrix_rank_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0083918Z test_get_torch_func_signature_exhaustive_linalg_multi_dot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0084369Z test_get_torch_func_signature_exhaustive_linalg_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.029s) 2022-12-01T10:34:47.0084839Z test_get_torch_func_signature_exhaustive_linalg_norm_subgradients_at_zero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0085338Z test_get_torch_func_signature_exhaustive_linalg_pinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:34:47.0085782Z test_get_torch_func_signature_exhaustive_linalg_pinv_hermitian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0086311Z 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:34:47.0086827Z test_get_torch_func_signature_exhaustive_linalg_qr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.027s) 2022-12-01T10:34:47.0087278Z test_get_torch_func_signature_exhaustive_linalg_slogdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0087716Z test_get_torch_func_signature_exhaustive_linalg_solve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.020s) 2022-12-01T10:34:47.0088168Z test_get_torch_func_signature_exhaustive_linalg_solve_ex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-12-01T10:34:47.0088630Z test_get_torch_func_signature_exhaustive_linalg_solve_triangular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.090s) 2022-12-01T10:34:47.0089112Z test_get_torch_func_signature_exhaustive_linalg_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.150s) 2022-12-01T10:34:47.0089550Z test_get_torch_func_signature_exhaustive_linalg_svdvals_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:34:47.0090005Z test_get_torch_func_signature_exhaustive_linalg_tensorinv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0090459Z test_get_torch_func_signature_exhaustive_linalg_tensorsolve_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0090916Z test_get_torch_func_signature_exhaustive_linalg_vander_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0091358Z test_get_torch_func_signature_exhaustive_linalg_vecdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.022s) 2022-12-01T10:34:47.0091815Z test_get_torch_func_signature_exhaustive_linalg_vector_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-12-01T10:34:47.0092263Z test_get_torch_func_signature_exhaustive_linspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0092708Z test_get_torch_func_signature_exhaustive_log10_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0093265Z test_get_torch_func_signature_exhaustive_log1p_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.019s) 2022-12-01T10:34:47.0093704Z test_get_torch_func_signature_exhaustive_log2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0094140Z test_get_torch_func_signature_exhaustive_log_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0094568Z test_get_torch_func_signature_exhaustive_log_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0095028Z test_get_torch_func_signature_exhaustive_log_softmax_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0095486Z test_get_torch_func_signature_exhaustive_logaddexp2_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0095932Z test_get_torch_func_signature_exhaustive_logaddexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0096370Z test_get_torch_func_signature_exhaustive_logcumsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0096815Z test_get_torch_func_signature_exhaustive_logdet_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:34:47.0097262Z test_get_torch_func_signature_exhaustive_logical_and_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0097749Z test_get_torch_func_signature_exhaustive_logical_not_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0098184Z test_get_torch_func_signature_exhaustive_logical_or_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0098629Z test_get_torch_func_signature_exhaustive_logical_xor_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0099066Z test_get_torch_func_signature_exhaustive_logit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0099512Z test_get_torch_func_signature_exhaustive_logspace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.018s) 2022-12-01T10:34:47.0099945Z test_get_torch_func_signature_exhaustive_logsumexp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0100561Z 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:34:47.0101038Z test_get_torch_func_signature_exhaustive_lt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0101663Z 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:34:47.0102531Z 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:34:47.0103108Z Note that torch.linalg.lu_solve has its arguments reversed. 2022-12-01T10:34:47.0103395Z X = torch.lu_solve(B, LU, pivots) 2022-12-01T10:34:47.0103644Z should be replaced with 2022-12-01T10:34:47.0104018Z 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:34:47.0104399Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0104630Z ok (0.029s) 2022-12-01T10:34:47.0104955Z test_get_torch_func_signature_exhaustive_lu_unpack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:34:47.0105562Z 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:34:47.0106195Z 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:34:47.0106833Z 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:34:47.0107484Z 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:34:47.0108119Z 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:34:47.0108780Z 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:34:47.0109515Z 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:34:47.0110192Z 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:34:47.0110747Z test_get_torch_func_signature_exhaustive_masked_fill_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0111403Z 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:34:47.0112078Z 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:34:47.0112747Z 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:34:47.0113389Z 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:34:47.0114049Z 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:34:47.0114763Z 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:34:47.0115513Z 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:34:47.0116177Z 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:34:47.0116657Z test_get_torch_func_signature_exhaustive_masked_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0117114Z test_get_torch_func_signature_exhaustive_masked_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0117731Z 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:34:47.0118394Z 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:34:47.0119034Z 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:34:47.0119677Z 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:34:47.0120318Z 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:34:47.0120808Z test_get_torch_func_signature_exhaustive_matmul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0121240Z test_get_torch_func_signature_exhaustive_matrix_exp_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0121690Z test_get_torch_func_signature_exhaustive_max_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0122149Z test_get_torch_func_signature_exhaustive_max_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0122620Z test_get_torch_func_signature_exhaustive_max_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0123063Z test_get_torch_func_signature_exhaustive_maximum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0123559Z test_get_torch_func_signature_exhaustive_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0123997Z test_get_torch_func_signature_exhaustive_median_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0124670Z 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:34:47.0125192Z test_get_torch_func_signature_exhaustive_meshgrid_variadic_tensors_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:34:47.0125782Z test_get_torch_func_signature_exhaustive_min_binary_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0126309Z test_get_torch_func_signature_exhaustive_min_reduction_no_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0126777Z test_get_torch_func_signature_exhaustive_min_reduction_with_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0127219Z test_get_torch_func_signature_exhaustive_minimum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0127652Z test_get_torch_func_signature_exhaustive_mm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0128087Z test_get_torch_func_signature_exhaustive_mode_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0128563Z test_get_torch_func_signature_exhaustive_movedim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0128990Z test_get_torch_func_signature_exhaustive_msort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.024s) 2022-12-01T10:34:47.0129427Z test_get_torch_func_signature_exhaustive_mul_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.036s) 2022-12-01T10:34:47.0130041Z 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:34:47.0130526Z test_get_torch_func_signature_exhaustive_mv_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0130964Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0131435Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0131904Z test_get_torch_func_signature_exhaustive_mvlgamma_mvlgamma_p_5_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0132356Z test_get_torch_func_signature_exhaustive_nan_to_num_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0132786Z test_get_torch_func_signature_exhaustive_nanmean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0133331Z test_get_torch_func_signature_exhaustive_nanmedian_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0133776Z test_get_torch_func_signature_exhaustive_nanquantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.040s) 2022-12-01T10:34:47.0134220Z test_get_torch_func_signature_exhaustive_nansum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0134651Z test_get_torch_func_signature_exhaustive_narrow_copy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0135094Z test_get_torch_func_signature_exhaustive_narrow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0135543Z test_get_torch_func_signature_exhaustive_native_batch_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-12-01T10:34:47.0135999Z test_get_torch_func_signature_exhaustive_native_layer_norm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0136427Z test_get_torch_func_signature_exhaustive_ne_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0136860Z test_get_torch_func_signature_exhaustive_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0137534Z 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:34:47.0138204Z 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:34:47.0138847Z 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:34:47.0139489Z 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:34:47.0140137Z 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:34:47.0140635Z test_get_torch_func_signature_exhaustive_nextafter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0141315Z 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:34:47.0141864Z test_get_torch_func_signature_exhaustive_nn_functional_adaptive_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0142537Z 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:34:47.0143247Z 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:34:47.0143950Z 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:34:47.0144642Z 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:34:47.0145338Z 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:34:47.0145862Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0146337Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0146790Z test_get_torch_func_signature_exhaustive_nn_functional_avg_pool3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0147432Z 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:34:47.0147952Z test_get_torch_func_signature_exhaustive_nn_functional_bilinear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.028s) 2022-12-01T10:34:47.0148608Z 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:34:47.0149414Z 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:34:47.0150100Z 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:34:47.0150651Z test_get_torch_func_signature_exhaustive_nn_functional_conv1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:34:47.0151691Z 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:34:47.0152335Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0152553Z ok (0.035s) 2022-12-01T10:34:47.0152909Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose1d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0153396Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose2d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:34:47.0153884Z test_get_torch_func_signature_exhaustive_nn_functional_conv_transpose3d_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:34:47.0154559Z 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:34:47.0155100Z test_get_torch_func_signature_exhaustive_nn_functional_cosine_similarity_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0155756Z 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:34:47.0156443Z 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:34:47.0157190Z 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:34:47.0157862Z 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:34:47.0158540Z 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:34:47.0159209Z 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:34:47.0159887Z 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:34:47.0160577Z 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:34:47.0161284Z 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:34:47.0162029Z 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:34:47.0162753Z 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:34:47.0163467Z 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:34:47.0164201Z 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:34:47.0164719Z test_get_torch_func_signature_exhaustive_nn_functional_gelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0165347Z 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:34:47.0166027Z 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:34:47.0166710Z 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:34:47.0167217Z test_get_torch_func_signature_exhaustive_nn_functional_hardshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0167897Z 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:34:47.0168584Z 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:34:47.0169264Z 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:34:47.0169946Z 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:34:47.0170640Z test_get_torch_func_signature_exhaustive_nn_functional_huber_loss_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: This path doesn't work on Python functions (0.004s) 2022-12-01T10:34:47.0171327Z 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:34:47.0172018Z 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:34:47.0172718Z 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:34:47.0173520Z 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:34:47.0174230Z 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:34:47.0174943Z 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:34:47.0175654Z 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:34:47.0176345Z 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:34:47.0177007Z 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:34:47.0177736Z 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:34:47.0178418Z 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:34:47.0178932Z test_get_torch_func_signature_exhaustive_nn_functional_linear_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0179586Z 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:34:47.0180094Z test_get_torch_func_signature_exhaustive_nn_functional_logsigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0180752Z 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:34:47.0181484Z 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:34:47.0182162Z 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:34:47.0182821Z 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:34:47.0183502Z 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:34:47.0184200Z 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:34:47.0184897Z 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:34:47.0185587Z 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:34:47.0186265Z 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:34:47.0186957Z 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:34:47.0187639Z 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:34:47.0188318Z 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:34:47.0189005Z 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:34:47.0189777Z 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:34:47.0190506Z 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:34:47.0191242Z 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:34:47.0191919Z 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:34:47.0192433Z test_get_torch_func_signature_exhaustive_nn_functional_pad_circular_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0192916Z test_get_torch_func_signature_exhaustive_nn_functional_pad_constant_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.015s) 2022-12-01T10:34:47.0193401Z test_get_torch_func_signature_exhaustive_nn_functional_pad_reflect_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0193885Z test_get_torch_func_signature_exhaustive_nn_functional_pad_replicate_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0194386Z test_get_torch_func_signature_exhaustive_nn_functional_pairwise_distance_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0194866Z test_get_torch_func_signature_exhaustive_nn_functional_pdist_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0195338Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_shuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0195815Z test_get_torch_func_signature_exhaustive_nn_functional_pixel_unshuffle_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0196460Z 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:34:47.0196978Z test_get_torch_func_signature_exhaustive_nn_functional_prelu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0197610Z 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:34:47.0198285Z 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:34:47.0198954Z 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:34:47.0199609Z 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:34:47.0200276Z 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:34:47.0200956Z 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:34:47.0201647Z 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:34:47.0202329Z 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:34:47.0203008Z 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:34:47.0203564Z test_get_torch_func_signature_exhaustive_nn_functional_softplus_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0204037Z test_get_torch_func_signature_exhaustive_nn_functional_softshrink_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0204676Z 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:34:47.0205341Z 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:34:47.0206022Z 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:34:47.0206714Z 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:34:47.0207477Z 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:34:47.0208177Z 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:34:47.0208855Z 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:34:47.0209559Z 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:34:47.0210083Z test_get_torch_func_signature_exhaustive_nonzero_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... expected failure (0.001s) 2022-12-01T10:34:47.0210690Z 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:34:47.0211319Z 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:34:47.0211957Z 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:34:47.0212594Z 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:34:47.0213348Z 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:34:47.0214011Z 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:34:47.0214490Z test_get_torch_func_signature_exhaustive_ones_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0214932Z test_get_torch_func_signature_exhaustive_ones_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0215374Z test_get_torch_func_signature_exhaustive_ormqr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.090s) 2022-12-01T10:34:47.0215813Z test_get_torch_func_signature_exhaustive_outer_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0216406Z 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:34:47.0216941Z test_get_torch_func_signature_exhaustive_permute_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0217389Z test_get_torch_func_signature_exhaustive_pinverse_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0217814Z test_get_torch_func_signature_exhaustive_polar_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0218440Z 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:34:47.0219127Z 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:34:47.0219810Z 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:34:47.0220496Z 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:34:47.0221203Z 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:34:47.0221703Z test_get_torch_func_signature_exhaustive_positive_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0222143Z test_get_torch_func_signature_exhaustive_pow_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0222577Z test_get_torch_func_signature_exhaustive_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.012s) 2022-12-01T10:34:47.0222999Z test_get_torch_func_signature_exhaustive_put_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0223845Z 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:34:47.0224534Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-12-01T10:34:47.0224833Z Q, R = torch.qr(A, some) 2022-12-01T10:34:47.0225062Z should be replaced with 2022-12-01T10:34:47.0225582Z 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:34:47.0225978Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0226198Z ok (0.026s) 2022-12-01T10:34:47.0226537Z test_get_torch_func_signature_exhaustive_quantile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.035s) 2022-12-01T10:34:47.0226988Z test_get_torch_func_signature_exhaustive_rad2deg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0227602Z 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:34:47.0228244Z 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:34:47.0228888Z 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:34:47.0229599Z 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:34:47.0230090Z test_get_torch_func_signature_exhaustive_ravel_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0230555Z test_get_torch_func_signature_exhaustive_real_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0231001Z test_get_torch_func_signature_exhaustive_reciprocal_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0231454Z test_get_torch_func_signature_exhaustive_remainder_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.009s) 2022-12-01T10:34:47.0231896Z test_get_torch_func_signature_exhaustive_renorm_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0232485Z 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:34:47.0232988Z test_get_torch_func_signature_exhaustive_repeat_interleave_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0233607Z 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:34:47.0234096Z test_get_torch_func_signature_exhaustive_reshape_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0234714Z 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:34:47.0235369Z 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:34:47.0235859Z test_get_torch_func_signature_exhaustive_resolve_conj_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0236307Z test_get_torch_func_signature_exhaustive_resolve_neg_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0236734Z test_get_torch_func_signature_exhaustive_roll_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0237169Z test_get_torch_func_signature_exhaustive_rot90_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:34:47.0237602Z test_get_torch_func_signature_exhaustive_round_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0238048Z test_get_torch_func_signature_exhaustive_round_decimals_0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0238495Z test_get_torch_func_signature_exhaustive_round_decimals_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0238954Z test_get_torch_func_signature_exhaustive_round_decimals_neg_3_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0239402Z test_get_torch_func_signature_exhaustive_rsqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0239833Z test_get_torch_func_signature_exhaustive_rsub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0240260Z test_get_torch_func_signature_exhaustive_scatter_add_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0240712Z test_get_torch_func_signature_exhaustive_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.010s) 2022-12-01T10:34:47.0241675Z 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:34:47.0242283Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0242501Z ok (0.014s) 2022-12-01T10:34:47.0242847Z test_get_torch_func_signature_exhaustive_scatter_reduce_amin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:34:47.0243347Z test_get_torch_func_signature_exhaustive_scatter_reduce_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.016s) 2022-12-01T10:34:47.0243811Z test_get_torch_func_signature_exhaustive_scatter_reduce_prod_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:47.0244262Z test_get_torch_func_signature_exhaustive_scatter_reduce_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.014s) 2022-12-01T10:34:47.0245538Z 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:34:47.0246334Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0247339Z /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:34:47.0248009Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0248239Z ok (0.051s) 2022-12-01T10:34:47.0248578Z test_get_torch_func_signature_exhaustive_segment_reduce_lengths_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.037s) 2022-12-01T10:34:47.0249050Z test_get_torch_func_signature_exhaustive_segment_reduce_offsets_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.039s) 2022-12-01T10:34:47.0249509Z test_get_torch_func_signature_exhaustive_select_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0249957Z test_get_torch_func_signature_exhaustive_select_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0250391Z test_get_torch_func_signature_exhaustive_sgn_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0250991Z 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:34:47.0251478Z test_get_torch_func_signature_exhaustive_sigmoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0251921Z test_get_torch_func_signature_exhaustive_sign_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0252343Z test_get_torch_func_signature_exhaustive_signbit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0252779Z test_get_torch_func_signature_exhaustive_sin_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0253308Z test_get_torch_func_signature_exhaustive_sinc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0253728Z test_get_torch_func_signature_exhaustive_sinh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0254330Z 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:34:47.0254822Z test_get_torch_func_signature_exhaustive_slice_scatter_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.017s) 2022-12-01T10:34:47.0255270Z test_get_torch_func_signature_exhaustive_softmax_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0255704Z test_get_torch_func_signature_exhaustive_softmax_with_dtype_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0256215Z test_get_torch_func_signature_exhaustive_sort_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.040s) 2022-12-01T10:34:47.0257375Z 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:34:47.0258125Z torch.eye(m, n, device=device, dtype=dtype) 2022-12-01T10:34:47.0258371Z ok (0.030s) 2022-12-01T10:34:47.0258701Z test_get_torch_func_signature_exhaustive_special_airy_ai_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.021s) 2022-12-01T10:34:47.0259166Z test_get_torch_func_signature_exhaustive_special_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0259664Z test_get_torch_func_signature_exhaustive_special_bessel_j1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0260124Z test_get_torch_func_signature_exhaustive_special_bessel_y0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0260567Z test_get_torch_func_signature_exhaustive_special_bessel_y1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0261043Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0261533Z test_get_torch_func_signature_exhaustive_special_chebyshev_polynomial_u_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0262218Z 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:34:47.0262954Z 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:34:47.0263480Z test_get_torch_func_signature_exhaustive_special_entr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0263935Z test_get_torch_func_signature_exhaustive_special_erfcx_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0264407Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_h_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0264880Z test_get_torch_func_signature_exhaustive_special_hermite_polynomial_he_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0265349Z test_get_torch_func_signature_exhaustive_special_i0e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0265562Z test_get_torch_func_signature_exhaustive_special_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0265779Z test_get_torch_func_signature_exhaustive_special_i1e_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0266014Z test_get_torch_func_signature_exhaustive_special_laguerre_polynomial_l_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0266447Z 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:34:47.0266672Z test_get_torch_func_signature_exhaustive_special_log_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0266933Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0267152Z test_get_torch_func_signature_exhaustive_special_modified_bessel_i1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0267383Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0267610Z test_get_torch_func_signature_exhaustive_special_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0267829Z test_get_torch_func_signature_exhaustive_special_ndtr_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0268047Z test_get_torch_func_signature_exhaustive_special_ndtri_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0268473Z 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:34:47.0268712Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0268981Z test_get_torch_func_signature_exhaustive_special_scaled_modified_bessel_k1_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0269489Z 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:34:47.0269940Z 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:34:47.0270386Z 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:34:47.0270831Z 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:34:47.0271067Z test_get_torch_func_signature_exhaustive_special_spherical_bessel_j0_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0271275Z test_get_torch_func_signature_exhaustive_special_xlog1py_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0271495Z test_get_torch_func_signature_exhaustive_special_zeta_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0271868Z 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:34:47.0272252Z 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:34:47.0272477Z test_get_torch_func_signature_exhaustive_split_with_sizes_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0272687Z test_get_torch_func_signature_exhaustive_sqrt_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0272900Z test_get_torch_func_signature_exhaustive_square_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0273114Z test_get_torch_func_signature_exhaustive_squeeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0273322Z test_get_torch_func_signature_exhaustive_stack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0273532Z test_get_torch_func_signature_exhaustive_std_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0273760Z test_get_torch_func_signature_exhaustive_std_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0274133Z 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:34:47.0274342Z test_get_torch_func_signature_exhaustive_sub_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.011s) 2022-12-01T10:34:47.0274546Z test_get_torch_func_signature_exhaustive_sum_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0274924Z 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:34:47.0275129Z test_get_torch_func_signature_exhaustive_svd_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.147s) 2022-12-01T10:34:47.0275505Z 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:34:47.0276142Z 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:34:47.0276382Z 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:34:47.0276501Z L, _ = torch.symeig(A, upper=upper) 2022-12-01T10:34:47.0276591Z should be replaced with 2022-12-01T10:34:47.0276789Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-12-01T10:34:47.0276873Z and 2022-12-01T10:34:47.0277003Z L, V = torch.symeig(A, eigenvectors=True) 2022-12-01T10:34:47.0277108Z should be replaced with 2022-12-01T10:34:47.0277482Z 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:34:47.0277594Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0277672Z ok (0.008s) 2022-12-01T10:34:47.0277881Z test_get_torch_func_signature_exhaustive_t_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0278100Z test_get_torch_func_signature_exhaustive_take_along_dim_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0278310Z test_get_torch_func_signature_exhaustive_take_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0278517Z test_get_torch_func_signature_exhaustive_tan_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0278725Z test_get_torch_func_signature_exhaustive_tanh_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0278945Z test_get_torch_func_signature_exhaustive_tensor_split_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0279177Z test_get_torch_func_signature_exhaustive_tensordot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... skip: Skipped! (0.001s) 2022-12-01T10:34:47.0279384Z test_get_torch_func_signature_exhaustive_tile_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.013s) 2022-12-01T10:34:47.0279748Z 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:34:47.0280110Z 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:34:47.0280317Z test_get_torch_func_signature_exhaustive_topk_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0280560Z test_get_torch_func_signature_exhaustive_trace_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0280775Z test_get_torch_func_signature_exhaustive_transpose_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0280988Z test_get_torch_func_signature_exhaustive_trapezoid_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0281195Z test_get_torch_func_signature_exhaustive_trapz_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0281849Z 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:34:47.0282054Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-12-01T10:34:47.0282182Z X = torch.triangular_solve(B, A).solution 2022-12-01T10:34:47.0282285Z should be replaced with 2022-12-01T10:34:47.0282553Z X = torch.linalg.solve_triangular(A, B). (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/BatchLinearAlgebra.cpp:2121.) 2022-12-01T10:34:47.0282667Z return self.op(*args, **kwargs) 2022-12-01T10:34:47.0282757Z ok (0.013s) 2022-12-01T10:34:47.0282966Z test_get_torch_func_signature_exhaustive_tril_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0283174Z test_get_torch_func_signature_exhaustive_triu_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0283391Z test_get_torch_func_signature_exhaustive_true_divide_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.008s) 2022-12-01T10:34:47.0283601Z test_get_torch_func_signature_exhaustive_trunc_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0283815Z test_get_torch_func_signature_exhaustive_unbind_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0284015Z test_get_torch_func_signature_exhaustive_unflatten_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.004s) 2022-12-01T10:34:47.0284389Z 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:34:47.0284760Z 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:34:47.0285154Z 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:34:47.0285523Z 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:34:47.0285741Z test_get_torch_func_signature_exhaustive_unsqueeze_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0285951Z test_get_torch_func_signature_exhaustive_var_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0286163Z test_get_torch_func_signature_exhaustive_var_mean_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.005s) 2022-12-01T10:34:47.0286373Z test_get_torch_func_signature_exhaustive_vdot_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.007s) 2022-12-01T10:34:47.0286590Z test_get_torch_func_signature_exhaustive_view_as_complex_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0286962Z 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:34:47.0287313Z 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:34:47.0287555Z test_get_torch_func_signature_exhaustive_vsplit_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0287765Z test_get_torch_func_signature_exhaustive_vstack_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0288134Z 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:34:47.0288344Z test_get_torch_func_signature_exhaustive_xlogy_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.006s) 2022-12-01T10:34:47.0288710Z 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:34:47.0288918Z test_get_torch_func_signature_exhaustive_zeros_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.002s) 2022-12-01T10:34:47.0289134Z test_get_torch_func_signature_exhaustive_zeros_like_cpu_float32 (__main__.TestOperatorSignaturesCPU) ... ok (0.003s) 2022-12-01T10:34:47.0289288Z test_pass_manager (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0289485Z Tests that the pass manager runs the passes correctly. ... ok (0.005s) 2022-12-01T10:34:47.0289641Z test_pass_manager_bad_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0289827Z Checks that we error if we pass in a check function with the wrong parameters ... ok (0.001s) 2022-12-01T10:34:47.0289987Z test_pass_manager_checks (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0290142Z Tests that users can add in check functions correctly ... ok (0.003s) 2022-12-01T10:34:47.0290300Z test_pass_manager_error (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0290424Z Tests error catching + debug ... ok (0.004s) 2022-12-01T10:34:47.0290597Z test_this_before_that_pass_constraint (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0290725Z Tests the construction of constraints ... ok (0.001s) 2022-12-01T10:34:47.0290880Z test_topological_sort (fx.test_pass_infra.TestPassManager) 2022-12-01T10:34:47.0291048Z Tests that passes are correctly ordered based on contraints. ... ok (0.003s) 2022-12-01T10:34:47.0291263Z test_subgraph_rewriter_annotations_int (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.004s) 2022-12-01T10:34:47.0291470Z test_subgraph_rewriter_call_method (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0291696Z test_subgraph_rewriter_correct_output_replacement (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0291912Z test_subgraph_rewriter_graph_argument_order (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0292167Z test_subgraph_rewriter_internal_pattern_nodes_cannot_have_users_that_are_not_matched (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0292376Z test_subgraph_rewriter_local_revert (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-12-01T10:34:47.0292579Z test_subgraph_rewriter_multiple_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.011s) 2022-12-01T10:34:47.0292791Z test_subgraph_rewriter_nodes_with_kwargs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0293101Z test_subgraph_rewriter_pattern_is_entire_graph (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0293360Z 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:34:47.0293568Z test_subgraph_rewriter_placeholder_matching (fx.test_subgraph_rewriter.TestSubgraphRewriter) 2022-12-01T10:34:47.0293741Z This tests that a placeholder Node can be matched to a Node with ... ok (0.009s) 2022-12-01T10:34:47.0293998Z test_subgraph_rewriter_preserves_logic (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0294228Z test_subgraph_rewriter_replace_consecutive_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0294460Z test_subgraph_rewriter_replace_with_duplicated_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0294682Z test_subgraph_rewriter_replace_with_multiple_outputs (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0294897Z test_subgraph_rewriter_replaces_referenced_submodules (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0295113Z test_subgraph_rewriter_single_pattern_match (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0295328Z test_subgraph_rewriter_traced_as_callable (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.012s) 2022-12-01T10:34:47.0295546Z test_subgraph_rewriter_with_oneliner_pattern (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0295766Z test_subgraph_rewriter_with_overlapping_matches (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.009s) 2022-12-01T10:34:47.0296008Z test_subgraph_rewriter_with_unused_args (fx.test_subgraph_rewriter.TestSubgraphRewriter) ... ok (0.008s) 2022-12-01T10:34:47.0296185Z test_flatten_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.015s) 2022-12-01T10:34:47.0296367Z test_resnet50 (fx.test_gradual_type.TypeCheckerTest) ... skip: no torchvision (0.002s) 2022-12-01T10:34:47.0296550Z test_symbolic_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:34:47.0296721Z test_symbolic_add_with_broadcast_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0296896Z test_type_check_add_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0297067Z test_type_check_add_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0297255Z test_type_check_add_with_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0297434Z test_type_check_add_with_scalar (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0297613Z test_type_check_batch_norm_2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.010s) 2022-12-01T10:34:47.0297802Z test_type_check_batch_norm_2D_broadcast (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:34:47.0297985Z test_type_check_batch_norm_2D_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:34:47.0298154Z test_type_check_batch_norm_symbolic (fx.test_gradual_type.TypeCheckerTest) ... ok (0.005s) 2022-12-01T10:34:47.0298324Z test_type_check_conv2D (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:34:47.0298493Z test_type_check_conv2D_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:34:47.0298680Z test_type_check_conv2D_2_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.039s) 2022-12-01T10:34:47.0298874Z test_type_check_conv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.007s) 2022-12-01T10:34:47.0299051Z test_type_check_conv2D_types (fx.test_gradual_type.TypeCheckerTest) ... ok (0.064s) 2022-12-01T10:34:47.0299224Z test_type_check_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0299394Z test_type_check_flatten3 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0299551Z test_type_check_flatten_2 (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0299732Z test_type_check_reshape_dyn_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0299912Z test_type_check_reshape_dyn_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0300107Z test_type_check_reshape_dyn_true_param_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0300315Z test_type_check_reshape_false (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0300490Z test_type_check_reshape_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0300706Z test_type_check_symbolic_inferenceconv2D_maxpool2d_flatten (fx.test_gradual_type.TypeCheckerTest) ... ok (0.017s) 2022-12-01T10:34:47.0300887Z test_type_check_transpose_False (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0301065Z test_type_check_transpose_true (fx.test_gradual_type.TypeCheckerTest) ... ok (0.003s) 2022-12-01T10:34:47.0301229Z test_type_maxpool2d_fully_static (fx.test_gradual_type.TypeCheckerTest) ... ok (0.027s) 2022-12-01T10:34:47.0301415Z test_type_typechecl_maxpool2d_3dinput (fx.test_gradual_type.TypeCheckerTest) ... ok (0.004s) 2022-12-01T10:34:47.0301589Z test_typecheck_basicblock (fx.test_gradual_type.TypeCheckerTest) ... ok (0.008s) 2022-12-01T10:34:47.0301598Z 2022-12-01T10:34:47.0301827Z ---------------------------------------------------------------------- 2022-12-01T10:34:47.0301931Z Ran 1019 tests in 10.501s 2022-12-01T10:34:47.0301936Z 2022-12-01T10:34:47.0302054Z OK (skipped=204, expected failures=3) 2022-12-01T10:34:47.0302059Z 2022-12-01T10:34:47.0302194Z Generating XML reports... 2022-12-01T10:34:47.0302528Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201103435.xml 2022-12-01T10:34:47.0302842Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201103435.xml 2022-12-01T10:34:47.0303153Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201103435.xml 2022-12-01T10:34:47.0303469Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201103435.xml 2022-12-01T10:34:47.0303876Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201103435.xml 2022-12-01T10:34:47.0304177Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201103435.xml 2022-12-01T10:34:47.0304441Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFX-20221201103435.xml 2022-12-01T10:34:47.0304782Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201103435.xml 2022-12-01T10:34:47.0305092Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201103435.xml 2022-12-01T10:34:47.0305415Z Generated XML report: test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201103435.xml 2022-12-01T10:34:47.0305738Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201103435.xml 2022-12-01T10:34:47.0306079Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201103435.xml 2022-12-01T10:34:47.0306405Z Generated XML report: test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201103435.xml 2022-12-01T10:34:47.0306411Z 2022-12-01T10:34:47.0306815Z ##[endgroup] 2022-12-01T10:34:47.0307097Z FINISHED PRINTING LOG FILE of test_fx (/var/lib/jenkins/workspace/test/test-reports/test_fx_bug3mm1_) 2022-12-01T10:34:47.0307103Z 2022-12-01T10:34:47.0307304Z Running test_cpp_extensions_jit ... [2022-12-01 10:34:46.968577] 2022-12-01T10:34:47.0307668Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:34:46.968911] 2022-12-01T10:35:42.9280400Z 2022-12-01T10:35:42.9281962Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-12-01T10:35:42.9282981Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_zknsrpnu) 2022-12-01T10:35:42.9283829Z Test results will be stored in test-reports/python-unittest/test_cpp_extensions_jit 2022-12-01T10:35:42.9284244Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:35:42.9284422Z 2022-12-01T10:35:42.9284517Z Running tests... 2022-12-01T10:35:42.9284863Z ---------------------------------------------------------------------- 2022-12-01T10:35:42.9285223Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (4.587s) 2022-12-01T10:35:42.9289153Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (16.925s) 2022-12-01T10:35:42.9290033Z 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:35:42.9291001Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension... 2022-12-01T10:35:42.9291877Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/cpp_frontend_extension/build.ninja... 2022-12-01T10:35:42.9292625Z Building extension module cpp_frontend_extension... 2022-12-01T10:35:42.9293499Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9296931Z [1/2] c++ -MMD -MF cpp_frontend_extension.o.d -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/workspace/test/cpp_extensions/cpp_frontend_extension.cpp -o cpp_frontend_extension.o 2022-12-01T10:35:42.9299533Z [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:35:42.9300392Z Loading extension module cpp_frontend_extension... 2022-12-01T10:35:42.9300902Z ok (2.834s) 2022-12-01T10:35:42.9301669Z 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:35:42.9302858Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:35:42.9303594Z Loading extension module cpp_frontend_extension... 2022-12-01T10:35:42.9304062Z ok (0.005s) 2022-12-01T10:35:42.9304811Z 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:35:42.9334584Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-12-01T10:35:42.9335224Z Loading extension module cpp_frontend_extension... 2022-12-01T10:35:42.9335664Z ok (0.024s) 2022-12-01T10:35:42.9336215Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-12-01T10:35:42.9336874Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:35:42.9337337Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module... 2022-12-01T10:35:42.9337747Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:35:42.9338096Z Building extension module is_python_module... 2022-12-01T10:35:42.9338380Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9339731Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:35:42.9341001Z [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:35:42.9341383Z Loading extension module is_python_module... 2022-12-01T10:35:42.9342083Z /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:35:42.9342626Z f'Input #{idx} requires gradient and ' 2022-12-01T10:35:42.9343348Z /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:35:42.9343881Z f'Input #{idx} requires gradient and ' 2022-12-01T10:35:42.9344564Z /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:35:42.9345091Z f'Input #{idx} requires gradient and ' 2022-12-01T10:35:42.9345753Z /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:35:42.9346280Z f'Input #{idx} requires gradient and ' 2022-12-01T10:35:42.9346520Z ok (2.741s) 2022-12-01T10:35:42.9350864Z test_half_support (__main__.TestCppExtensionJIT) 2022-12-01T10:35:42.9351420Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-12-01T10:35:42.9351968Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:35:42.9352514Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-12-01T10:35:42.9353221Z 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:35:42.9353839Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension... 2022-12-01T10:35:42.9354393Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/build.ninja... 2022-12-01T10:35:42.9354844Z Building extension module inline_jit_extension... 2022-12-01T10:35:42.9355219Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9357121Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension/main.cpp -o main.o 2022-12-01T10:35:42.9358760Z [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:35:42.9359241Z Loading extension module inline_jit_extension... 2022-12-01T10:35:42.9359550Z ok (2.660s) 2022-12-01T10:35:42.9359968Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-12-01T10:35:42.9360604Z 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:35:42.9361229Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict... 2022-12-01T10:35:42.9361817Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/build.ninja... 2022-12-01T10:35:42.9362325Z Building extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:35:42.9362731Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9364714Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_dict/main.cpp -o main.o 2022-12-01T10:35:42.9366275Z [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:35:42.9366829Z Loading extension module inline_jit_extension_with_functions_dict... 2022-12-01T10:35:42.9367170Z ok (2.663s) 2022-12-01T10:35:42.9367666Z 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:35:42.9368300Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list... 2022-12-01T10:35:42.9368886Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/build.ninja... 2022-12-01T10:35:42.9369390Z Building extension module inline_jit_extension_with_functions_list... 2022-12-01T10:35:42.9369796Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9371691Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/inline_jit_extension_with_functions_list/main.cpp -o main.o 2022-12-01T10:35:42.9373471Z [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:35:42.9374031Z Loading extension module inline_jit_extension_with_functions_list... 2022-12-01T10:35:42.9374373Z ok (2.704s) 2022-12-01T10:35:42.9374838Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using /var/lib/jenkins/.cache/torch_extensions/py37_cpu as PyTorch extensions root... 2022-12-01T10:35:42.9375499Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension... 2022-12-01T10:35:42.9376021Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/jit_extension/build.ninja... 2022-12-01T10:35:42.9376451Z Building extension module jit_extension... 2022-12-01T10:35:42.9376798Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9378784Z [1/3] c++ -MMD -MF jit_extension.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension.cpp -o jit_extension.o 2022-12-01T10:35:42.9381700Z [2/3] c++ -MMD -MF jit_extension2.o.d -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -c /var/lib/jenkins/workspace/test/cpp_extensions/jit_extension2.cpp -o jit_extension2.o 2022-12-01T10:35:42.9383305Z [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:35:42.9383807Z Loading extension module jit_extension... 2022-12-01T10:35:42.9384106Z ok (3.103s) 2022-12-01T10:35:42.9384492Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.002s) 2022-12-01T10:35:42.9384970Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: CUDA not found (0.001s) 2022-12-01T10:35:42.9385460Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... skip: CuDNN not found (0.001s) 2022-12-01T10:35:42.9386057Z 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:35:42.9386688Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension... 2022-12-01T10:35:42.9387249Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/build.ninja... 2022-12-01T10:35:42.9387741Z Building extension module lenient_flag_handling_extension... 2022-12-01T10:35:42.9388131Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9390226Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -I/var/lib/jenkins/workspace/test/cpp_extensions -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -g -O0 -Wall -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/lenient_flag_handling_extension/main.cpp -o main.o 2022-12-01T10:35:42.9391903Z [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:35:42.9392422Z Loading extension module lenient_flag_handling_extension... 2022-12-01T10:35:42.9392758Z ok (2.806s) 2022-12-01T10:35:42.9393890Z 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.002s) 2022-12-01T10:35:42.9394858Z 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:35:42.9395692Z 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:35:42.9396259Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/build.ninja... 2022-12-01T10:35:42.9396712Z Building extension module is_python_module_v1... 2022-12-01T10:35:42.9397182Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9399040Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/is_python_module/main.cpp -o main.o 2022-12-01T10:35:42.9400497Z [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:35:42.9400996Z Loading extension module is_python_module_v1... 2022-12-01T10:35:42.9401289Z ok (2.701s) 2022-12-01T10:35:42.9401794Z 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:35:42.9402419Z Creating extension directory /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type... 2022-12-01T10:35:42.9402958Z Emitting ninja build file /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/build.ninja... 2022-12-01T10:35:42.9403418Z Building extension module test_set_default_type... 2022-12-01T10:35:42.9403792Z Using envvar MAX_JOBS (6) as the number of workers... 2022-12-01T10:35:42.9405655Z [1/2] c++ -MMD -MF main.o.d -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -DPYBIND11_COMPILER_TYPE=\"_clang\" -DPYBIND11_STDLIB=\"_libstdcpp\" -DPYBIND11_BUILD_ABI=\"_cxxabi1002\" -isystem /opt/conda/lib/python3.7/site-packages/torch/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/torch/csrc/api/include -isystem /opt/conda/lib/python3.7/site-packages/torch/include/TH -isystem /opt/conda/lib/python3.7/site-packages/torch/include/THC -isystem /opt/conda/include/python3.7m -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -std=c++14 -c /var/lib/jenkins/.cache/torch_extensions/py37_cpu/test_set_default_type/main.cpp -o main.o 2022-12-01T10:35:42.9407139Z [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:35:42.9407647Z Loading extension module test_set_default_type... 2022-12-01T10:35:42.9407944Z ok (2.712s) 2022-12-01T10:35:42.9408367Z test_warning (__main__.TestCppExtensionJIT) ... [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:35:42.9408924Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:35:42.9409327Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:35:42.9409729Z [W main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-12-01T10:35:42.9410271Z UserWarning: Error with torch.DoubleTensor (Triggered internally at /var/lib/jenkins/.cache/torch_extensions/py37_cpu/warn_mod/main.cpp:12.) 2022-12-01T10:35:42.9410701Z ok (5.324s) 2022-12-01T10:35:42.9410870Z 2022-12-01T10:35:42.9411164Z ---------------------------------------------------------------------- 2022-12-01T10:35:42.9411531Z Ran 23 tests in 51.811s 2022-12-01T10:35:42.9411700Z 2022-12-01T10:35:42.9411815Z OK (skipped=8) 2022-12-01T10:35:42.9411965Z 2022-12-01T10:35:42.9412108Z Generating XML reports... 2022-12-01T10:35:42.9412741Z Generated XML report: test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201103450.xml 2022-12-01T10:35:42.9413224Z 2022-12-01T10:35:42.9413645Z ##[endgroup] 2022-12-01T10:35:42.9414232Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (/var/lib/jenkins/workspace/test/test-reports/test_cpp_extensions_jit_zknsrpnu) 2022-12-01T10:35:42.9414563Z 2022-12-01T10:35:42.9414947Z Running distributions/test_distributions ... [2022-12-01 10:35:42.928648] 2022-12-01T10:35:42.9415716Z Executing ['/opt/conda/bin/python', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:35:42.929119] 2022-12-01T10:37:18.5452532Z 2022-12-01T10:37:18.5453315Z Expand the folded group to see the log file of distributions/test_distributions 2022-12-01T10:37:18.5454722Z ##[group]PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_3u6l_dsw) 2022-12-01T10:37:18.5456196Z Test results will be stored in test-reports/python-unittest/distributions.test_distributions 2022-12-01T10:37:18.5456675Z 2022-12-01T10:37:18.5456864Z Running tests... 2022-12-01T10:37:18.5457540Z ---------------------------------------------------------------------- 2022-12-01T10:37:18.5458655Z test_cdf (__main__.TestAgainstScipy) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5459301Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5459538Z ok (0.088s) 2022-12-01T10:37:18.5459792Z test_icdf (__main__.TestAgainstScipy) ... ok (0.044s) 2022-12-01T10:37:18.5460090Z test_mean (__main__.TestAgainstScipy) ... ok (1.431s) 2022-12-01T10:37:18.5461491Z 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:37:18.5462261Z return torch.as_tensor(tensor_like) 2022-12-01T10:37:18.5462484Z ok (0.099s) 2022-12-01T10:37:18.5462758Z test_params_constraints (__main__.TestConstraints) ... ok (0.185s) 2022-12-01T10:37:18.5463207Z test_support_constraints (__main__.TestConstraints) ... ok (0.220s) 2022-12-01T10:37:18.5463582Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5464087Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5464530Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5464898Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T10:37:18.5465302Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5465841Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5466267Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.012s) 2022-12-01T10:37:18.5466635Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5467052Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5467427Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5467843Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5468219Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T10:37:18.5468662Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T10:37:18.5469174Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5469530Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.072s) 2022-12-01T10:37:18.5469938Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5470398Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5470820Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5471181Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5471598Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5471981Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5472398Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5472765Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5473195Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5473583Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T10:37:18.5474008Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5474388Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5474823Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-12-01T10:37:18.5475187Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T10:37:18.5475599Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5475972Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5476400Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.012s) 2022-12-01T10:37:18.5476771Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5477188Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5477580Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5477990Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5478366Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-12-01T10:37:18.5478768Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T10:37:18.5479160Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-12-01T10:37:18.5479540Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-12-01T10:37:18.5479926Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.008s) 2022-12-01T10:37:18.5480353Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.012s) 2022-12-01T10:37:18.5480742Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.102s) 2022-12-01T10:37:18.5481079Z test_bernoulli (__main__.TestDistributions) ... ok (0.206s) 2022-12-01T10:37:18.5481395Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:37:18.5481787Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:37:18.5482111Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.186s) 2022-12-01T10:37:18.5482471Z test_beta_sample (__main__.TestDistributions) ... ok (0.453s) 2022-12-01T10:37:18.5482786Z test_beta_shape (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5483152Z test_beta_underflow (__main__.TestDistributions) ... ok (0.103s) 2022-12-01T10:37:18.5483493Z test_beta_underflow_gpu (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:37:18.5483864Z test_binomial (__main__.TestDistributions) ... ok (0.098s) 2022-12-01T10:37:18.5484204Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5484539Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:37:18.5484971Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.078s) 2022-12-01T10:37:18.5485340Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:37:18.5485726Z test_binomial_sample (__main__.TestDistributions) ... ok (0.086s) 2022-12-01T10:37:18.5486037Z test_binomial_stable (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:37:18.5486426Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.144s) 2022-12-01T10:37:18.5486762Z test_categorical_1d (__main__.TestDistributions) ... ok (0.017s) 2022-12-01T10:37:18.5487112Z test_categorical_2d (__main__.TestDistributions) ... ok (0.026s) 2022-12-01T10:37:18.5487456Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:37:18.5487836Z test_cauchy (__main__.TestDistributions) ... ok (0.043s) 2022-12-01T10:37:18.5488433Z 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:37:18.5488880Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5489127Z ok (0.669s) 2022-12-01T10:37:18.5489433Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.339s) 2022-12-01T10:37:18.5489741Z test_chi2_sample (__main__.TestDistributions) ... ok (0.119s) 2022-12-01T10:37:18.5490097Z test_chi2_shape (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:37:18.5490430Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.052s) 2022-12-01T10:37:18.5490757Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:37:18.5491158Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:37:18.5491486Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5491813Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.052s) 2022-12-01T10:37:18.5492136Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:37:18.5492767Z test_distribution_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5493307Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5493544Z ok (2.095s) 2022-12-01T10:37:18.5493835Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.493s) 2022-12-01T10:37:18.5494188Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.100s) 2022-12-01T10:37:18.5494535Z test_exponential (__main__.TestDistributions) ... ok (0.030s) 2022-12-01T10:37:18.5494952Z test_exponential_sample (__main__.TestDistributions) ... ok (0.126s) 2022-12-01T10:37:18.5495288Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T10:37:18.5495625Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.143s) 2022-12-01T10:37:18.5495977Z test_gamma_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:37:18.5496345Z test_gamma_gpu_shape (__main__.TestDistributions) ... skip: CUDA not found (0.002s) 2022-12-01T10:37:18.5496704Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:37:18.5497024Z test_gamma_sample (__main__.TestDistributions) ... ok (0.355s) 2022-12-01T10:37:18.5497351Z test_gamma_shape (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:37:18.5497667Z test_geometric (__main__.TestDistributions) ... ok (0.019s) 2022-12-01T10:37:18.5498006Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.016s) 2022-12-01T10:37:18.5498367Z test_geometric_sample (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T10:37:18.5498702Z test_gumbel (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:37:18.5499014Z test_gumbel_sample (__main__.TestDistributions) ... ok (0.754s) 2022-12-01T10:37:18.5499368Z test_halfcauchy (__main__.TestDistributions) ... ok (0.029s) 2022-12-01T10:37:18.5499680Z test_halfnormal (__main__.TestDistributions) ... ok (0.028s) 2022-12-01T10:37:18.5500000Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.008s) 2022-12-01T10:37:18.5500335Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.129s) 2022-12-01T10:37:18.5500646Z test_has_examples (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:37:18.5501220Z test_independent_expand (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5501638Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5501876Z ok (2.233s) 2022-12-01T10:37:18.5502148Z test_independent_shape (__main__.TestDistributions) ... ok (0.986s) 2022-12-01T10:37:18.5502506Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.071s) 2022-12-01T10:37:18.5502853Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.119s) 2022-12-01T10:37:18.5503192Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.007s) 2022-12-01T10:37:18.5503508Z test_laplace (__main__.TestDistributions) ... ok (0.064s) 2022-12-01T10:37:18.5503823Z test_laplace_sample (__main__.TestDistributions) ... ok (0.337s) 2022-12-01T10:37:18.5504141Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5504472Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.048s) 2022-12-01T10:37:18.5504800Z test_logisticnormal (__main__.TestDistributions) ... ok (0.090s) 2022-12-01T10:37:18.5505123Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:37:18.5505520Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (0.510s) 2022-12-01T10:37:18.5505847Z test_lognormal (__main__.TestDistributions) ... ok (0.057s) 2022-12-01T10:37:18.5506168Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:37:18.5506489Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.343s) 2022-12-01T10:37:18.5506837Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.024s) 2022-12-01T10:37:18.5507206Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.106s) 2022-12-01T10:37:18.5507570Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.009s) 2022-12-01T10:37:18.5507942Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.077s) 2022-12-01T10:37:18.5508307Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.198s) 2022-12-01T10:37:18.5508665Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-12-01T10:37:18.5509095Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.077s) 2022-12-01T10:37:18.5509440Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.021s) 2022-12-01T10:37:18.5510005Z test_mode (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5510397Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5510645Z ok (0.460s) 2022-12-01T10:37:18.5510911Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.039s) 2022-12-01T10:37:18.5511263Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:37:18.5511596Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.042s) 2022-12-01T10:37:18.5511929Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T10:37:18.5512287Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.056s) 2022-12-01T10:37:18.5512636Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.004s) 2022-12-01T10:37:18.5512988Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.174s) 2022-12-01T10:37:18.5513370Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.295s) 2022-12-01T10:37:18.5513747Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.002s) 2022-12-01T10:37:18.5514097Z test_negative_binomial (__main__.TestDistributions) ... ok (0.069s) 2022-12-01T10:37:18.5514434Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.066s) 2022-12-01T10:37:18.5514800Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5515131Z test_normal (__main__.TestDistributions) ... ok (0.063s) 2022-12-01T10:37:18.5515439Z test_normal_sample (__main__.TestDistributions) ... ok (0.334s) 2022-12-01T10:37:18.5515770Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.022s) 2022-12-01T10:37:18.5516095Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.023s) 2022-12-01T10:37:18.5516449Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-12-01T10:37:18.5516789Z test_pareto (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:37:18.5517101Z test_pareto_sample (__main__.TestDistributions) ... ok (0.365s) 2022-12-01T10:37:18.5517414Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.001s) 2022-12-01T10:37:18.5517761Z test_poisson_gpu_sample (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:37:18.5518679Z 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:37:18.5519326Z warnings.warn(msg, FutureWarning) 2022-12-01T10:37:18.5519555Z ok (0.022s) 2022-12-01T10:37:18.5519827Z test_poisson_sample (__main__.TestDistributions) ... ok (0.011s) 2022-12-01T10:37:18.5520155Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:37:18.5520482Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.061s) 2022-12-01T10:37:18.5520818Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.032s) 2022-12-01T10:37:18.5521178Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.056s) 2022-12-01T10:37:18.5521504Z test_repr (__main__.TestDistributions) ... ok (0.067s) 2022-12-01T10:37:18.5521818Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.057s) 2022-12-01T10:37:18.5522403Z 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:37:18.5522865Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5523109Z ok (0.066s) 2022-12-01T10:37:18.5523366Z test_sample_detached (__main__.TestDistributions) ... ok (0.068s) 2022-12-01T10:37:18.5523684Z test_studentT (__main__.TestDistributions) ... ok (0.015s) 2022-12-01T10:37:18.5524005Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.154s) 2022-12-01T10:37:18.5524324Z test_studentT_sample (__main__.TestDistributions) ... ok (1.543s) 2022-12-01T10:37:18.5524662Z test_support_attributes (__main__.TestDistributions) ... ok (0.067s) 2022-12-01T10:37:18.5524986Z test_uniform (__main__.TestDistributions) ... ok (0.036s) 2022-12-01T10:37:18.5525312Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.077s) 2022-12-01T10:37:18.5525664Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.078s) 2022-12-01T10:37:18.5525998Z test_vonmises_sample (__main__.TestDistributions) ... ok (10.681s) 2022-12-01T10:37:18.5526566Z 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:37:18.5526993Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5527246Z ok (0.288s) 2022-12-01T10:37:18.5527857Z 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:37:18.5528483Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:37:18.5528781Z ok (6.430s) 2022-12-01T10:37:18.5529060Z test_wishart_properties (__main__.TestDistributions) ... ok (0.006s) 2022-12-01T10:37:18.5529395Z test_wishart_sample (__main__.TestDistributions) ... ok (0.580s) 2022-12-01T10:37:18.5529938Z test_wishart_shape (__main__.TestDistributions) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5530352Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5530811Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5531180Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5531622Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5531985Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5532441Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5532789Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5533353Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5533719Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5534173Z /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5534521Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5534769Z ok (0.594s) 2022-12-01T10:37:18.5535065Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-12-01T10:37:18.5535433Z test_zero_excluded_binomial (__main__.TestDistributions) ... skip: CUDA not found (0.001s) 2022-12-01T10:37:18.5535774Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.003s) 2022-12-01T10:37:18.5536079Z test_cat_transform (__main__.TestFunctors) ... ok (0.008s) 2022-12-01T10:37:18.5536382Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.009s) 2022-12-01T10:37:18.5536710Z test_stack_transform (__main__.TestFunctors) ... ok (0.008s) 2022-12-01T10:37:18.5537291Z test_cdf (__main__.TestJit) ... /opt/conda/lib/python3.7/site-packages/torch/distributions/wishart.py:250: UserWarning: Singular sample detected. 2022-12-01T10:37:18.5537679Z warnings.warn("Singular sample detected.") 2022-12-01T10:37:18.5537911Z ok (4.035s) 2022-12-01T10:37:18.5538481Z 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:37:18.5539085Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-12-01T10:37:18.5539385Z ok (4.172s) 2022-12-01T10:37:18.5539647Z test_enumerate_support (__main__.TestJit) ... ok (1.494s) 2022-12-01T10:37:18.5539940Z test_log_prob (__main__.TestJit) ... ok (8.286s) 2022-12-01T10:37:18.5540217Z test_mean (__main__.TestJit) ... ok (3.875s) 2022-12-01T10:37:18.5540479Z test_rsample (__main__.TestJit) ... ok (2.499s) 2022-12-01T10:37:18.5540755Z test_sample (__main__.TestJit) ... ok (2.831s) 2022-12-01T10:37:18.5541029Z test_variance (__main__.TestJit) ... ok (4.890s) 2022-12-01T10:37:18.5541316Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.142s) 2022-12-01T10:37:18.5541669Z test_entropy_monte_carlo (__main__.TestKL) ... ok (11.416s) 2022-12-01T10:37:18.5541964Z test_kl_edgecases (__main__.TestKL) ... ok (0.043s) 2022-12-01T10:37:18.5542246Z test_kl_exponential_family (__main__.TestKL) ... ok (0.080s) 2022-12-01T10:37:18.5542538Z test_kl_infinite (__main__.TestKL) ... ok (0.063s) 2022-12-01T10:37:18.5542841Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.087s) 2022-12-01T10:37:18.5543174Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.066s) 2022-12-01T10:37:18.5543474Z test_kl_monte_carlo (__main__.TestKL) ... ok (3.887s) 2022-12-01T10:37:18.5543768Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.148s) 2022-12-01T10:37:18.5544086Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.054s) 2022-12-01T10:37:18.5544412Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.054s) 2022-12-01T10:37:18.5544724Z test_kl_shape (__main__.TestKL) ... ok (0.172s) 2022-12-01T10:37:18.5545067Z test_kl_transformed (__main__.TestKL) ... ok (0.038s) 2022-12-01T10:37:18.5545405Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.013s) 2022-12-01T10:37:18.5545802Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-12-01T10:37:18.5546175Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.046s) 2022-12-01T10:37:18.5546537Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.008s) 2022-12-01T10:37:18.5546898Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.007s) 2022-12-01T10:37:18.5547264Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.004s) 2022-12-01T10:37:18.5547637Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.006s) 2022-12-01T10:37:18.5548006Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.104s) 2022-12-01T10:37:18.5548399Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.013s) 2022-12-01T10:37:18.5548797Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.013s) 2022-12-01T10:37:18.5549232Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.008s) 2022-12-01T10:37:18.5549588Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.007s) 2022-12-01T10:37:18.5549930Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.080s) 2022-12-01T10:37:18.5550231Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.079s) 2022-12-01T10:37:18.5550506Z test_chi2 (__main__.TestRsample) ... ok (0.038s) 2022-12-01T10:37:18.5550861Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (1.382s) 2022-12-01T10:37:18.5551186Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.080s) 2022-12-01T10:37:18.5551510Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.376s) 2022-12-01T10:37:18.5551802Z test_gamma (__main__.TestRsample) ... ok (0.037s) 2022-12-01T10:37:18.5552220Z test_invalid (__main__.TestValidation) ... skip: division-by-zero error with UBSAN (0.001s) 2022-12-01T10:37:18.5552576Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (1.094s) 2022-12-01T10:37:18.5552870Z test_valid (__main__.TestValidation) ... ok (0.051s) 2022-12-01T10:37:18.5553199Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.006s) 2022-12-01T10:37:18.5553397Z 2022-12-01T10:37:18.5553618Z ---------------------------------------------------------------------- 2022-12-01T10:37:18.5553901Z Ran 219 tests in 90.879s 2022-12-01T10:37:18.5554026Z 2022-12-01T10:37:18.5554122Z OK (skipped=6) 2022-12-01T10:37:18.5554251Z 2022-12-01T10:37:18.5554355Z Generating XML reports... 2022-12-01T10:37:18.5554848Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201103546.xml 2022-12-01T10:37:18.5555495Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201103546.xml 2022-12-01T10:37:18.5556124Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201103546.xml 2022-12-01T10:37:18.5556745Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201103546.xml 2022-12-01T10:37:18.5557338Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201103546.xml 2022-12-01T10:37:18.5557898Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201103546.xml 2022-12-01T10:37:18.5558449Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201103546.xml 2022-12-01T10:37:18.5559070Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201103546.xml 2022-12-01T10:37:18.5559727Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201103546.xml 2022-12-01T10:37:18.5560320Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201103546.xml 2022-12-01T10:37:18.5560908Z Generated XML report: test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201103546.xml 2022-12-01T10:37:18.5561174Z 2022-12-01T10:37:18.5561515Z ##[endgroup] 2022-12-01T10:37:18.5561994Z FINISHED PRINTING LOG FILE of distributions/test_distributions (/var/lib/jenkins/workspace/test/test-reports/distributions-test_distributions_3u6l_dsw) 2022-12-01T10:37:18.5562278Z 2022-12-01T10:37:18.5562460Z Running test_indexing ... [2022-12-01 10:37:18.545959] 2022-12-01T10:37:18.5562978Z Executing ['/opt/conda/bin/python', '-bb', 'test_indexing.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:18.546306] 2022-12-01T10:37:24.7211748Z 2022-12-01T10:37:24.7212681Z Expand the folded group to see the log file of test_indexing 2022-12-01T10:37:24.7213629Z ##[group]PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_dp94ilfw) 2022-12-01T10:37:24.7216884Z Test results will be stored in test-reports/python-unittest/test_indexing 2022-12-01T10:37:24.7217216Z 2022-12-01T10:37:24.7217392Z Running tests... 2022-12-01T10:37:24.7217791Z ---------------------------------------------------------------------- 2022-12-01T10:37:24.7218173Z test_boolean_assignment_value_mismatch_cpu (__main__.NumpyTestsCPU) ... ok (0.056s) 2022-12-01T10:37:24.7218782Z test_boolean_indexing_alldims_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:37:24.7219504Z test_boolean_indexing_onedim_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-12-01T10:37:24.7219848Z test_boolean_indexing_twodim_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:37:24.7220271Z test_boolean_indexing_weirdness_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-12-01T10:37:24.7220635Z test_boolean_indexing_weirdness_tensors_cpu (__main__.NumpyTestsCPU) ... ok (0.021s) 2022-12-01T10:37:24.7220977Z test_boolean_list_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:37:24.7221550Z test_boolean_shape_mismatch_cpu (__main__.NumpyTestsCPU) ... test_indexing.py:1435: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:37:24.7222206Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[index]) 2022-12-01T10:37:24.7222712Z test_indexing.py:1436: UserWarning: indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/IndexingUtils.h:28.) 2022-12-01T10:37:24.7223282Z self.assertRaisesRegex(IndexError, 'mask', lambda: arr[(slice(None), index)]) 2022-12-01T10:37:24.7223626Z ok (0.039s) 2022-12-01T10:37:24.7254725Z test_broadcast_subspace_cpu (__main__.NumpyTestsCPU) ... ok (0.008s) 2022-12-01T10:37:24.7256421Z test_broaderrors_indexing_cpu (__main__.NumpyTestsCPU) ... ok (0.054s) 2022-12-01T10:37:24.7256768Z test_ellipsis_index_cpu (__main__.NumpyTestsCPU) ... ok (0.003s) 2022-12-01T10:37:24.7257238Z test_empty_fancy_index_cpu (__main__.NumpyTestsCPU) ... ok (0.011s) 2022-12-01T10:37:24.7257749Z test_empty_tuple_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:37:24.7258282Z test_everything_returns_views_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:37:24.7258625Z test_index_is_larger_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:37:24.7258955Z test_index_no_floats_cpu (__main__.NumpyTestsCPU) ... ok (0.005s) 2022-12-01T10:37:24.7259259Z test_none_index_cpu (__main__.NumpyTestsCPU) ... ok (0.001s) 2022-12-01T10:37:24.7259581Z test_single_bool_index_cpu (__main__.NumpyTestsCPU) ... ok (0.002s) 2022-12-01T10:37:24.7259915Z test_single_int_index_cpu (__main__.NumpyTestsCPU) ... ok (0.004s) 2022-12-01T10:37:24.7260371Z test_trivial_fancy_out_of_bounds_cpu (__main__.NumpyTestsCPU) ... ok (0.075s) 2022-12-01T10:37:24.7260814Z test_advancedindex_big_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7261161Z test_advancedindex_cpu_float16 (__main__.TestIndexingCPU) ... ok (0.047s) 2022-12-01T10:37:24.7261505Z test_advancedindex_cpu_float64 (__main__.TestIndexingCPU) ... ok (0.649s) 2022-12-01T10:37:24.7261836Z test_basic_advanced_combined_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:37:24.7262183Z test_bool_indices_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7262521Z test_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:37:24.7262827Z test_byte_mask2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7263155Z test_byte_mask_accumulate_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7263482Z test_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:37:24.7263798Z test_byte_tensor_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.004s) 2022-12-01T10:37:24.7264155Z test_cpu_indices_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:24.7264501Z test_ellipsis_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7264821Z test_empty_index_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7265162Z test_empty_ndim_index_bool_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:37:24.7265496Z test_empty_ndim_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:37:24.7265942Z test_empty_slice_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7266322Z test_gather_take_along_dim_cross_device_cpu_float32 (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:24.7266685Z test_getitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.021s) 2022-12-01T10:37:24.7267004Z test_index_cpu (__main__.TestIndexingCPU) ... ok (0.085s) 2022-12-01T10:37:24.7267341Z test_index_getitem_copy_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.005s) 2022-12-01T10:37:24.7267705Z test_index_put_accumulate_duplicate_indices_cpu (__main__.TestIndexingCPU) ... ok (0.478s) 2022-12-01T10:37:24.7268089Z test_index_put_accumulate_expanded_values_cpu (__main__.TestIndexingCPU) ... ok (0.006s) 2022-12-01T10:37:24.7268939Z test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) ... Test test_index_put_accumulate_large_tensor_cpu (__main__.TestIndexingCPU) is disabled for some unrecognized platforms: [dynamo]. Please edit issue https://github.com/pytorch/pytorch/issues/88472 to fix the platforms assigned to this flaky test, changing "Platforms: ..." to a comma separated subset of the following (or leave it blank to match all platforms): mac, macos, win, windows, linux, rocm, asan 2022-12-01T10:37:24.7270317Z skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/88472 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.003s) 2022-12-01T10:37:24.7270932Z test_index_put_accumulate_non_contiguous_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:24.7271360Z test_index_put_accumulate_with_optional_tensors_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:24.7271752Z test_index_put_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7272112Z test_index_put_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7272462Z test_index_put_src_datatype_cpu_complex128 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7272831Z test_index_put_src_datatype_cpu_complex64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7273193Z test_index_put_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7273539Z test_index_put_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7273891Z test_index_scalar_with_bool_mask_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:37:24.7274242Z test_index_setitem_bools_slices_cpu (__main__.TestIndexingCPU) ... ok (0.022s) 2022-12-01T10:37:24.7274589Z test_index_src_datatype_cpu_bfloat16 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7274927Z test_index_src_datatype_cpu_bool (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7275275Z test_index_src_datatype_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7275622Z test_index_src_datatype_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7275946Z test_int_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7276274Z test_int_indices2d_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7276607Z test_int_indices_broadcast_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7276934Z test_int_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7277267Z test_invalid_device_cpu (__main__.TestIndexingCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:24.7277614Z test_invalid_index_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:37:24.7277935Z test_jit_indexing_cpu (__main__.TestIndexingCPU) ... ok (0.330s) 2022-12-01T10:37:24.7278257Z test_multiple_bool_indices_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7278629Z test_multiple_byte_mask_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7278951Z test_multiple_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:37:24.7295250Z test_none_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7296704Z test_out_of_bound_index_cpu (__main__.TestIndexingCPU) ... ok (0.012s) 2022-12-01T10:37:24.7298189Z test_set_item_to_scalar_tensor_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7298543Z test_setitem_expansion_error_cpu (__main__.TestIndexingCPU) ... ok (0.028s) 2022-12-01T10:37:24.7298873Z test_setitem_scalars_cpu (__main__.TestIndexingCPU) ... ok (0.019s) 2022-12-01T10:37:24.7299195Z test_single_int_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:37:24.7299518Z test_step_assignment_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7299832Z test_step_cpu (__main__.TestIndexingCPU) ... ok (0.002s) 2022-12-01T10:37:24.7300144Z test_take_along_dim_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.015s) 2022-12-01T10:37:24.7300494Z test_take_along_dim_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.010s) 2022-12-01T10:37:24.7300843Z test_take_along_dim_invalid_cpu_float32 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-12-01T10:37:24.7301293Z test_take_along_dim_invalid_cpu_int64 (__main__.TestIndexingCPU) ... ok (0.030s) 2022-12-01T10:37:24.7301641Z test_variable_slicing_cpu (__main__.TestIndexingCPU) ... ok (0.001s) 2022-12-01T10:37:24.7301971Z test_zero_dim_index_cpu (__main__.TestIndexingCPU) ... ok (0.003s) 2022-12-01T10:37:24.7302152Z 2022-12-01T10:37:24.7302429Z ---------------------------------------------------------------------- 2022-12-01T10:37:24.7302706Z Ran 81 tests in 2.209s 2022-12-01T10:37:24.7302842Z 2022-12-01T10:37:24.7302935Z OK (skipped=6) 2022-12-01T10:37:24.7303064Z 2022-12-01T10:37:24.7303171Z Generating XML reports... 2022-12-01T10:37:24.7303620Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201103721.xml 2022-12-01T10:37:24.7304175Z Generated XML report: test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201103721.xml 2022-12-01T10:37:24.7316901Z 2022-12-01T10:37:24.7317357Z ##[endgroup] 2022-12-01T10:37:24.7317860Z FINISHED PRINTING LOG FILE of test_indexing (/var/lib/jenkins/workspace/test/test-reports/test_indexing_dp94ilfw) 2022-12-01T10:37:24.7318104Z 2022-12-01T10:37:24.7318287Z Running test_prims ... [2022-12-01 10:37:24.721576] 2022-12-01T10:37:24.7318794Z Executing ['/opt/conda/bin/python', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:24.721948] 2022-12-01T10:37:30.3375136Z 2022-12-01T10:37:30.3375691Z Expand the folded group to see the log file of test_prims 2022-12-01T10:37:30.3376729Z ##[group]PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_rvct9_p8) 2022-12-01T10:37:30.3377629Z Test results will be stored in test-reports/python-unittest/test_prims 2022-12-01T10:37:30.3377897Z 2022-12-01T10:37:30.3378015Z Running tests... 2022-12-01T10:37:30.3378517Z ---------------------------------------------------------------------- 2022-12-01T10:37:30.3379109Z test_decomposition_method_vararg_ones_cpu_float32 (__main__.TestDecompCPU) ... ok (0.031s) 2022-12-01T10:37:30.3379757Z test_decomposition_method_vararg_permute_cpu_float32 (__main__.TestDecompCPU) ... ok (0.007s) 2022-12-01T10:37:30.3380463Z test_decomposition_type_promotion_nvprim_amp_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3381675Z test_decomposition_type_promotion_nvprim_amp_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3382448Z test_masked_fill_decomposition_under_nvprim_context_cpu_float16 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3383189Z test_masked_fill_decomposition_under_nvprim_context_cpu_float32 (__main__.TestDecompCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3384020Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-12-01T10:37:30.3384445Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.003s) 2022-12-01T10:37:30.3384918Z test_aten_overload_to_prims_cpu (__main__.TestPrimsCPU) ... ok (0.008s) 2022-12-01T10:37:30.3385560Z test_batch_norm_backward_nvprims_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3386027Z test_batch_norm_backward_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3386544Z test_broadcast_in_dim_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:37:30.3387183Z test_broadcast_in_dim_sum_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3387563Z test_cbrt_prim_cpu_float64 (__main__.TestPrimsCPU) ... ok (0.026s) 2022-12-01T10:37:30.3387887Z test_cbrt_prim_cpu_int64 (__main__.TestPrimsCPU) ... ok (0.022s) 2022-12-01T10:37:30.3388222Z test_cpu_tensor_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3388592Z test_cpu_tensor_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3389114Z test_memory_format_strides_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.055s) 2022-12-01T10:37:30.3389498Z test_native_batch_norm_nvprims_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.003s) 2022-12-01T10:37:30.3389881Z test_native_batch_norm_nvprims_cpu_float64 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3390250Z test_nvfuser_capability_context_cpu (__main__.TestPrimsCPU) ... ok (0.042s) 2022-12-01T10:37:30.3390624Z test_nvfuser_constant_tensors_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3391008Z test_nvfuser_empty_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3391387Z test_nvfuser_executor_cached_noncontiguous_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3391799Z test_nvfuser_executor_parameters_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3392196Z test_nvfuser_executor_partitioned_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3392605Z test_nvfuser_executor_partitioned_no_partitions_error_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3393004Z test_nvfuser_impl_is_used_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3393371Z test_nvfuser_no_args_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3393741Z test_nvfuser_rand_like_fusion_cpu (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3394161Z test_nvprim_convert_element_type_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3394548Z test_nvprim_convert_element_type_cpu_uint8 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3394904Z test_nvprims_cpu (__main__.TestPrimsCPU) ... ok (0.003s) 2022-12-01T10:37:30.3395253Z test_pytree_input_output_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3395606Z test_reshape_view_method_cpu_float32 (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T10:37:30.3395961Z test_skip_ops_nvfuser_capability_mode_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T10:37:30.3396318Z test_skip_ops_nvfuser_prims_mode_cpu (__main__.TestPrimsCPU) ... ok (0.004s) 2022-12-01T10:37:30.3396690Z test_var_correction_0_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3397053Z test_var_correction_1_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.001s) 2022-12-01T10:37:30.3397450Z test_var_mean_correction_0_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3397908Z test_var_mean_correction_0_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3398323Z test_var_mean_correction_0_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3398724Z test_var_mean_correction_0_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3399137Z test_var_mean_correction_1_keepdim_False_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3399551Z test_var_mean_correction_1_keepdim_False_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3399949Z test_var_mean_correction_1_keepdim_True_cpu_float16 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3400356Z test_var_mean_correction_1_keepdim_True_cpu_float32 (__main__.TestPrimsCPU) ... skip: Only runs on cuda (0.002s) 2022-12-01T10:37:30.3400744Z test_constant_pad_nd_memory_format_cpu_float32 (__main__.TestRefsCPU) ... ok (0.006s) 2022-12-01T10:37:30.3400943Z 2022-12-01T10:37:30.3401209Z ---------------------------------------------------------------------- 2022-12-01T10:37:30.3401482Z Ran 48 tests in 0.281s 2022-12-01T10:37:30.3401651Z 2022-12-01T10:37:30.3401750Z OK (skipped=34) 2022-12-01T10:37:30.3401882Z 2022-12-01T10:37:30.3401990Z Generating XML reports... 2022-12-01T10:37:30.3402448Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201103729.xml 2022-12-01T10:37:30.3402976Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201103729.xml 2022-12-01T10:37:30.3403501Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201103729.xml 2022-12-01T10:37:30.3404019Z Generated XML report: test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201103729.xml 2022-12-01T10:37:30.3404251Z 2022-12-01T10:37:30.3404562Z ##[endgroup] 2022-12-01T10:37:30.3404979Z FINISHED PRINTING LOG FILE of test_prims (/var/lib/jenkins/workspace/test/test-reports/test_prims_rvct9_p8) 2022-12-01T10:37:30.3405213Z 2022-12-01T10:37:30.3405409Z Running test_cpp_api_parity ... [2022-12-01 10:37:30.337968] 2022-12-01T10:37:30.3405919Z Executing ['/opt/conda/bin/python', '-bb', 'test_cpp_api_parity.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:30.338473] 2022-12-01T10:37:59.2641318Z 2022-12-01T10:37:59.2641908Z Expand the folded group to see the log file of test_cpp_api_parity 2022-12-01T10:37:59.2642672Z ##[group]PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_h8_120z3) 2022-12-01T10:37:59.2644176Z No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda' 2022-12-01T10:37:59.2644871Z Test results will be stored in test-reports/python-unittest/test_cpp_api_parity 2022-12-01T10:37:59.2645645Z 2022-12-01T10:37:59.2645935Z Running tests... 2022-12-01T10:37:59.2646465Z ---------------------------------------------------------------------- 2022-12-01T10:37:59.2647008Z test_torch_nn_AdaptiveAvgPool1d (__main__.TestCppApiParity) ... ok (0.116s) 2022-12-01T10:37:59.2647765Z test_torch_nn_AdaptiveAvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2648384Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2649073Z test_torch_nn_AdaptiveAvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2649707Z test_torch_nn_AdaptiveAvgPool1d_one_output (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2650283Z test_torch_nn_AdaptiveAvgPool1d_one_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2650867Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2651476Z test_torch_nn_AdaptiveAvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2652303Z test_torch_nn_AdaptiveAvgPool2d_single (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2652896Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2653722Z test_torch_nn_AdaptiveAvgPool2d_single_1x1output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2654347Z test_torch_nn_AdaptiveAvgPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2654895Z test_torch_nn_AdaptiveAvgPool2d_tuple (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2655424Z test_torch_nn_AdaptiveAvgPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2656005Z test_torch_nn_AdaptiveAvgPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2656561Z test_torch_nn_AdaptiveAvgPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2657035Z test_torch_nn_AdaptiveAvgPool3d_last_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2657673Z test_torch_nn_AdaptiveAvgPool3d_last_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2658224Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2658744Z test_torch_nn_AdaptiveAvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2659255Z test_torch_nn_AdaptiveAvgPool3d_single (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2659844Z test_torch_nn_AdaptiveAvgPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2660468Z test_torch_nn_AdaptiveAvgPool3d_tuple (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2661028Z test_torch_nn_AdaptiveAvgPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2661577Z test_torch_nn_AdaptiveAvgPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.043s) 2022-12-01T10:37:59.2662175Z test_torch_nn_AdaptiveAvgPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2662657Z test_torch_nn_AdaptiveMaxPool1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2663185Z test_torch_nn_AdaptiveMaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2663761Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2664269Z test_torch_nn_AdaptiveMaxPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2664806Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2665310Z test_torch_nn_AdaptiveMaxPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2665754Z test_torch_nn_AdaptiveMaxPool2d_single (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2666197Z test_torch_nn_AdaptiveMaxPool2d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2666798Z test_torch_nn_AdaptiveMaxPool2d_tuple (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2667482Z test_torch_nn_AdaptiveMaxPool2d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2668031Z test_torch_nn_AdaptiveMaxPool2d_tuple_none (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2668437Z test_torch_nn_AdaptiveMaxPool2d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2668886Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2669396Z test_torch_nn_AdaptiveMaxPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2669802Z test_torch_nn_AdaptiveMaxPool3d_single (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:37:59.2670207Z test_torch_nn_AdaptiveMaxPool3d_single_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2670603Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic (__main__.TestCppApiParity) ... ok (0.070s) 2022-12-01T10:37:59.2671029Z test_torch_nn_AdaptiveMaxPool3d_single_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2671439Z test_torch_nn_AdaptiveMaxPool3d_tuple (__main__.TestCppApiParity) ... ok (0.053s) 2022-12-01T10:37:59.2671827Z test_torch_nn_AdaptiveMaxPool3d_tuple_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2672235Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic (__main__.TestCppApiParity) ... ok (0.052s) 2022-12-01T10:37:59.2672657Z test_torch_nn_AdaptiveMaxPool3d_tuple_nonatomic_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2673125Z test_torch_nn_AdaptiveMaxPool3d_tuple_none (__main__.TestCppApiParity) ... ok (0.067s) 2022-12-01T10:37:59.2673563Z test_torch_nn_AdaptiveMaxPool3d_tuple_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2673945Z test_torch_nn_AvgPool1d (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2674321Z test_torch_nn_AvgPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2674759Z test_torch_nn_AvgPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2675285Z test_torch_nn_AvgPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2675670Z test_torch_nn_AvgPool1d_stride (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2676057Z test_torch_nn_AvgPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2676427Z test_torch_nn_AvgPool1d_stride_pad (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2676816Z test_torch_nn_AvgPool1d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2677186Z test_torch_nn_AvgPool2d (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2677549Z test_torch_nn_AvgPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2677952Z test_torch_nn_AvgPool2d_divisor (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2678336Z test_torch_nn_AvgPool2d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2678719Z test_torch_nn_AvgPool2d_divisor_stride (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2679109Z test_torch_nn_AvgPool2d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2679531Z test_torch_nn_AvgPool2d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2679997Z test_torch_nn_AvgPool2d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2680481Z test_torch_nn_AvgPool2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2680857Z test_torch_nn_AvgPool2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2681237Z test_torch_nn_AvgPool2d_stride (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2681616Z test_torch_nn_AvgPool2d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2681994Z test_torch_nn_AvgPool2d_stride_pad (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2682366Z test_torch_nn_AvgPool2d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2682782Z test_torch_nn_AvgPool3d (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2683145Z test_torch_nn_AvgPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2683505Z test_torch_nn_AvgPool3d_divisor (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2683884Z test_torch_nn_AvgPool3d_divisor_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2684265Z test_torch_nn_AvgPool3d_divisor_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2684650Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2685064Z test_torch_nn_AvgPool3d_divisor_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2685496Z test_torch_nn_AvgPool3d_divisor_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2685894Z test_torch_nn_AvgPool3d_divisor_stride_pad (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2686292Z test_torch_nn_AvgPool3d_divisor_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2686731Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2687176Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2687612Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2688052Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2688479Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:37:59.2688920Z test_torch_nn_AvgPool3d_divisor_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2689330Z test_torch_nn_AvgPool3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2689708Z test_torch_nn_AvgPool3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2690088Z test_torch_nn_AvgPool3d_stride (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2690458Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2690869Z test_torch_nn_AvgPool3d_stride1_pad0_gpu_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2691271Z test_torch_nn_AvgPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2691649Z test_torch_nn_AvgPool3d_stride_pad (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2692034Z test_torch_nn_AvgPool3d_stride_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2692439Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2692856Z test_torch_nn_AvgPool3d_stride_pad_gpu_fixedkw_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2693500Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2693930Z test_torch_nn_AvgPool3d_stride_pad_gpu_general_output_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2694354Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2694767Z test_torch_nn_AvgPool3d_stride_pad_gpu_input_nooverlap_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2695152Z test_torch_nn_BCELoss (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2695581Z test_torch_nn_BCELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2695962Z test_torch_nn_BCELoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-12-01T10:37:59.2696373Z test_torch_nn_BCELoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2696776Z test_torch_nn_BCELoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-12-01T10:37:59.2697185Z test_torch_nn_BCELoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2697575Z test_torch_nn_BCELoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-12-01T10:37:59.2697980Z test_torch_nn_BCELoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2698369Z test_torch_nn_BCELoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2698762Z test_torch_nn_BCELoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2699123Z test_torch_nn_BCELoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2699540Z test_torch_nn_BCELoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2699920Z test_torch_nn_BCEWithLogitsLoss (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2700293Z test_torch_nn_BCEWithLogitsLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2700711Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-12-01T10:37:59.2701148Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2701584Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-12-01T10:37:59.2702010Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2702440Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.056s) 2022-12-01T10:37:59.2702869Z test_torch_nn_BCEWithLogitsLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2703284Z test_torch_nn_BCEWithLogitsLoss_scalar_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2703690Z test_torch_nn_BCEWithLogitsLoss_scalar_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2704101Z test_torch_nn_BCEWithLogitsLoss_weights (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2704506Z test_torch_nn_BCEWithLogitsLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2704888Z test_torch_nn_BatchNorm1d_3d_input (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.2705276Z test_torch_nn_BatchNorm1d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2705669Z test_torch_nn_BatchNorm1d_3d_input_not_affine (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2706069Z test_torch_nn_BatchNorm1d_3d_input_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2706444Z test_torch_nn_BatchNorm1d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2706824Z test_torch_nn_BatchNorm1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2707217Z test_torch_nn_BatchNorm1d_affine_simple_average (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2707628Z test_torch_nn_BatchNorm1d_affine_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2708046Z test_torch_nn_BatchNorm1d_not_affine (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2708435Z test_torch_nn_BatchNorm1d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2708893Z test_torch_nn_BatchNorm1d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:37:59.2709288Z test_torch_nn_BatchNorm1d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2709682Z test_torch_nn_BatchNorm1d_zero_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2710068Z test_torch_nn_BatchNorm1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2710443Z test_torch_nn_BatchNorm2d (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.2710792Z test_torch_nn_BatchNorm2d_2d_simple_average (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T10:37:59.2711195Z test_torch_nn_BatchNorm2d_2d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2711608Z test_torch_nn_BatchNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2711983Z test_torch_nn_BatchNorm2d_momentum (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:37:59.2712386Z test_torch_nn_BatchNorm2d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2712771Z test_torch_nn_BatchNorm2d_not_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2713164Z test_torch_nn_BatchNorm2d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2713542Z test_torch_nn_BatchNorm2d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:37:59.2713947Z test_torch_nn_BatchNorm2d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2714338Z test_torch_nn_BatchNorm2d_zero_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2714727Z test_torch_nn_BatchNorm2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2715087Z test_torch_nn_BatchNorm3d (__main__.TestCppApiParity) ... ok (0.044s) 2022-12-01T10:37:59.2715447Z test_torch_nn_BatchNorm3d_3d_simple_average (__main__.TestCppApiParity) ... ok (0.048s) 2022-12-01T10:37:59.2715849Z test_torch_nn_BatchNorm3d_3d_simple_average_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2716258Z test_torch_nn_BatchNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2716624Z test_torch_nn_BatchNorm3d_momentum (__main__.TestCppApiParity) ... ok (0.045s) 2022-12-01T10:37:59.2717009Z test_torch_nn_BatchNorm3d_momentum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2717389Z test_torch_nn_BatchNorm3d_not_affine (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:37:59.2717766Z test_torch_nn_BatchNorm3d_not_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2718155Z test_torch_nn_BatchNorm3d_not_tracking_stats (__main__.TestCppApiParity) ... ok (0.044s) 2022-12-01T10:37:59.2718559Z test_torch_nn_BatchNorm3d_not_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2718948Z test_torch_nn_BatchNorm3d_zero_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2719321Z test_torch_nn_BatchNorm3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2719688Z test_torch_nn_CELU (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2720038Z test_torch_nn_CELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2720379Z test_torch_nn_CELU_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2720747Z test_torch_nn_CELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2721165Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2721579Z test_torch_nn_CTCLoss_2d_int_target_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2721967Z test_torch_nn_CTCLoss_2d_lengths_tensors (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2722360Z test_torch_nn_CTCLoss_2d_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2722750Z test_torch_nn_CTCLoss_lengths_tensors (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2723139Z test_torch_nn_CTCLoss_lengths_tensors_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2723498Z test_torch_nn_ConstantPad1d (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2723850Z test_torch_nn_ConstantPad1d_batch (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2724240Z test_torch_nn_ConstantPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2724613Z test_torch_nn_ConstantPad1d_complex (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2725032Z test_torch_nn_ConstantPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2725440Z test_torch_nn_ConstantPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2725808Z test_torch_nn_ConstantPad2d (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.2726149Z test_torch_nn_ConstantPad2d_complex (__main__.TestCppApiParity) ... ok (0.044s) 2022-12-01T10:37:59.2726537Z test_torch_nn_ConstantPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2726945Z test_torch_nn_ConstantPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2727318Z test_torch_nn_ConstantPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2727717Z test_torch_nn_ConstantPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2728099Z test_torch_nn_ConstantPad3d (__main__.TestCppApiParity) ... ok (0.181s) 2022-12-01T10:37:59.2728456Z test_torch_nn_ConstantPad3d_complex (__main__.TestCppApiParity) ... ok (0.192s) 2022-12-01T10:37:59.2728834Z test_torch_nn_ConstantPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2729239Z test_torch_nn_ConstantPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2729619Z test_torch_nn_ConstantPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.085s) 2022-12-01T10:37:59.2730016Z test_torch_nn_ConstantPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2730379Z test_torch_nn_Conv1d (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:37:59.2730730Z test_torch_nn_Conv1d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2731131Z test_torch_nn_Conv1d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2731519Z test_torch_nn_Conv1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2731880Z test_torch_nn_Conv1d_dilated (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2732254Z test_torch_nn_Conv1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2732619Z test_torch_nn_Conv1d_groups (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2733115Z test_torch_nn_Conv1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2733549Z test_torch_nn_Conv1d_pad1 (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T10:37:59.2733971Z test_torch_nn_Conv1d_pad1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2734329Z test_torch_nn_Conv1d_pad1size1 (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2734707Z test_torch_nn_Conv1d_pad1size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2735072Z test_torch_nn_Conv1d_pad2 (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.2735437Z test_torch_nn_Conv1d_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2735790Z test_torch_nn_Conv1d_pad2size1 (__main__.TestCppApiParity) ... ok (0.042s) 2022-12-01T10:37:59.2736168Z test_torch_nn_Conv1d_pad2size1_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2736537Z test_torch_nn_Conv1d_pad_same (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2737466Z test_torch_nn_Conv1d_pad_same2 (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/modules/conv.py:310: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at /var/lib/jenkins/workspace/aten/src/ATen/native/Convolution.cpp:896.) 2022-12-01T10:37:59.2738139Z self.padding, self.dilation, self.groups) 2022-12-01T10:37:59.2738381Z ok (0.036s) 2022-12-01T10:37:59.2738694Z test_torch_nn_Conv1d_pad_same2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2739095Z test_torch_nn_Conv1d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2739465Z test_torch_nn_Conv1d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2739857Z test_torch_nn_Conv1d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2740237Z test_torch_nn_Conv1d_pad_valid (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2740616Z test_torch_nn_Conv1d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2740989Z test_torch_nn_Conv1d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:37:59.2741389Z test_torch_nn_Conv1d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2741782Z test_torch_nn_Conv1d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2742173Z test_torch_nn_Conv1d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2742549Z test_torch_nn_Conv1d_stride (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2742921Z test_torch_nn_Conv1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2743289Z test_torch_nn_Conv1d_zero_batch (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2743655Z test_torch_nn_Conv1d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2744036Z test_torch_nn_Conv1d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2744426Z test_torch_nn_Conv1d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2744779Z test_torch_nn_Conv2d (__main__.TestCppApiParity) ... ok (0.047s) 2022-12-01T10:37:59.2745128Z test_torch_nn_Conv2d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.080s) 2022-12-01T10:37:59.2745527Z test_torch_nn_Conv2d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2745924Z test_torch_nn_Conv2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2746275Z test_torch_nn_Conv2d_depthwise (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:37:59.2746652Z test_torch_nn_Conv2d_depthwise_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2747064Z test_torch_nn_Conv2d_depthwise_dilated (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:37:59.2747458Z test_torch_nn_Conv2d_depthwise_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2747838Z test_torch_nn_Conv2d_depthwise_padded (__main__.TestCppApiParity) ... ok (0.043s) 2022-12-01T10:37:59.2748228Z test_torch_nn_Conv2d_depthwise_padded_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2748614Z test_torch_nn_Conv2d_depthwise_strided (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2749052Z test_torch_nn_Conv2d_depthwise_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2749454Z test_torch_nn_Conv2d_depthwise_with_multiplier (__main__.TestCppApiParity) ... ok (0.043s) 2022-12-01T10:37:59.2749867Z test_torch_nn_Conv2d_depthwise_with_multiplier_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2750259Z test_torch_nn_Conv2d_dilated (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2750622Z test_torch_nn_Conv2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2751019Z test_torch_nn_Conv2d_groups (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.2751396Z test_torch_nn_Conv2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2751767Z test_torch_nn_Conv2d_groups_thnn (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.2752133Z test_torch_nn_Conv2d_groups_thnn_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2752874Z test_torch_nn_Conv2d_no_bias (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2753243Z test_torch_nn_Conv2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2753599Z test_torch_nn_Conv2d_pad_same (__main__.TestCppApiParity) ... ok (0.048s) 2022-12-01T10:37:59.2753972Z test_torch_nn_Conv2d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2754352Z test_torch_nn_Conv2d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.2754747Z test_torch_nn_Conv2d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2755114Z test_torch_nn_Conv2d_pad_valid (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2755490Z test_torch_nn_Conv2d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2755862Z test_torch_nn_Conv2d_padding (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2756220Z test_torch_nn_Conv2d_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2756601Z test_torch_nn_Conv2d_reflect_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2757006Z test_torch_nn_Conv2d_reflect_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2757404Z test_torch_nn_Conv2d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2757795Z test_torch_nn_Conv2d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2758178Z test_torch_nn_Conv2d_strided (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2758550Z test_torch_nn_Conv2d_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2758920Z test_torch_nn_Conv2d_zero_batch (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2759283Z test_torch_nn_Conv2d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2759714Z test_torch_nn_Conv2d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2760154Z test_torch_nn_Conv2d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2760572Z test_torch_nn_Conv3d (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.2760918Z test_torch_nn_Conv3d_1x1x1_no_bias (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2761296Z test_torch_nn_Conv3d_1x1x1_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2761682Z test_torch_nn_Conv3d_circular_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.053s) 2022-12-01T10:37:59.2762070Z test_torch_nn_Conv3d_circular_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2762470Z test_torch_nn_Conv3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2762829Z test_torch_nn_Conv3d_dilated (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:37:59.2763187Z test_torch_nn_Conv3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2763567Z test_torch_nn_Conv3d_dilated_strided (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.2763959Z test_torch_nn_Conv3d_dilated_strided_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2764366Z test_torch_nn_Conv3d_groups (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.2764725Z test_torch_nn_Conv3d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2765089Z test_torch_nn_Conv3d_no_bias (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2765457Z test_torch_nn_Conv3d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2765823Z test_torch_nn_Conv3d_pad_same (__main__.TestCppApiParity) ... ok (0.081s) 2022-12-01T10:37:59.2766182Z test_torch_nn_Conv3d_pad_same_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2766567Z test_torch_nn_Conv3d_pad_same_dilated (__main__.TestCppApiParity) ... ok (0.123s) 2022-12-01T10:37:59.2766960Z test_torch_nn_Conv3d_pad_same_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2767325Z test_torch_nn_Conv3d_pad_valid (__main__.TestCppApiParity) ... ok (0.049s) 2022-12-01T10:37:59.2767700Z test_torch_nn_Conv3d_pad_valid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2768088Z test_torch_nn_Conv3d_replicate_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:37:59.2768492Z test_torch_nn_Conv3d_replicate_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2768856Z test_torch_nn_Conv3d_stride (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T10:37:59.2769227Z test_torch_nn_Conv3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2769604Z test_torch_nn_Conv3d_stride_padding (__main__.TestCppApiParity) ... ok (0.043s) 2022-12-01T10:37:59.2769979Z test_torch_nn_Conv3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2770357Z test_torch_nn_Conv3d_zero_batch (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2770733Z test_torch_nn_Conv3d_zero_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2771111Z test_torch_nn_Conv3d_zeros_stride2_pad2 (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:37:59.2771491Z test_torch_nn_Conv3d_zeros_stride2_pad2_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2771872Z test_torch_nn_ConvTranspose1d (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2772255Z test_torch_nn_ConvTranspose1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2772644Z test_torch_nn_ConvTranspose1d_dilated (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2773250Z test_torch_nn_ConvTranspose1d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2773648Z test_torch_nn_ConvTranspose1d_groups (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.2774050Z test_torch_nn_ConvTranspose1d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2774426Z test_torch_nn_ConvTranspose1d_no_bias (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2774815Z test_torch_nn_ConvTranspose1d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2775198Z test_torch_nn_ConvTranspose2d (__main__.TestCppApiParity) ... ok (0.066s) 2022-12-01T10:37:59.2775580Z test_torch_nn_ConvTranspose2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2775951Z test_torch_nn_ConvTranspose2d_dilated (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.2776348Z test_torch_nn_ConvTranspose2d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2776739Z test_torch_nn_ConvTranspose2d_groups (__main__.TestCppApiParity) ... ok (0.034s) 2022-12-01T10:37:59.2777183Z test_torch_nn_ConvTranspose2d_groups_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2777562Z test_torch_nn_ConvTranspose2d_no_bias (__main__.TestCppApiParity) ... ok (0.061s) 2022-12-01T10:37:59.2777955Z test_torch_nn_ConvTranspose2d_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2778336Z test_torch_nn_ConvTranspose3d (__main__.TestCppApiParity) ... ok (0.052s) 2022-12-01T10:37:59.2778705Z test_torch_nn_ConvTranspose3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2779088Z test_torch_nn_ConvTranspose3d_dilated (__main__.TestCppApiParity) ... ok (0.075s) 2022-12-01T10:37:59.2779482Z test_torch_nn_ConvTranspose3d_dilated_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2779874Z test_torch_nn_CosineEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2780258Z test_torch_nn_CosineEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2780657Z test_torch_nn_CosineEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2781070Z test_torch_nn_CosineEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2781472Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2781901Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2782332Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2782759Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2783177Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2783603Z test_torch_nn_CosineEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2783998Z test_torch_nn_CrossEntropyLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2784362Z test_torch_nn_CrossEntropyLoss_2d (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2784739Z test_torch_nn_CrossEntropyLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2785141Z test_torch_nn_CrossEntropyLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2785553Z test_torch_nn_CrossEntropyLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2786017Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2786442Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2786888Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2787355Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2787803Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2788272Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2788733Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.057s) 2022-12-01T10:37:59.2789254Z test_torch_nn_CrossEntropyLoss_2d_indices_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2789666Z test_torch_nn_CrossEntropyLoss_2d_prob_target (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2790112Z test_torch_nn_CrossEntropyLoss_2d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2790542Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2790973Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2791404Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2791863Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2792318Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2792764Z test_torch_nn_CrossEntropyLoss_2d_prob_target_smoothing_weight_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2793186Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2793615Z test_torch_nn_CrossEntropyLoss_2d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2794029Z test_torch_nn_CrossEntropyLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2794437Z test_torch_nn_CrossEntropyLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2794844Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2795282Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2795731Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2796196Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2796641Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2797105Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2797583Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2798073Z test_torch_nn_CrossEntropyLoss_3d_indices_target_smoothing_sum_reduction_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2798534Z test_torch_nn_CrossEntropyLoss_3d_prob_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2798950Z test_torch_nn_CrossEntropyLoss_3d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2799373Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2799805Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2800236Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2800695Z test_torch_nn_CrossEntropyLoss_3d_prob_target_smoothing_sum_reduction_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2801136Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2801570Z test_torch_nn_CrossEntropyLoss_3d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2802007Z test_torch_nn_CrossEntropyLoss_4d_prob_target (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2802417Z test_torch_nn_CrossEntropyLoss_4d_prob_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2802834Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2803248Z test_torch_nn_CrossEntropyLoss_4d_prob_target_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2803678Z test_torch_nn_CrossEntropyLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2804068Z test_torch_nn_CrossEntropyLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2804468Z test_torch_nn_CrossEntropyLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2804856Z test_torch_nn_CrossEntropyLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2805265Z test_torch_nn_CrossEntropyLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2805664Z test_torch_nn_CrossEntropyLoss_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2806068Z test_torch_nn_CrossEntropyLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2806439Z test_torch_nn_CrossMapLRN2d (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.2806817Z test_torch_nn_CrossMapLRN2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2807177Z test_torch_nn_ELU (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2807515Z test_torch_nn_ELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2807875Z test_torch_nn_ELU_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2808238Z test_torch_nn_ELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2808607Z test_torch_nn_Embedding (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2808954Z test_torch_nn_EmbeddingBag_discontiguous (__main__.TestCppApiParity) ... ok (0.043s) 2022-12-01T10:37:59.2809359Z test_torch_nn_EmbeddingBag_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2809748Z test_torch_nn_EmbeddingBag_max (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2810118Z test_torch_nn_EmbeddingBag_max_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2810510Z test_torch_nn_EmbeddingBag_max_padding_idx (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2810953Z test_torch_nn_EmbeddingBag_max_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2811340Z test_torch_nn_EmbeddingBag_mean (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2811713Z test_torch_nn_EmbeddingBag_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2812110Z test_torch_nn_EmbeddingBag_mean_padding_idx (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2812517Z test_torch_nn_EmbeddingBag_mean_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2812912Z test_torch_nn_EmbeddingBag_sparse (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2813463Z test_torch_nn_EmbeddingBag_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2813844Z test_torch_nn_EmbeddingBag_sum (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2814232Z test_torch_nn_EmbeddingBag_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2814606Z test_torch_nn_EmbeddingBag_sum_padding_idx (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2815061Z test_torch_nn_EmbeddingBag_sum_padding_idx_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2815471Z test_torch_nn_Embedding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2815853Z test_torch_nn_Embedding_discontiguous (__main__.TestCppApiParity) ... ok (0.041s) 2022-12-01T10:37:59.2816240Z test_torch_nn_Embedding_discontiguous_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2816625Z test_torch_nn_Embedding_sparse (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2817010Z test_torch_nn_Embedding_sparse_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2817363Z test_torch_nn_Flatten (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2817724Z test_torch_nn_Flatten_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2818092Z test_torch_nn_Flatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2818477Z test_torch_nn_Flatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2818826Z test_torch_nn_Fold (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2819176Z test_torch_nn_Fold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2819536Z test_torch_nn_Fold_int_input (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2820045Z test_torch_nn_Fold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2820604Z test_torch_nn_Fold_no_batch_dim_input (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2821175Z test_torch_nn_Fold_no_batch_dim_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2821727Z test_torch_nn_Fold_no_batch_dim_int_input (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2822262Z test_torch_nn_Fold_no_batch_dim_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2822810Z test_torch_nn_FractionalMaxPool2d_ratio (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2823406Z test_torch_nn_FractionalMaxPool2d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2823974Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2824549Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2825207Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2826014Z test_torch_nn_FractionalMaxPool2d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2826634Z test_torch_nn_FractionalMaxPool2d_size (__main__.TestCppApiParity) ... ok (0.051s) 2022-12-01T10:37:59.2827173Z test_torch_nn_FractionalMaxPool2d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2827741Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2828323Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2828979Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2829741Z test_torch_nn_FractionalMaxPool2d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2830375Z test_torch_nn_FractionalMaxPool3d_asymsize (__main__.TestCppApiParity) ... ok (0.044s) 2022-12-01T10:37:59.2830914Z test_torch_nn_FractionalMaxPool3d_asymsize_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2831583Z test_torch_nn_FractionalMaxPool3d_ratio (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2832147Z test_torch_nn_FractionalMaxPool3d_ratio_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2832762Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2833376Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2833972Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2834584Z test_torch_nn_FractionalMaxPool3d_ratio_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2835229Z test_torch_nn_FractionalMaxPool3d_size (__main__.TestCppApiParity) ... ok (0.048s) 2022-12-01T10:37:59.2835826Z test_torch_nn_FractionalMaxPool3d_size_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2836408Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2837023Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2837606Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2838275Z test_torch_nn_FractionalMaxPool3d_size_no_batch_dim_no_random_samples_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2838849Z test_torch_nn_GELU (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2839381Z test_torch_nn_GELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2839916Z test_torch_nn_GELU_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2840412Z test_torch_nn_GELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2840881Z test_torch_nn_GLU (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2841332Z test_torch_nn_GLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2841775Z test_torch_nn_GLU_dim (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2842218Z test_torch_nn_GLU_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2842688Z test_torch_nn_GroupNorm_1d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2843150Z test_torch_nn_GroupNorm_1d_affine_GN (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2843720Z test_torch_nn_GroupNorm_1d_affine_GN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2844268Z test_torch_nn_GroupNorm_1d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2844800Z test_torch_nn_GroupNorm_1d_affine_large_batch (__main__.TestCppApiParity) ... ok (0.059s) 2022-12-01T10:37:59.2845333Z test_torch_nn_GroupNorm_1d_affine_large_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2845859Z test_torch_nn_GroupNorm_1d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2846423Z test_torch_nn_GroupNorm_1d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2846982Z test_torch_nn_GroupNorm_1d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2847565Z test_torch_nn_GroupNorm_1d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2848121Z test_torch_nn_GroupNorm_2d_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2848614Z test_torch_nn_GroupNorm_2d_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2849191Z test_torch_nn_GroupNorm_2d_affine_large_feature (__main__.TestCppApiParity) ... ok (0.094s) 2022-12-01T10:37:59.2849732Z test_torch_nn_GroupNorm_2d_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2850244Z test_torch_nn_GroupNorm_2d_no_affine_IN (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2850753Z test_torch_nn_GroupNorm_2d_no_affine_IN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2851250Z test_torch_nn_GroupNorm_2d_no_affine_LN (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2851739Z test_torch_nn_GroupNorm_2d_no_affine_LN_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2852276Z test_torch_nn_GroupNorm_2d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.081s) 2022-12-01T10:37:59.2852825Z test_torch_nn_GroupNorm_2d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2853487Z test_torch_nn_Hardshrink (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2853956Z test_torch_nn_Hardshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2854434Z test_torch_nn_Hardshrink_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2854939Z test_torch_nn_Hardshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2855395Z test_torch_nn_Hardtanh (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2855869Z test_torch_nn_Hardtanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2856388Z test_torch_nn_Hardtanh_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2856930Z test_torch_nn_Hardtanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2857468Z test_torch_nn_HingeEmbeddingLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2858045Z test_torch_nn_HingeEmbeddingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2858576Z test_torch_nn_HingeEmbeddingLoss_margin (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2859089Z test_torch_nn_HingeEmbeddingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2859663Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-12-01T10:37:59.2860243Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2860941Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-12-01T10:37:59.2861506Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2862096Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-12-01T10:37:59.2862681Z test_torch_nn_HingeEmbeddingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2863252Z test_torch_nn_HingeEmbeddingLoss_scalar_margin (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2863808Z test_torch_nn_HingeEmbeddingLoss_scalar_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2864341Z test_torch_nn_HuberLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2864839Z test_torch_nn_HuberLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2865365Z test_torch_nn_InstanceNorm1d (__main__.TestCppApiParity) ... ok (0.065s) 2022-12-01T10:37:59.2865914Z test_torch_nn_InstanceNorm1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2866574Z test_torch_nn_InstanceNorm1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2867154Z test_torch_nn_InstanceNorm1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2867664Z test_torch_nn_InstanceNorm1d_tracking_stats (__main__.TestCppApiParity) ... ok (0.029s) 2022-12-01T10:37:59.2868207Z test_torch_nn_InstanceNorm1d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2868767Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2869450Z test_torch_nn_InstanceNorm1d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2869983Z test_torch_nn_InstanceNorm2d (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2870488Z test_torch_nn_InstanceNorm2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2871013Z test_torch_nn_InstanceNorm2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2871555Z test_torch_nn_InstanceNorm2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2872082Z test_torch_nn_InstanceNorm2d_tracking_stats (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2872613Z test_torch_nn_InstanceNorm2d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2873158Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2873755Z test_torch_nn_InstanceNorm2d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2874346Z test_torch_nn_InstanceNorm3d (__main__.TestCppApiParity) ... ok (0.037s) 2022-12-01T10:37:59.2874926Z test_torch_nn_InstanceNorm3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2875444Z test_torch_nn_InstanceNorm3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.2875955Z test_torch_nn_InstanceNorm3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2876482Z test_torch_nn_InstanceNorm3d_tracking_stats (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.2877014Z test_torch_nn_InstanceNorm3d_tracking_stats_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2877569Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim (__main__.TestCppApiParity) ... ok (0.051s) 2022-12-01T10:37:59.2878133Z test_torch_nn_InstanceNorm3d_tracking_stats_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2879641Z test_torch_nn_KLDivLoss (__main__.TestCppApiParity) ... /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:37:59.2880644Z "reduction: 'mean' divides the total loss by both the batch size and the support size." 2022-12-01T10:37:59.2882077Z /var/lib/jenkins/workspace/test/cpp_api_parity/module_impl_check.py:149: UserWarning: reduction: 'mean' divides the total loss by both the batch size and the support size.'batchmean' divides only by the batch size, and aligns with the KL div math definition.'mean' will be changed to behave the same as 'batchmean' in the next major release. (Triggered internally at /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h:57.) 2022-12-01T10:37:59.2883246Z cpp_test_fn(arg_dict_file_path, module_file_path, forward_output_file_path, backward_grad_dict_file_path) 2022-12-01T10:37:59.2883630Z ok (0.019s) 2022-12-01T10:37:59.2884099Z test_torch_nn_KLDivLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2884604Z test_torch_nn_KLDivLoss_log_target (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2885099Z test_torch_nn_KLDivLoss_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2885604Z test_torch_nn_KLDivLoss_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2886109Z test_torch_nn_KLDivLoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2886633Z test_torch_nn_KLDivLoss_scalar_log_target (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2887154Z test_torch_nn_KLDivLoss_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2887667Z test_torch_nn_L1Loss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2888138Z test_torch_nn_L1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2888619Z test_torch_nn_L1Loss_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2889086Z test_torch_nn_L1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2889566Z test_torch_nn_LPPool1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2890052Z test_torch_nn_LPPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2890565Z test_torch_nn_LPPool1d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2891138Z test_torch_nn_LPPool1d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2891716Z test_torch_nn_LPPool1d_norm (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2892204Z test_torch_nn_LPPool1d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2892698Z test_torch_nn_LPPool2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2899678Z test_torch_nn_LPPool2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2900284Z test_torch_nn_LPPool2d_norm (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2900774Z test_torch_nn_LPPool2d_norm_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2901286Z test_torch_nn_LayerNorm_1d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2901827Z test_torch_nn_LayerNorm_1d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2902381Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2903062Z test_torch_nn_LayerNorm_1d_empty_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.008s) 2022-12-01T10:37:59.2903635Z test_torch_nn_LayerNorm_1d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.2904205Z test_torch_nn_LayerNorm_1d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2904762Z test_torch_nn_LayerNorm_3d_elementwise_affine (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.2905311Z test_torch_nn_LayerNorm_3d_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2905874Z test_torch_nn_LayerNorm_3d_no_affine_large_feature (__main__.TestCppApiParity) ... ok (0.258s) 2022-12-01T10:37:59.2906433Z test_torch_nn_LayerNorm_3d_no_affine_large_feature_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2906969Z test_torch_nn_LayerNorm_3d_no_elementwise_affine (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.2907520Z test_torch_nn_LayerNorm_3d_no_elementwise_affine_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2908143Z test_torch_nn_LeakyReLU (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2908677Z test_torch_nn_LeakyReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2909294Z test_torch_nn_LeakyReLU_with_negval (__main__.TestCppApiParity) ... ok (0.056s) 2022-12-01T10:37:59.2909820Z test_torch_nn_LeakyReLU_with_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2910345Z test_torch_nn_LeakyReLU_with_negval_scalar (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2910882Z test_torch_nn_LeakyReLU_with_negval_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2911396Z test_torch_nn_LeakyReLU_with_zero_negval (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2911934Z test_torch_nn_LeakyReLU_with_zero_negval_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2912432Z test_torch_nn_Linear (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2912896Z test_torch_nn_Linear_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2913387Z test_torch_nn_Linear_no_batch_dim (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2913899Z test_torch_nn_Linear_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2914414Z test_torch_nn_Linear_no_bias (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2914901Z test_torch_nn_Linear_no_bias_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2915421Z test_torch_nn_LocalResponseNorm_1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2915955Z test_torch_nn_LocalResponseNorm_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2916534Z test_torch_nn_LocalResponseNorm_2d_uneven_pad (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2917140Z test_torch_nn_LocalResponseNorm_2d_uneven_pad_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2917775Z test_torch_nn_LocalResponseNorm_3d_custom_params (__main__.TestCppApiParity) ... ok (0.095s) 2022-12-01T10:37:59.2918375Z test_torch_nn_LocalResponseNorm_3d_custom_params_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2918904Z test_torch_nn_LogSigmoid (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2919405Z test_torch_nn_LogSigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2919923Z test_torch_nn_LogSigmoid_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2920517Z test_torch_nn_LogSigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2920998Z test_torch_nn_LogSoftmax (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2921501Z test_torch_nn_LogSoftmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2922004Z test_torch_nn_LogSoftmax_multiparam (__main__.TestCppApiParity) ... ok (0.045s) 2022-12-01T10:37:59.2922518Z test_torch_nn_LogSoftmax_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2923049Z test_torch_nn_LogSoftmax_multiparam_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2923604Z test_torch_nn_LogSoftmax_multiparam_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2924142Z test_torch_nn_LogSoftmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2924688Z test_torch_nn_LogSoftmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2925244Z test_torch_nn_MSELoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2925782Z test_torch_nn_MSELoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2926346Z test_torch_nn_MSELoss_prec (__main__.TestCppApiParity) ... ok (0.121s) 2022-12-01T10:37:59.2926842Z test_torch_nn_MSELoss_prec_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2927342Z test_torch_nn_MSELoss_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2927854Z test_torch_nn_MSELoss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2928353Z test_torch_nn_MarginRankingLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2928890Z test_torch_nn_MarginRankingLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2929433Z test_torch_nn_MarginRankingLoss_margin (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2929994Z test_torch_nn_MarginRankingLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2930540Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2931129Z test_torch_nn_MarginRankingLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2931747Z test_torch_nn_MarginRankingLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2932384Z test_torch_nn_MarginRankingLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2932961Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2933659Z test_torch_nn_MarginRankingLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2934190Z test_torch_nn_MaxPool1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2934666Z test_torch_nn_MaxPool1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2935169Z test_torch_nn_MaxPool1d_stride (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2935691Z test_torch_nn_MaxPool1d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2936199Z test_torch_nn_MaxPool2d_3d_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2936692Z test_torch_nn_MaxPool2d_3d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2937199Z test_torch_nn_MaxPool2d_4d_input (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2937706Z test_torch_nn_MaxPool2d_4d_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2938188Z test_torch_nn_MaxPool3d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2938833Z test_torch_nn_MaxPool3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2939413Z test_torch_nn_MaxPool3d_stride (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.2939924Z test_torch_nn_MaxPool3d_stride_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2940424Z test_torch_nn_MaxPool3d_stride_padding (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2940951Z test_torch_nn_MaxPool3d_stride_padding_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2941442Z test_torch_nn_Mish (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2941887Z test_torch_nn_Mish_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2942344Z test_torch_nn_Mish_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2942819Z test_torch_nn_Mish_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2943321Z test_torch_nn_MultiLabelMarginLoss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2943797Z test_torch_nn_MultiLabelMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2944402Z test_torch_nn_MultiLabelMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2944975Z test_torch_nn_MultiLabelMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2945518Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2946069Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2946684Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2947313Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2947971Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2948536Z test_torch_nn_MultiLabelMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2949148Z test_torch_nn_MultiLabelSoftMarginLoss (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2949687Z test_torch_nn_MultiLabelSoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2950242Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.054s) 2022-12-01T10:37:59.2950813Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2951390Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2951975Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2952557Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2953119Z test_torch_nn_MultiLabelSoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2953688Z test_torch_nn_MultiLabelSoftMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2954252Z test_torch_nn_MultiLabelSoftMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2954768Z test_torch_nn_MultiMarginLoss (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2955209Z test_torch_nn_MultiMarginLoss_1d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2955703Z test_torch_nn_MultiMarginLoss_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2956371Z test_torch_nn_MultiMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2956928Z test_torch_nn_MultiMarginLoss_margin (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2957528Z test_torch_nn_MultiMarginLoss_margin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2958024Z test_torch_nn_MultiMarginLoss_p (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2958516Z test_torch_nn_MultiMarginLoss_p_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2958996Z test_torch_nn_MultiMarginLoss_weights (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2959519Z test_torch_nn_MultiMarginLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2960010Z test_torch_nn_NLLLoss (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2960451Z test_torch_nn_NLLLoss_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2960911Z test_torch_nn_NLLLoss_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2961475Z test_torch_nn_NLLLoss_2d_ignore_index (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2961993Z test_torch_nn_NLLLoss_2d_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2962478Z test_torch_nn_NLLLoss_2d_weights (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2962979Z test_torch_nn_NLLLoss_2d_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2963497Z test_torch_nn_NLLLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2963972Z test_torch_nn_NLLLoss_dim_is_3 (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2964437Z test_torch_nn_NLLLoss_dim_is_3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2964969Z test_torch_nn_NLLLoss_higher_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2965513Z test_torch_nn_NLLLoss_higher_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2966108Z test_torch_nn_NLLLoss_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2966598Z test_torch_nn_NLLLoss_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2967125Z test_torch_nn_NLLLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.026s) 2022-12-01T10:37:59.2967665Z test_torch_nn_NLLLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2968186Z test_torch_nn_NLLLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-12-01T10:37:59.2968719Z test_torch_nn_NLLLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2969257Z test_torch_nn_NLLLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.022s) 2022-12-01T10:37:59.2969791Z test_torch_nn_NLLLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2970268Z test_torch_nn_NLLLoss_weights (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2970761Z test_torch_nn_NLLLoss_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2971271Z test_torch_nn_NLLLoss_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2971801Z test_torch_nn_NLLLoss_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2972311Z test_torch_nn_NLLLoss_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2972870Z test_torch_nn_NLLLoss_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2973591Z test_torch_nn_PReLU_1d (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2974083Z test_torch_nn_PReLU_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2974645Z test_torch_nn_PReLU_1d_multiparam (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.2975156Z test_torch_nn_PReLU_1d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2975636Z test_torch_nn_PReLU_2d (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2976086Z test_torch_nn_PReLU_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2976565Z test_torch_nn_PReLU_2d_multiparam (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.2977069Z test_torch_nn_PReLU_2d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2977545Z test_torch_nn_PReLU_3d (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T10:37:59.2978015Z test_torch_nn_PReLU_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2978499Z test_torch_nn_PReLU_3d_multiparam (__main__.TestCppApiParity) ... ok (0.050s) 2022-12-01T10:37:59.2979104Z test_torch_nn_PReLU_3d_multiparam_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2979597Z test_torch_nn_PReLU_scalar (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2980077Z test_torch_nn_PReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2980568Z test_torch_nn_PairwiseDistance (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2981038Z test_torch_nn_PairwiseDistance_broadcast_lhs (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2981626Z test_torch_nn_PairwiseDistance_broadcast_lhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2982227Z test_torch_nn_PairwiseDistance_broadcast_rhs (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2982865Z test_torch_nn_PairwiseDistance_broadcast_rhs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2983417Z test_torch_nn_PairwiseDistance_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2983936Z test_torch_nn_PairwiseDistance_no_batch_dim (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2984474Z test_torch_nn_PairwiseDistance_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2985033Z test_torch_nn_PairwiseDistance_with_non_default_args (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.2985578Z test_torch_nn_PairwiseDistance_with_non_default_args_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2986090Z test_torch_nn_PixelShuffle (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.2986584Z test_torch_nn_PixelShuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2987063Z test_torch_nn_PixelUnshuffle (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.2987575Z test_torch_nn_PixelUnshuffle_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2988082Z test_torch_nn_PoissonNLLLoss_full_loss (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2988610Z test_torch_nn_PoissonNLLLoss_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2989196Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2989776Z test_torch_nn_PoissonNLLLoss_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2990308Z test_torch_nn_PoissonNLLLoss_no_full_loss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2990990Z test_torch_nn_PoissonNLLLoss_no_full_loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2991568Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2992226Z test_torch_nn_PoissonNLLLoss_no_full_loss_no_log_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2992766Z test_torch_nn_RReLU (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.2993212Z test_torch_nn_RReLU_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2993684Z test_torch_nn_RReLU_with_up_down (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2994180Z test_torch_nn_RReLU_with_up_down_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2994708Z test_torch_nn_RReLU_with_up_down_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2995342Z test_torch_nn_RReLU_with_up_down_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.2995928Z test_torch_nn_ReLU (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2996499Z test_torch_nn_ReLU6 (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.2997016Z test_torch_nn_ReLU6_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2997524Z test_torch_nn_ReLU6_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.2998094Z test_torch_nn_ReLU6_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2998689Z test_torch_nn_ReLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.2999187Z test_torch_nn_ReLU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.2999714Z test_torch_nn_ReLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3000240Z test_torch_nn_ReflectionPad1d (__main__.TestCppApiParity) ... ok (0.052s) 2022-12-01T10:37:59.3000760Z test_torch_nn_ReflectionPad1d_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3001327Z test_torch_nn_ReflectionPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3001911Z test_torch_nn_ReflectionPad1d_complex (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.3002524Z test_torch_nn_ReflectionPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3003127Z test_torch_nn_ReflectionPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3003759Z test_torch_nn_ReflectionPad2d (__main__.TestCppApiParity) ... ok (0.059s) 2022-12-01T10:37:59.3004351Z test_torch_nn_ReflectionPad2d_complex (__main__.TestCppApiParity) ... ok (0.083s) 2022-12-01T10:37:59.3005018Z test_torch_nn_ReflectionPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3005711Z test_torch_nn_ReflectionPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3006382Z test_torch_nn_ReflectionPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.036s) 2022-12-01T10:37:59.3007089Z test_torch_nn_ReflectionPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3007732Z test_torch_nn_ReflectionPad3d (__main__.TestCppApiParity) ... ok (0.110s) 2022-12-01T10:37:59.3008313Z test_torch_nn_ReflectionPad3d_complex (__main__.TestCppApiParity) ... ok (0.198s) 2022-12-01T10:37:59.3008919Z test_torch_nn_ReflectionPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3009584Z test_torch_nn_ReflectionPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3010143Z test_torch_nn_ReflectionPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.067s) 2022-12-01T10:37:59.3010840Z test_torch_nn_ReflectionPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3011439Z test_torch_nn_ReplicationPad1d (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.3011990Z test_torch_nn_ReplicationPad1d_batch (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3012591Z test_torch_nn_ReplicationPad1d_batch_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3013338Z test_torch_nn_ReplicationPad1d_complex (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3013961Z test_torch_nn_ReplicationPad1d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3014604Z test_torch_nn_ReplicationPad1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3015201Z test_torch_nn_ReplicationPad2d (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.3015777Z test_torch_nn_ReplicationPad2d_complex (__main__.TestCppApiParity) ... ok (0.056s) 2022-12-01T10:37:59.3016410Z test_torch_nn_ReplicationPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3017164Z test_torch_nn_ReplicationPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3017801Z test_torch_nn_ReplicationPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.3018471Z test_torch_nn_ReplicationPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3019062Z test_torch_nn_ReplicationPad3d (__main__.TestCppApiParity) ... ok (0.062s) 2022-12-01T10:37:59.3019590Z test_torch_nn_ReplicationPad3d_complex (__main__.TestCppApiParity) ... ok (0.101s) 2022-12-01T10:37:59.3020205Z test_torch_nn_ReplicationPad3d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3020848Z test_torch_nn_ReplicationPad3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3021430Z test_torch_nn_ReplicationPad3d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.044s) 2022-12-01T10:37:59.3022054Z test_torch_nn_ReplicationPad3d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3022679Z test_torch_nn_SELU (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.3023225Z test_torch_nn_SELU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3023747Z test_torch_nn_SELU_scalar (__main__.TestCppApiParity) ... ok (0.048s) 2022-12-01T10:37:59.3024311Z test_torch_nn_SELU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3024913Z test_torch_nn_SampleModule_has_parity (__main__.TestCppApiParity) ... ok (0.035s) 2022-12-01T10:37:59.3025531Z test_torch_nn_SampleModule_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3026226Z test_torch_nn_SampleModule_no_parity (__main__.TestCppApiParity) ... expected failure (0.030s) 2022-12-01T10:37:59.3026915Z test_torch_nn_SampleModule_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3027547Z test_torch_nn_SiLU (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.3028115Z test_torch_nn_SiLU_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3028698Z test_torch_nn_SiLU_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3029389Z test_torch_nn_SiLU_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3029998Z test_torch_nn_Sigmoid (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3030583Z test_torch_nn_Sigmoid_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3031202Z test_torch_nn_Sigmoid_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3031963Z test_torch_nn_Sigmoid_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3032564Z test_torch_nn_SmoothL1Loss (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3033171Z test_torch_nn_SmoothL1Loss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3033704Z test_torch_nn_SmoothL1Loss_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3034276Z test_torch_nn_SmoothL1Loss_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3034800Z test_torch_nn_SoftMarginLoss (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3035354Z test_torch_nn_SoftMarginLoss_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3035948Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... expected failure (0.020s) 2022-12-01T10:37:59.3036551Z test_torch_nn_SoftMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3037166Z test_torch_nn_SoftMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-12-01T10:37:59.3037839Z test_torch_nn_SoftMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3038503Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... expected failure (0.019s) 2022-12-01T10:37:59.3039158Z test_torch_nn_SoftMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3039752Z test_torch_nn_Softmax (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.3040287Z test_torch_nn_Softmax2d (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:37:59.3040863Z test_torch_nn_Softmax2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3041461Z test_torch_nn_Softmax2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.3042088Z test_torch_nn_Softmax2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3042729Z test_torch_nn_Softmax_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3043318Z test_torch_nn_Softmax_no_batch_dim (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3043906Z test_torch_nn_Softmax_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3044494Z test_torch_nn_Softmax_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3045071Z test_torch_nn_Softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3045616Z test_torch_nn_Softmin (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3046152Z test_torch_nn_Softmin_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3046726Z test_torch_nn_Softmin_multidim (__main__.TestCppApiParity) ... ok (0.030s) 2022-12-01T10:37:59.3047298Z test_torch_nn_Softmin_multidim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3047882Z test_torch_nn_Softmin_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3048483Z test_torch_nn_Softmin_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3049083Z test_torch_nn_Softmin_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3049640Z test_torch_nn_Softmin_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3050244Z test_torch_nn_Softplus (__main__.TestCppApiParity) ... ok (0.027s) 2022-12-01T10:37:59.3050781Z test_torch_nn_Softplus_beta (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3051360Z test_torch_nn_Softplus_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3052065Z test_torch_nn_Softplus_beta_threshold (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3052680Z test_torch_nn_Softplus_beta_threshold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3053458Z test_torch_nn_Softplus_beta_threshold_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3054086Z test_torch_nn_Softplus_beta_threshold_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3054749Z test_torch_nn_Softplus_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3055317Z test_torch_nn_Softshrink (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3055901Z test_torch_nn_Softshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3056480Z test_torch_nn_Softshrink_lambda (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3057085Z test_torch_nn_Softshrink_lambda_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3057718Z test_torch_nn_Softshrink_lambda_scalar (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3058435Z test_torch_nn_Softshrink_lambda_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3059019Z test_torch_nn_Softsign (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3059585Z test_torch_nn_Softsign_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3060142Z test_torch_nn_Softsign_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3060699Z test_torch_nn_Softsign_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3061262Z test_torch_nn_Tanh (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3061814Z test_torch_nn_Tanh_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3062386Z test_torch_nn_Tanh_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3062985Z test_torch_nn_Tanh_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3063576Z test_torch_nn_Tanhshrink (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3064157Z test_torch_nn_Tanhshrink_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3064761Z test_torch_nn_Tanhshrink_scalar (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3065401Z test_torch_nn_Tanhshrink_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3066032Z test_torch_nn_Threshold_large_value (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.3066663Z test_torch_nn_Threshold_large_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3067306Z test_torch_nn_Threshold_threshold_value (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3067965Z test_torch_nn_Threshold_threshold_value_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3068636Z test_torch_nn_Threshold_threshold_value_scalar (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3069403Z test_torch_nn_Threshold_threshold_value_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3070122Z test_torch_nn_TransformerDecoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.157s) 2022-12-01T10:37:59.3070873Z test_torch_nn_TransformerDecoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3071598Z test_torch_nn_TransformerDecoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.147s) 2022-12-01T10:37:59.3072280Z test_torch_nn_TransformerDecoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3073105Z test_torch_nn_TransformerEncoderLayer_gelu_activation (__main__.TestCppApiParity) ... ok (0.104s) 2022-12-01T10:37:59.3073837Z test_torch_nn_TransformerEncoderLayer_gelu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3074565Z test_torch_nn_TransformerEncoderLayer_relu_activation (__main__.TestCppApiParity) ... ok (0.115s) 2022-12-01T10:37:59.3075295Z test_torch_nn_TransformerEncoderLayer_relu_activation_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3076000Z test_torch_nn_Transformer_multilayer_coder (__main__.TestCppApiParity) ... ok (0.457s) 2022-12-01T10:37:59.3076677Z test_torch_nn_Transformer_multilayer_coder_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3077335Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean (__main__.TestCppApiParity) ... ok (0.023s) 2022-12-01T10:37:59.3078037Z test_torch_nn_TripletMarginLoss_no_batch_dim_mean_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3078727Z test_torch_nn_TripletMarginLoss_no_batch_dim_none (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3079488Z test_torch_nn_TripletMarginLoss_no_batch_dim_none_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3080131Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3080850Z test_torch_nn_TripletMarginLoss_no_batch_dim_sum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3081487Z test_torch_nn_Unflatten_no_batch_dim (__main__.TestCppApiParity) ... ok (0.022s) 2022-12-01T10:37:59.3082076Z test_torch_nn_Unflatten_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3082649Z test_torch_nn_Unfold (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.3083216Z test_torch_nn_Unfold_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3083815Z test_torch_nn_Unfold_int_input (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.3084388Z test_torch_nn_Unfold_int_input_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3084981Z test_torch_nn_ZeroPad2d (__main__.TestCppApiParity) ... ok (0.026s) 2022-12-01T10:37:59.3085550Z test_torch_nn_ZeroPad2d_complex (__main__.TestCppApiParity) ... ok (0.031s) 2022-12-01T10:37:59.3086176Z test_torch_nn_ZeroPad2d_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3086808Z test_torch_nn_ZeroPad2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3087396Z test_torch_nn_ZeroPad2d_negative_dims (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3088044Z test_torch_nn_ZeroPad2d_negative_dims_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3088694Z test_torch_nn_ZeroPad2d_no_batch_dim (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3089300Z test_torch_nn_ZeroPad2d_no_batch_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3089928Z test_torch_nn_functional_BCELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.3090583Z test_torch_nn_functional_BCELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3091245Z test_torch_nn_functional_BCELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3091942Z test_torch_nn_functional_BCELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3092644Z test_torch_nn_functional_BCELoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:37:59.3093474Z test_torch_nn_functional_BCELoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3094285Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:37:59.3095013Z test_torch_nn_functional_BCELoss_weights_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3096419Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum (__main__.TestCppApiParity) ... /opt/conda/lib/python3.7/site-packages/torch/nn/_reduction.py:42: UserWarning: size_average and reduce args will be deprecated, please use reduction='none' instead. 2022-12-01T10:37:59.3097227Z warnings.warn(warning.format(ret)) 2022-12-01T10:37:59.3097572Z ok (0.014s) 2022-12-01T10:37:59.3098115Z test_torch_nn_functional_BCEWithLogitsLoss_legacy_enum_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3098850Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.014s) 2022-12-01T10:37:59.3099583Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3100301Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3101175Z test_torch_nn_functional_BCEWithLogitsLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3101904Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3104573Z test_torch_nn_functional_HingeEmbeddingLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3105286Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3105981Z test_torch_nn_functional_HingeEmbeddingLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3106642Z test_torch_nn_functional_HuberLoss_delta (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3107277Z test_torch_nn_functional_HuberLoss_delta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3107915Z test_torch_nn_functional_KLDivLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3108570Z test_torch_nn_functional_KLDivLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3109293Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3110022Z test_torch_nn_functional_KLDivLoss_no_reduce_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3110687Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3111403Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3112129Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3112845Z test_torch_nn_functional_KLDivLoss_no_reduce_scalar_log_target_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3113547Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3114256Z test_torch_nn_functional_KLDivLoss_with_log_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3114946Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3115616Z test_torch_nn_functional_KLDivLoss_with_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3116272Z test_torch_nn_functional_L1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.016s) 2022-12-01T10:37:59.3116894Z test_torch_nn_functional_L1Loss_no_reduce_complex (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3117583Z test_torch_nn_functional_L1Loss_no_reduce_complex_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3118248Z test_torch_nn_functional_L1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3118917Z test_torch_nn_functional_L1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3119614Z test_torch_nn_functional_L1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3120273Z test_torch_nn_functional_MSELoss_no_reduce (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3120889Z test_torch_nn_functional_MSELoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3121537Z test_torch_nn_functional_MSELoss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3122215Z test_torch_nn_functional_MSELoss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3123022Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3123763Z test_torch_nn_functional_MultiLabelMarginLoss_0d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3124462Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3125258Z test_torch_nn_functional_MultiLabelMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3125932Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3126670Z test_torch_nn_functional_MultiLabelMarginLoss_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3127379Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3128105Z test_torch_nn_functional_MultiLabelMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3128820Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3129600Z test_torch_nn_functional_MultiLabelSoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3130376Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3131127Z test_torch_nn_functional_MultiLabelSoftMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3131823Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3132526Z test_torch_nn_functional_MultiMarginLoss_1d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3133595Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3134144Z test_torch_nn_functional_MultiMarginLoss_margin_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3134571Z test_torch_nn_functional_MultiMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3135005Z test_torch_nn_functional_MultiMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3135430Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3135860Z test_torch_nn_functional_MultiMarginLoss_p_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3136281Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3136726Z test_torch_nn_functional_MultiMarginLoss_weights_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3137147Z test_torch_nn_functional_NLLLoss2d_no_reduce (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3137543Z test_torch_nn_functional_NLLLoss2d_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3137960Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3138393Z test_torch_nn_functional_NLLLoss2d_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3138817Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3139231Z test_torch_nn_functional_NLLLoss2d_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3139647Z test_torch_nn_functional_NLLLossNd_no_reduce (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3140203Z test_torch_nn_functional_NLLLossNd_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3140626Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3141046Z test_torch_nn_functional_NLLLossNd_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3141537Z test_torch_nn_functional_NLLLossNd_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3141963Z test_torch_nn_functional_NLLLossNd_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3142376Z test_torch_nn_functional_NLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3142766Z test_torch_nn_functional_NLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3143179Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3143609Z test_torch_nn_functional_NLLLoss_no_reduce_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3144028Z test_torch_nn_functional_NLLLoss_no_reduce_weights (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3144434Z test_torch_nn_functional_NLLLoss_no_reduce_weights_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3144863Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3145305Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3145735Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg (__main__.TestCppApiParity) ... ok (0.017s) 2022-12-01T10:37:59.3146187Z test_torch_nn_functional_NLLLoss_no_reduce_weights_ignore_index_neg_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3146612Z test_torch_nn_functional_Padding122112_3dcircular (__main__.TestCppApiParity) ... ok (0.021s) 2022-12-01T10:37:59.3147024Z test_torch_nn_functional_Padding122112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3147418Z test_torch_nn_functional_Padding1221_2dcircular (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3147828Z test_torch_nn_functional_Padding1221_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3148233Z test_torch_nn_functional_Padding12_1dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3148641Z test_torch_nn_functional_Padding12_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3149091Z test_torch_nn_functional_Padding2322_2dcircular (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3149504Z test_torch_nn_functional_Padding2322_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3149913Z test_torch_nn_functional_Padding31_1dcircular (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3150328Z test_torch_nn_functional_Padding31_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3150729Z test_torch_nn_functional_Padding322112_3dcircular (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3151147Z test_torch_nn_functional_Padding322112_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3151562Z test_torch_nn_functional_Padding332122_3dcircular (__main__.TestCppApiParity) ... ok (0.028s) 2022-12-01T10:37:59.3151958Z test_torch_nn_functional_Padding332122_3dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3152393Z test_torch_nn_functional_Padding3331_2dcircular (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3152805Z test_torch_nn_functional_Padding3331_2dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3153208Z test_torch_nn_functional_Padding33_1dcircular (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3153636Z test_torch_nn_functional_Padding33_1dcircular_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3154045Z test_torch_nn_functional_PoissonNLLLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3154462Z test_torch_nn_functional_PoissonNLLLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3154863Z test_torch_nn_functional_SmoothL1Loss_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3155248Z test_torch_nn_functional_SmoothL1Loss_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3155650Z test_torch_nn_functional_SmoothL1Loss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3156058Z test_torch_nn_functional_SmoothL1Loss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3156475Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3156891Z test_torch_nn_functional_SmoothL1Loss_no_reduce_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3157300Z test_torch_nn_functional_SmoothL1Loss_zero_beta (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3157702Z test_torch_nn_functional_SmoothL1Loss_zero_beta_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3158098Z test_torch_nn_functional_SoftMarginLoss_no_reduce (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3158516Z test_torch_nn_functional_SoftMarginLoss_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3158927Z test_torch_nn_functional_interpolate_bicubic_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3159335Z test_torch_nn_functional_interpolate_bicubic_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3159742Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3160167Z test_torch_nn_functional_interpolate_bicubic_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3160588Z test_torch_nn_functional_interpolate_bicubic_scale_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3161010Z test_torch_nn_functional_interpolate_bicubic_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3161431Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3161878Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3162322Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3162758Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3163216Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3163697Z test_torch_nn_functional_interpolate_bicubic_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3164130Z test_torch_nn_functional_interpolate_bicubic_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3164570Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3165010Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3165469Z test_torch_nn_functional_interpolate_bicubic_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3165914Z test_torch_nn_functional_interpolate_bilinear_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3166328Z test_torch_nn_functional_interpolate_bilinear_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3166737Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3167164Z test_torch_nn_functional_interpolate_bilinear_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3167589Z test_torch_nn_functional_interpolate_bilinear_scale_2d (__main__.TestCppApiParity) ... ok (0.025s) 2022-12-01T10:37:59.3168013Z test_torch_nn_functional_interpolate_bilinear_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3168433Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3168883Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_shared_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3169332Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3169759Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3170233Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3170462Z test_torch_nn_functional_interpolate_bilinear_scale_tuple_skewed_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3170651Z test_torch_nn_functional_interpolate_bilinear_tuple_2d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3170858Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3171089Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3171302Z test_torch_nn_functional_interpolate_bilinear_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3171481Z test_torch_nn_functional_interpolate_linear_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3171681Z test_torch_nn_functional_interpolate_linear_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3171890Z test_torch_nn_functional_interpolate_linear_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3172097Z test_torch_nn_functional_interpolate_linear_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3172289Z test_torch_nn_functional_interpolate_linear_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3172506Z test_torch_nn_functional_interpolate_linear_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3172693Z test_torch_nn_functional_interpolate_linear_scale_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3172895Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3173364Z test_torch_nn_functional_interpolate_linear_scale_1d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3173586Z test_torch_nn_functional_interpolate_linear_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3173776Z test_torch_nn_functional_interpolate_linear_tuple_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3174019Z test_torch_nn_functional_interpolate_linear_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3174206Z test_torch_nn_functional_interpolate_nearest_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3174415Z test_torch_nn_functional_interpolate_nearest_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3174607Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3174824Z test_torch_nn_functional_interpolate_nearest_1d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3175008Z test_torch_nn_functional_interpolate_nearest_2d (__main__.TestCppApiParity) ... ok (0.018s) 2022-12-01T10:37:59.3175219Z test_torch_nn_functional_interpolate_nearest_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3175421Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs (__main__.TestCppApiParity) ... ok (0.033s) 2022-12-01T10:37:59.3175652Z test_torch_nn_functional_interpolate_nearest_2d_launch_configs_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3175845Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3176050Z test_torch_nn_functional_interpolate_nearest_2d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3176231Z test_torch_nn_functional_interpolate_nearest_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:37:59.3176443Z test_torch_nn_functional_interpolate_nearest_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.008s) 2022-12-01T10:37:59.3176631Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.032s) 2022-12-01T10:37:59.3176846Z test_torch_nn_functional_interpolate_nearest_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3177033Z test_torch_nn_functional_interpolate_nearest_scale_1d (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3177248Z test_torch_nn_functional_interpolate_nearest_scale_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3177431Z test_torch_nn_functional_interpolate_nearest_scale_2d (__main__.TestCppApiParity) ... ok (0.024s) 2022-12-01T10:37:59.3177644Z test_torch_nn_functional_interpolate_nearest_scale_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3177815Z test_torch_nn_functional_interpolate_nearest_scale_3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.3178026Z test_torch_nn_functional_interpolate_nearest_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3178206Z test_torch_nn_functional_interpolate_nearest_tuple_1d (__main__.TestCppApiParity) ... ok (0.009s) 2022-12-01T10:37:59.3178417Z test_torch_nn_functional_interpolate_nearest_tuple_1d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3178596Z test_torch_nn_functional_interpolate_nearest_tuple_2d (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3178803Z test_torch_nn_functional_interpolate_nearest_tuple_2d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3178982Z test_torch_nn_functional_interpolate_nearest_tuple_3d (__main__.TestCppApiParity) ... ok (0.040s) 2022-12-01T10:37:59.3179218Z test_torch_nn_functional_interpolate_nearest_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3179403Z test_torch_nn_functional_interpolate_trilinear_3d (__main__.TestCppApiParity) ... ok (0.039s) 2022-12-01T10:37:59.3179602Z test_torch_nn_functional_interpolate_trilinear_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3179821Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3180041Z test_torch_nn_functional_interpolate_trilinear_3d_zero_dim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3180229Z test_torch_nn_functional_interpolate_trilinear_scale_3d (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.3180435Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners (__main__.TestCppApiParity) ... ok (0.038s) 2022-12-01T10:37:59.3180670Z test_torch_nn_functional_interpolate_trilinear_scale_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3180888Z test_torch_nn_functional_interpolate_trilinear_scale_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3181079Z test_torch_nn_functional_interpolate_trilinear_tuple_3d (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3181289Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners (__main__.TestCppApiParity) ... ok (0.019s) 2022-12-01T10:37:59.3181521Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_align_corners_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3181725Z test_torch_nn_functional_interpolate_trilinear_tuple_3d_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3181898Z test_torch_nn_functional_log_softmax_dim0 (__main__.TestCppApiParity) ... ok (0.020s) 2022-12-01T10:37:59.3182099Z test_torch_nn_functional_log_softmax_dim0_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3182272Z test_torch_nn_functional_log_softmax_dim3 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3182472Z test_torch_nn_functional_log_softmax_dim3_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3182650Z test_torch_nn_functional_log_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:37:59.3182855Z test_torch_nn_functional_log_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3183030Z test_torch_nn_functional_log_softmax_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3183233Z test_torch_nn_functional_log_softmax_scalar_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3183398Z test_torch_nn_functional_log_softmax_spatial (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3183603Z test_torch_nn_functional_log_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3183793Z test_torch_nn_functional_log_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3184007Z test_torch_nn_functional_log_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3184216Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3184448Z test_torch_nn_functional_multimarginloss_1d_input_0d_target_no_reduce_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3184639Z test_torch_nn_functional_sample_functional_has_parity (__main__.TestCppApiParity) ... ok (0.008s) 2022-12-01T10:37:59.3184854Z test_torch_nn_functional_sample_functional_has_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3185085Z test_torch_nn_functional_sample_functional_no_parity (__main__.TestCppApiParity) ... expected failure (0.009s) 2022-12-01T10:37:59.3185286Z test_torch_nn_functional_sample_functional_no_parity_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3185470Z test_torch_nn_functional_softmax_functional_dim0 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3185713Z test_torch_nn_functional_softmax_functional_dim0_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.3185893Z test_torch_nn_functional_softmax_functional_dim3 (__main__.TestCppApiParity) ... ok (0.012s) 2022-12-01T10:37:59.3186108Z test_torch_nn_functional_softmax_functional_dim3_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.3186293Z test_torch_nn_functional_softmax_functional_scalar (__main__.TestCppApiParity) ... ok (0.007s) 2022-12-01T10:37:59.3186515Z test_torch_nn_functional_softmax_functional_scalar_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.3186689Z test_torch_nn_functional_softmax_lastdim (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:37:59.3186891Z test_torch_nn_functional_softmax_lastdim_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3187063Z test_torch_nn_functional_softmax_lastdim_dtype (__main__.TestCppApiParity) ... ok (0.015s) 2022-12-01T10:37:59.3187276Z test_torch_nn_functional_softmax_lastdim_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.3187448Z test_torch_nn_functional_softmax_spatial (__main__.TestCppApiParity) ... ok (0.010s) 2022-12-01T10:37:59.3187648Z test_torch_nn_functional_softmax_spatial_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3187828Z test_torch_nn_functional_softmax_spatial_dtype (__main__.TestCppApiParity) ... ok (0.011s) 2022-12-01T10:37:59.3188041Z test_torch_nn_functional_softmax_spatial_dtype_cuda (__main__.TestCppApiParity) ... skip: Excluded from CUDA tests (0.000s) 2022-12-01T10:37:59.3188229Z test_torch_nn_functional_softmax_spatial_special (__main__.TestCppApiParity) ... ok (0.013s) 2022-12-01T10:37:59.3188439Z test_torch_nn_functional_softmax_spatial_special_cuda (__main__.TestCppApiParity) ... skip: CUDA unavailable (0.000s) 2022-12-01T10:37:59.3188449Z 2022-12-01T10:37:59.3188718Z ---------------------------------------------------------------------- 2022-12-01T10:37:59.3188873Z Ran 1100 tests in 16.319s 2022-12-01T10:37:59.3188883Z 2022-12-01T10:37:59.3188990Z OK (skipped=550, expected failures=17) 2022-12-01T10:37:59.3188996Z 2022-12-01T10:37:59.3189104Z Generating XML reports... 2022-12-01T10:37:59.3189448Z Generated XML report: test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201103742.xml 2022-12-01T10:37:59.3189453Z 2022-12-01T10:37:59.3189841Z ##[endgroup] 2022-12-01T10:37:59.3190166Z FINISHED PRINTING LOG FILE of test_cpp_api_parity (/var/lib/jenkins/workspace/test/test-reports/test_cpp_api_parity_h8_120z3) 2022-12-01T10:37:59.3190172Z 2022-12-01T10:37:59.3190370Z Running test_cuda_primary_ctx ... [2022-12-01 10:37:59.267224] 2022-12-01T10:37:59.3190768Z Executing ['/opt/conda/bin/python', '-bb', 'test_cuda_primary_ctx.py', '-v', '--subprocess', '--import-slow-tests', '--import-disabled-tests'] ... [2022-12-01 10:37:59.267731] 2022-12-01T10:38:02.8527343Z 2022-12-01T10:38:02.8528014Z Expand the folded group to see the log file of test_cuda_primary_ctx 2022-12-01T10:38:02.8529130Z ##[group]PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_cg3gp3ag) 2022-12-01T10:38:02.8539432Z CUDA not available, skipping tests 2022-12-01T10:38:02.8539687Z 2022-12-01T10:38:02.8540404Z ##[endgroup] 2022-12-01T10:38:02.8541064Z FINISHED PRINTING LOG FILE of test_cuda_primary_ctx (/var/lib/jenkins/workspace/test/test-reports/test_cuda_primary_ctx_cg3gp3ag) 2022-12-01T10:38:02.8541321Z 2022-12-01T10:38:03.4116586Z 2022-12-01T10:38:03.4117208Z real 27m32.226s 2022-12-01T10:38:03.4117582Z user 50m13.817s 2022-12-01T10:38:03.4117916Z sys 3m33.898s 2022-12-01T10:38:03.4118234Z + assert_git_not_dirty 2022-12-01T10:38:03.4118857Z + [[ linux-focal-py3.7-clang7-asan != *rocm* ]] 2022-12-01T10:38:03.4119432Z + [[ linux-focal-py3.7-clang7-asan != *xla* ]] 2022-12-01T10:38:03.4120394Z ++ git status --porcelain 2022-12-01T10:38:14.1135231Z + git_status= 2022-12-01T10:38:14.1135709Z + [[ -n '' ]] 2022-12-01T10:38:14.1218622Z Prepare all required actions 2022-12-01T10:38:14.1218968Z Getting action download info 2022-12-01T10:38:14.2932014Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-12-01T10:38:14.2932277Z with: 2022-12-01T10:38:14.2932650Z github-token: *** 2022-12-01T10:38:14.2932853Z env: 2022-12-01T10:38:14.2933246Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:14.2933478Z ##[endgroup] 2022-12-01T10:38:14.2961649Z ##[group]Run nick-fields/retry@7d4a37704547a311dbb66ebdf5b23ec19374a767 2022-12-01T10:38:14.2961930Z with: 2022-12-01T10:38:14.2962124Z shell: bash 2022-12-01T10:38:14.2962346Z timeout_minutes: 10 2022-12-01T10:38:14.2962574Z max_attempts: 5 2022-12-01T10:38:14.2962785Z retry_wait_seconds: 30 2022-12-01T10:38:14.2963213Z 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:38:14.2963662Z polling_interval_seconds: 1 2022-12-01T10:38:14.2963889Z warning_on_retry: true 2022-12-01T10:38:14.2964120Z continue_on_error: false 2022-12-01T10:38:14.2964336Z env: 2022-12-01T10:38:14.2964589Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:14.2964937Z GITHUB_TOKEN: *** 2022-12-01T10:38:14.2965174Z ##[endgroup] 2022-12-01T10:38:14.7404960Z 2022-12-01T10:38:14.7410632Z ##[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:38:14.7453602Z + python3 -m pip install requests==2.26.0 2022-12-01T10:38:15.5200934Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:38:15.5468621Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2022-12-01T10:38:15.5599975Z 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:38:15.5622073Z 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:38:15.5644228Z 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:38:15.5811157Z 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:38:15.7748252Z ++ python3 .github/scripts/get_workflow_job_id.py 3591403534 i-0526d8e7600520733 2022-12-01T10:38:19.9105914Z + GHA_WORKFLOW_JOB_ID=9818440707 2022-12-01T10:38:19.9106494Z + echo '::set-output name=job-id::9818440707' 2022-12-01T10:38:19.9108166Z ##[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:38:20.7520437Z Command completed after 1 attempt(s). 2022-12-01T10:38:20.7520782Z 2022-12-01T10:38:20.7522905Z ##[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:38:20.7639071Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:38:20.7639354Z kill "$MONITOR_SCRIPT_PID" 2022-12-01T10:38:20.8510456Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:20.8510746Z env: 2022-12-01T10:38:20.8510966Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:20.8511334Z MONITOR_SCRIPT_PID: 5286 2022-12-01T10:38:20.8511582Z ##[endgroup] 2022-12-01T10:38:20.8595172Z Prepare all required actions 2022-12-01T10:38:20.8595497Z Getting action download info 2022-12-01T10:38:21.0227927Z Download action repository 'actions/upload-artifact@v2' (SHA:82c141cc518b40d92cc801eee768e7aafc9c2fa2) 2022-12-01T10:38:21.1860626Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-12-01T10:38:21.1860894Z with: 2022-12-01T10:38:21.1861161Z file-suffix: test-default-5-5-linux.2xlarge_9818440707 2022-12-01T10:38:21.1861408Z env: 2022-12-01T10:38:21.1861624Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:21.1861852Z ##[endgroup] 2022-12-01T10:38:21.1887181Z ##[group]Run # Remove any previous test jsons if they exist 2022-12-01T10:38:21.1887508Z # Remove any previous test jsons if they exist 2022-12-01T10:38:21.1887782Z rm -f test-jsons-*.zip 2022-12-01T10:38:21.1888073Z zip -r "test-jsons-${FILE_SUFFIX}.zip" test -i '*.json' 2022-12-01T10:38:21.1899195Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:21.1899497Z env: 2022-12-01T10:38:21.1899719Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:21.1900000Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_9818440707 2022-12-01T10:38:21.1900272Z ##[endgroup] 2022-12-01T10:38:21.2025435Z adding: test/allowlist_for_publicAPI.json (deflated 80%) 2022-12-01T10:38:21.2052167Z adding: test/benchmark_utils/callgrind_artifacts.json (deflated 92%) 2022-12-01T10:38:21.2058225Z adding: test/profiler/profiler_utils_mock_events.json (deflated 87%) 2022-12-01T10:38:21.2059468Z adding: test/.pytorch-slow-tests.json (deflated 76%) 2022-12-01T10:38:21.2067779Z adding: test/.pytorch-disabled-tests.json (deflated 86%) 2022-12-01T10:38:21.2087956Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:38:21.2088289Z # Remove any previous test reports if they exist 2022-12-01T10:38:21.2088575Z rm -f test-reports-*.zip 2022-12-01T10:38:21.2088877Z zip -r "test-reports-${FILE_SUFFIX}.zip" test -i '*.xml' 2022-12-01T10:38:21.2099319Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:21.2099586Z env: 2022-12-01T10:38:21.2099807Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:21.2100084Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_9818440707 2022-12-01T10:38:21.2100355Z ##[endgroup] 2022-12-01T10:38:21.2176754Z adding: test/test-reports/python-unittest/test_dataloader/TEST-IntegrationTestDataLoaderDataPipe-20221201101042.xml (deflated 45%) 2022-12-01T10:38:21.2177419Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConcatDataset-20221201101042.xml (deflated 74%) 2022-12-01T10:38:21.2178003Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDatasetRandomSplit-20221201101042.xml (deflated 75%) 2022-12-01T10:38:21.2178602Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDictDataLoader-20221201101042.xml (deflated 70%) 2022-12-01T10:38:21.2179211Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestNamedTupleDataLoader-20221201101042.xml (deflated 43%) 2022-12-01T10:38:21.2179802Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestSetAffinity-20221201101042.xml (deflated 40%) 2022-12-01T10:38:21.2180345Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestTensorDataset-20221201101042.xml (deflated 71%) 2022-12-01T10:38:21.2180910Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestConvAfterFork-20221201101042.xml (deflated 42%) 2022-12-01T10:38:21.2181473Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestCustomPinFn-20221201101042.xml (deflated 59%) 2022-12-01T10:38:21.2182116Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader-20221201101042.xml (deflated 93%) 2022-12-01T10:38:21.2182657Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2-20221201101042.xml (deflated 51%) 2022-12-01T10:38:21.2183333Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoader2_EventLoop-20221201101042.xml (deflated 60%) 2022-12-01T10:38:21.2185151Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestDataLoaderPersistentWorkers-20221201101042.xml (deflated 93%) 2022-12-01T10:38:21.2185800Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestIndividualWorkerQueue-20221201101042.xml (deflated 41%) 2022-12-01T10:38:21.2186403Z adding: test/test-reports/python-unittest/test_dataloader/TEST-TestStringDataLoader-20221201101042.xml (deflated 42%) 2022-12-01T10:38:21.2186998Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestBothSerializationCPU-20221201101043.xml (deflated 58%) 2022-12-01T10:38:21.2187602Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestOldSerialization-20221201101043.xml (deflated 82%) 2022-12-01T10:38:21.2188602Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSerialization-20221201101043.xml (deflated 85%) 2022-12-01T10:38:21.2189272Z adding: test/test-reports/python-unittest/test_serialization/TEST-TestSubclassSerialization-20221201101043.xml (deflated 76%) 2022-12-01T10:38:21.2190081Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertClose-20221201101227.xml (deflated 83%) 2022-12-01T10:38:21.2190663Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseContainer-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2191281Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseErrorMessage-20221201101227.xml (deflated 83%) 2022-12-01T10:38:21.2209643Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseQuantized-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2210723Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSC-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2211630Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseBSR-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2212656Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCOO-20221201101227.xml (deflated 75%) 2022-12-01T10:38:21.2213623Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSC-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2214541Z adding: test/test-reports/python-unittest/test_testing/TEST-TestAssertCloseSparseCSR-20221201101227.xml (deflated 69%) 2022-12-01T10:38:21.2215105Z adding: test/test-reports/python-unittest/test_testing/TEST-TestFrameworkUtils-20221201101227.xml (deflated 41%) 2022-12-01T10:38:21.2215646Z adding: test/test-reports/python-unittest/test_testing/TEST-TestImports-20221201101227.xml (deflated 50%) 2022-12-01T10:38:21.2216172Z adding: test/test-reports/python-unittest/test_testing/TEST-TestOpInfos-20221201101227.xml (deflated 53%) 2022-12-01T10:38:21.2216717Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrization-20221201101227.xml (deflated 88%) 2022-12-01T10:38:21.2217389Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestParametrizationDeviceTypeCPU-20221201101227.xml (deflated 88%) 2022-12-01T10:38:21.2217999Z adding: test/test-reports/python-unittest/test_testing/TEST-TestTestingCPU-20221201101227.xml (deflated 89%) 2022-12-01T10:38:21.2218551Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestOldViewOpsCPU-20221201101254.xml (deflated 89%) 2022-12-01T10:38:21.2219100Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsCPU-20221201101254.xml (deflated 93%) 2022-12-01T10:38:21.2219631Z adding: test/test-reports/python-unittest/test_view_ops/TEST-TestViewOpsLAZY-20221201101254.xml (deflated 96%) 2022-12-01T10:38:21.2220195Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyDynamicOps-20221201101305.xml (deflated 40%) 2022-12-01T10:38:21.2220776Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyOpInfoCPU-20221201101305.xml (deflated 95%) 2022-12-01T10:38:21.2221511Z adding: test/test-reports/python-unittest/lazy.test_ts_opinfo/TEST-TestLazyTensor-20221201101305.xml (deflated 58%) 2022-12-01T10:38:21.2222064Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNN-20221201101327.xml (deflated 83%) 2022-12-01T10:38:21.2222675Z adding: test/test-reports/python-unittest/nn.test_embedding/TEST-TestEmbeddingNNDeviceTypeCPU-20221201101327.xml (deflated 95%) 2022-12-01T10:38:21.2223289Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestPythonOptimizeMode-20221201101348.xml (deflated 40%) 2022-12-01T10:38:21.2223874Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessDeprecation-20221201101348.xml (deflated 43%) 2022-12-01T10:38:21.2224486Z adding: test/test-reports/python-unittest/test_stateless/TEST-TestStatelessFunctionalAPI-20221201101348.xml (deflated 77%) 2022-12-01T10:38:21.2225076Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensor-20221201101355.xml (deflated 79%) 2022-12-01T10:38:21.2225675Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorAutograd-20221201101355.xml (deflated 84%) 2022-12-01T10:38:21.2226295Z adding: test/test-reports/python-unittest/test_nestedtensor/TEST-TestNestedTensorDeviceTypeCPU-20221201101355.xml (deflated 93%) 2022-12-01T10:38:21.2226917Z adding: test/test-reports/python-unittest/profiler.test_profiler_tree/TEST-TestProfilerTree-20221201101406.xml (deflated 83%) 2022-12-01T10:38:21.2227489Z adding: test/test-reports/python-unittest/test_shape_ops/TEST-TestShapeOpsCPU-20221201101406.xml (deflated 90%) 2022-12-01T10:38:21.2353722Z adding: test/test-reports/python-unittest/test_unary_ufuncs/TEST-TestUnaryUfuncsCPU-20221201101424.xml (deflated 97%) 2022-12-01T10:38:21.2356835Z adding: test/test-reports/python-unittest/test_masked/TEST-TestMaskedCPU-20221201101428.xml (deflated 95%) 2022-12-01T10:38:21.2357935Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBasicsCPU-20221201101523.xml (deflated 77%) 2022-12-01T10:38:21.2359280Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestBinary-20221201101523.xml (deflated 94%) 2022-12-01T10:38:21.2366057Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestOperatorsCPU-20221201101523.xml (deflated 97%) 2022-12-01T10:38:21.2367271Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestReductions-20221201101523.xml (deflated 83%) 2022-12-01T10:38:21.2368856Z adding: test/test-reports/python-unittest/test_maskedtensor/TEST-TestUnary-20221201101523.xml (deflated 96%) 2022-12-01T10:38:21.2370012Z adding: test/test-reports/python-unittest/test_model_dump/TEST-TestModelDump-20221201101539.xml (deflated 76%) 2022-12-01T10:38:21.2371074Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestExprHandlePyBind-20221201101548.xml (deflated 40%) 2022-12-01T10:38:21.2372159Z adding: test/test-reports/python-unittest/test_tensorexpr_pybind/TEST-TestTensorExprPyBind-20221201101548.xml (deflated 86%) 2022-12-01T10:38:21.2373405Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.AnnotationsTest-20221201103435.xml (deflated 78%) 2022-12-01T10:38:21.2374406Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_cse_pass.TestCSEPass-20221201103435.xml (deflated 85%) 2022-12-01T10:38:21.2375388Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_common_passes.TestCommonPass-20221201103435.xml (deflated 85%) 2022-12-01T10:38:21.2376434Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_const_fold.TestConstFold-20221201103435.xml (deflated 85%) 2022-12-01T10:38:21.2377631Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_fx_param_shape_control_flow.TestConstParamShapeInControlFlow-20221201103435.xml (deflated 74%) 2022-12-01T10:38:21.2378725Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_dce_pass.TestDCE-20221201103435.xml (deflated 82%) 2022-12-01T10:38:21.2382482Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFX-20221201103435.xml (deflated 86%) 2022-12-01T10:38:21.2383479Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFXAPIBackwardCompatibility-20221201103435.xml (deflated 63%) 2022-12-01T10:38:21.2385169Z adding: test/test-reports/python-unittest/test_fx/TEST-TestFunctionalTracing-20221201103435.xml (deflated 94%) 2022-12-01T10:38:21.2396111Z adding: test/test-reports/python-unittest/test_fx/TEST-TestOperatorSignaturesCPU-20221201103435.xml (deflated 95%) 2022-12-01T10:38:21.2397178Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_pass_infra.TestPassManager-20221201103435.xml (deflated 74%) 2022-12-01T10:38:21.2398105Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_subgraph_rewriter.TestSubgraphRewriter-20221201103435.xml (deflated 86%) 2022-12-01T10:38:21.2399027Z adding: test/test-reports/python-unittest/test_fx/TEST-fx.test_gradual_type.TypeCheckerTest-20221201103435.xml (deflated 89%) 2022-12-01T10:38:21.2401062Z adding: test/test-reports/python-unittest/test_cpp_extensions_jit/TEST-TestCppExtensionJIT-20221201103450.xml (deflated 85%) 2022-12-01T10:38:21.2402136Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestAgainstScipy-20221201103546.xml (deflated 59%) 2022-12-01T10:38:21.2403247Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestConstraints-20221201103546.xml (deflated 56%) 2022-12-01T10:38:21.2404366Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributionShapes-20221201103546.xml (deflated 91%) 2022-12-01T10:38:21.2407461Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestDistributions-20221201103546.xml (deflated 90%) 2022-12-01T10:38:21.2408580Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestFunctors-20221201103546.xml (deflated 70%) 2022-12-01T10:38:21.2409605Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestJit-20221201103546.xml (deflated 73%) 2022-12-01T10:38:21.2410610Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestKL-20221201103546.xml (deflated 82%) 2022-12-01T10:38:21.2411727Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestLazyLogitsInitialization-20221201103546.xml (deflated 58%) 2022-12-01T10:38:21.2412870Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestNumericalStability-20221201103546.xml (deflated 82%) 2022-12-01T10:38:21.2414133Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestRsample-20221201103546.xml (deflated 75%) 2022-12-01T10:38:21.2415206Z adding: test/test-reports/python-unittest/distributions.test_distributions/TEST-TestValidation-20221201103546.xml (deflated 65%) 2022-12-01T10:38:21.2416200Z adding: test/test-reports/python-unittest/test_indexing/TEST-NumpyTestsCPU-20221201103721.xml (deflated 81%) 2022-12-01T10:38:21.2417185Z adding: test/test-reports/python-unittest/test_indexing/TEST-TestIndexingCPU-20221201103721.xml (deflated 87%) 2022-12-01T10:38:21.2418087Z adding: test/test-reports/python-unittest/test_prims/TEST-TestDecompCPU-20221201103729.xml (deflated 77%) 2022-12-01T10:38:21.2418979Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsBasic-20221201103729.xml (deflated 52%) 2022-12-01T10:38:21.2419868Z adding: test/test-reports/python-unittest/test_prims/TEST-TestPrimsCPU-20221201103729.xml (deflated 90%) 2022-12-01T10:38:21.2420742Z adding: test/test-reports/python-unittest/test_prims/TEST-TestRefsCPU-20221201103729.xml (deflated 39%) 2022-12-01T10:38:21.2436116Z adding: test/test-reports/python-unittest/test_cpp_api_parity/TEST-TestCppApiParity-20221201103742.xml (deflated 96%) 2022-12-01T10:38:21.2617486Z adding: test/test-reports/python-pytest/test_ops/test_ops-7066ff56102e6831.xml (deflated 97%) 2022-12-01T10:38:21.2797886Z adding: test/test-reports/python-pytest/test_ops/test_ops-2a9b19954110fcfe.xml (deflated 97%) 2022-12-01T10:38:21.2798722Z adding: test/test-reports/python-pytest/test_ops/test_ops-2f5251f8e1d8ae92.xml (deflated 89%) 2022-12-01T10:38:21.2820049Z ##[group]Run # Remove any previous test reports if they exist 2022-12-01T10:38:21.2820393Z # Remove any previous test reports if they exist 2022-12-01T10:38:21.2820672Z rm -f usage-log-*.zip 2022-12-01T10:38:21.2820992Z # this workflow is also run in bazel build test, but we dont generate usage reports for it 2022-12-01T10:38:21.2821310Z # so check to see if the file exists first 2022-12-01T10:38:21.2821579Z if [ -f 'usage_log.txt' ]; then 2022-12-01T10:38:21.2821867Z  zip "usage-log-${FILE_SUFFIX}.zip" 'usage_log.txt' 2022-12-01T10:38:21.2822109Z fi 2022-12-01T10:38:21.2832043Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:21.2832310Z env: 2022-12-01T10:38:21.2832515Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:21.2832810Z FILE_SUFFIX: test-default-5-5-linux.2xlarge_9818440707 2022-12-01T10:38:21.2833080Z ##[endgroup] 2022-12-01T10:38:21.3000666Z adding: usage_log.txt (deflated 96%) 2022-12-01T10:38:21.3038421Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:38:21.3038677Z with: 2022-12-01T10:38:21.3038921Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:21.3039179Z retention-days: 14 2022-12-01T10:38:21.3039404Z if-no-files-found: warn 2022-12-01T10:38:21.3039642Z path: test-jsons-*.zip 2022-12-01T10:38:21.3039866Z name: artifact 2022-12-01T10:38:21.3040077Z s3-bucket: gha-artifacts 2022-12-01T10:38:21.3040308Z region: us-east-1 2022-12-01T10:38:21.3040516Z env: 2022-12-01T10:38:21.3040715Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:21.3040945Z ##[endgroup] 2022-12-01T10:38:22.1074758Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:38:22.1075253Z With the provided path, there will be 1 file uploaded 2022-12-01T10:38:22.1075575Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:22.1145707Z Starting upload of test-jsons-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:22.2353701Z Finished upload of test-jsons-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:22.2491621Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:38:22.2491867Z with: 2022-12-01T10:38:22.2492115Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:22.2492376Z retention-days: 14 2022-12-01T10:38:22.2492602Z if-no-files-found: error 2022-12-01T10:38:22.2492851Z path: test-reports-*.zip 2022-12-01T10:38:22.2493268Z name: artifact 2022-12-01T10:38:22.2493481Z s3-bucket: gha-artifacts 2022-12-01T10:38:22.2493717Z region: us-east-1 2022-12-01T10:38:22.2493927Z env: 2022-12-01T10:38:22.2494130Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:22.2494359Z ##[endgroup] 2022-12-01T10:38:22.5777886Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:38:22.5778438Z With the provided path, there will be 1 file uploaded 2022-12-01T10:38:22.5778922Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:22.5787007Z Starting upload of test-reports-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:22.7261269Z Finished upload of test-reports-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:22.7416609Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-12-01T10:38:22.7416878Z with: 2022-12-01T10:38:22.7417136Z s3-prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:22.7417387Z retention-days: 14 2022-12-01T10:38:22.7417635Z if-no-files-found: ignore 2022-12-01T10:38:22.7417884Z path: usage-log-*.zip 2022-12-01T10:38:22.7418116Z name: artifact 2022-12-01T10:38:22.7418333Z s3-bucket: gha-artifacts 2022-12-01T10:38:22.7418573Z region: us-east-1 2022-12-01T10:38:22.7418789Z env: 2022-12-01T10:38:22.7418993Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:22.7419305Z ##[endgroup] 2022-12-01T10:38:23.0697498Z NOTE: s3-prefix specified, ignoring name parameter 2022-12-01T10:38:23.0697930Z With the provided path, there will be 1 file uploaded 2022-12-01T10:38:23.0698260Z Uploading to s3 prefix: pytorch/pytorch/3591403534/1/artifact 2022-12-01T10:38:23.0704896Z Starting upload of usage-log-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:23.1776318Z Finished upload of usage-log-test-default-5-5-linux.2xlarge_9818440707.zip 2022-12-01T10:38:23.1926836Z ##[group]Run set -x 2022-12-01T10:38:23.1927081Z set -x 2022-12-01T10:38:23.1927348Z python3 -m pip install -r requirements.txt 2022-12-01T10:38:23.1927641Z python3 -m pip install boto3==1.19.12 2022-12-01T10:38:23.1927963Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:38:23.1939711Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:23.1939979Z env: 2022-12-01T10:38:23.1940187Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:23.1940444Z AWS_DEFAULT_REGION: us-east-1 2022-12-01T10:38:23.1940682Z BRANCH: pull/89997 2022-12-01T10:38:23.1940893Z TEST_CONFIG: default 2022-12-01T10:38:23.1941118Z SHARD_NUMBER: 5 2022-12-01T10:38:23.1941388Z BUILD_ENVIRONMENT: linux-focal-py3.7-clang7-asan 2022-12-01T10:38:23.1941644Z PR_NUMBER: 89997 2022-12-01T10:38:23.1941875Z PYTORCH_RETRY_TEST_CASES: 1 2022-12-01T10:38:23.1942126Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-12-01T10:38:23.1942420Z SHA1: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:38:23.1942667Z TAG: 2022-12-01T10:38:23.1942863Z WORKFLOW_ID: 3591403534 2022-12-01T10:38:23.1943241Z GITHUB_TOKEN: *** 2022-12-01T10:38:23.1943475Z GHA_WORKFLOW_JOB_ID: 9818440707 2022-12-01T10:38:23.1943694Z ##[endgroup] 2022-12-01T10:38:23.1968878Z + python3 -m pip install -r requirements.txt 2022-12-01T10:38:23.4002036Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:38:23.4250707Z 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:38:23.4275967Z 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:38:23.4283686Z 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:38:23.4293337Z 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:38:23.4654595Z 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:38:23.4662847Z 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:38:23.4739508Z 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:38:23.4747151Z 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:38:23.4933543Z Requirement already satisfied: setuptools in /usr/lib/python3.7/site-packages (from -r requirements.txt (line 10)) (49.1.3) 2022-12-01T10:38:23.5097783Z 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:38:23.5105924Z 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:38:23.5111571Z 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:38:23.5121101Z 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:38:23.5141434Z 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:38:23.5157074Z 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:38:23.5166967Z 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:38:23.5186705Z 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:38:23.5432148Z 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:38:23.5450400Z 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:38:23.5602896Z 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:38:23.5611148Z 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:38:23.5622347Z 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:38:23.6397720Z + python3 -m pip install boto3==1.19.12 2022-12-01T10:38:23.8411154Z Defaulting to user installation because normal site-packages is not writeable 2022-12-01T10:38:23.8583945Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2022-12-01T10:38:23.8632204Z 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:38:23.8644298Z 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:38:23.8670047Z 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:38:23.8716505Z 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:38:23.8736390Z 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:38:23.8885235Z 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:38:24.0584243Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-12-01T10:38:47.8033353Z [scribe] Scribe access token not provided, sending report via boto3... 2022-12-01T10:38:47.8034615Z ERROR ENCOUNTERED WHEN UPLOADING TO SCRIBE: {"errorType":"Runtime.ExitError","errorMessage":"RequestId: e8ae31f8-275b-4a28-88a1-252031eee6b4 Error: Runtime exited with error: signal: killed"} 2022-12-01T10:38:47.8035144Z 2022-12-01T10:38:47.8037146Z ----- Historic stats comparison result ------ 2022-12-01T10:38:47.8037362Z 2022-12-01T10:38:47.8037641Z job: linux-focal-py3.7-clang7-asan 2022-12-01T10:38:47.8038169Z commit: c13d400bffe90e16b96520bbc8a41a6f0c9cd584 2022-12-01T10:38:47.8038376Z 2022-12-01T10:38:47.8038547Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-12-01T10:38:47.8038947Z 2022-12-01T10:38:47.8039037Z : (master) 2022-12-01T10:38:47.8039241Z | 2022-12-01T10:38:47.8039482Z | * c13d400bff (HEAD) total time 2516.15s 2022-12-01T10:38:47.8039707Z | | 2022-12-01T10:38:47.8039914Z | : (59 commits) 2022-12-01T10:38:47.8040117Z |/ 2022-12-01T10:38:47.8040460Z * 67eb2d5952 (base) 10 reports, total time 5066.56s ± 758.59s 2022-12-01T10:38:47.8040907Z * 1c5ca724f4 5 reports, total time 5007.67s ± 739.45s 2022-12-01T10:38:47.8041271Z * 9d6109c4b0 5 reports, total time 5248.41s ± 838.92s 2022-12-01T10:38:47.8041612Z * 736adc0808 5 reports, total time 5004.15s ± 697.56s 2022-12-01T10:38:47.8041967Z * a348975e00 5 reports, total time 4985.14s ± 784.41s 2022-12-01T10:38:47.8042322Z * db13049b88 5 reports, total time 5049.73s ± 583.05s 2022-12-01T10:38:47.8042677Z * d07b85393a 5 reports, total time 5006.93s ± 737.16s 2022-12-01T10:38:47.8043022Z * ac25c210e5 5 reports, total time 4959.94s ± 911.28s 2022-12-01T10:38:47.8043371Z * 2355b6256b 5 reports, total time 4922.19s ± 818.33s 2022-12-01T10:38:47.8044795Z * 4f95f7ae9b 5 reports, total time 5092.55s ± 718.39s 2022-12-01T10:38:47.8045035Z | 2022-12-01T10:38:47.8045232Z : 2022-12-01T10:38:47.8045347Z 2022-12-01T10:38:47.8045488Z Removed (across 598 suites) 0 tests, totaling 0.00s 2022-12-01T10:38:47.8045787Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-12-01T10:38:47.8046096Z Added (across 98 suites) 43691 tests, totaling +2516.15s 2022-12-01T10:38:47.8989531Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2022-12-01T10:38:47.8989829Z with: 2022-12-01T10:38:47.8990033Z env: 2022-12-01T10:38:47.8990239Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:47.8990471Z ##[endgroup] 2022-12-01T10:38:47.9009725Z ##[group]Run set -eou pipefail 2022-12-01T10:38:47.9010008Z set -eou pipefail 2022-12-01T10:38:47.9010231Z  2022-12-01T10:38:47.9010510Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2022-12-01T10:38:47.9010852Z for _ in $(seq 1440); do 2022-12-01T10:38:47.9011162Z  # Break if no ssh session exists anymore 2022-12-01T10:38:47.9011426Z  if [ "$(who)" = "" ]; then 2022-12-01T10:38:47.9011637Z  break 2022-12-01T10:38:47.9011847Z  fi 2022-12-01T10:38:47.9012059Z  echo "." 2022-12-01T10:38:47.9012263Z  sleep 5 2022-12-01T10:38:47.9012474Z done 2022-12-01T10:38:47.9024047Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:47.9024414Z env: 2022-12-01T10:38:47.9024637Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:47.9024870Z ##[endgroup] 2022-12-01T10:38:47.9049007Z Holding runner for 2 hours until all ssh sessions have logged out 2022-12-01T10:38:47.9141680Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:38:47.9142046Z # ignore expansion of "docker ps -q" since it could be empty 2022-12-01T10:38:47.9142342Z # shellcheck disable=SC2046 2022-12-01T10:38:47.9142611Z docker stop $(docker ps -q) || true 2022-12-01T10:38:47.9142868Z # Prune all of the docker images 2022-12-01T10:38:47.9143123Z docker system prune -af 2022-12-01T10:38:47.9153362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2022-12-01T10:38:47.9153616Z env: 2022-12-01T10:38:47.9153838Z GIT_DEFAULT_BRANCH: master 2022-12-01T10:38:47.9154071Z ##[endgroup] 2022-12-01T10:38:48.4474860Z 1f3d7dea148c 2022-12-01T10:38:49.7031462Z Deleted Containers: 2022-12-01T10:38:49.7031832Z 1f3d7dea148c3c92fd09b24facc3a66e7ddf22fe7722f83b7a8eed411b646f36 2022-12-01T10:38:49.7032047Z 2022-12-01T10:38:55.5825952Z Deleted Images: 2022-12-01T10:38:55.5826696Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan:fa72f5a0a230eb632055220542038bd4ceca184b 2022-12-01T10:38:55.5828059Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-py3-clang7-asan@sha256:42f45500ffafce3e5c89e7a2b668a2227178819b884f9370a30317f1498a9ec8 2022-12-01T10:38:55.5828562Z deleted: sha256:c3feb30865e79ddc0cfdf79d04a44eb63523e70e9b73865190caeb53ae341ff9 2022-12-01T10:38:55.5829022Z deleted: sha256:3b991d7f23a1b58e56694105222dd6809b4be44499afad0b8b82c6ddbc5f2164 2022-12-01T10:38:55.5829394Z deleted: sha256:15752bc857ecf65ff3049fc03c10cc0a7501e2f7d93be22ced2912d2b9e66e35 2022-12-01T10:38:55.5829761Z deleted: sha256:c6b44703f9d349843966e874f075cf0fe3968f541ee8a39e9445b51633b3ac71 2022-12-01T10:38:55.5830128Z deleted: sha256:dcf3568f2cc0182c7b5e5c68ea1811487081835d3e2fcea83bd0afe6e524b87a 2022-12-01T10:38:55.5830509Z deleted: sha256:e7eb59e53c4f69f57996af64cfe31cf49c4e6198df0beb627ff324429f9c4f7e 2022-12-01T10:38:55.5830882Z deleted: sha256:0cb91ba135d7b8e6c88aac894a76d2b1530f7b6cf5d72edeb3dd0ec9d72298dc 2022-12-01T10:38:55.5831262Z deleted: sha256:1c2c711542f9075d00937ab8dc71c74ee05108092079a3fb0e5b28e546a104e1 2022-12-01T10:38:55.5831629Z deleted: sha256:bf24657135d8f6bd0eb93cd61b6b07b5ca34bd255f9bc3feb495e6ab50bce05d 2022-12-01T10:38:55.5831999Z deleted: sha256:4bd80d9762b199b05c89d37b03423ddc10bc2a95ed25083c05dd94d851a0e4da 2022-12-01T10:38:55.5832348Z deleted: sha256:a0a86ba5d6196160a4373afa235083f92b7c55b1eb17c80160d83674eb149b49 2022-12-01T10:38:55.5832711Z deleted: sha256:8a9c54bb2f9142c23f9c4e546858aa4db2450b30cf6f16aea41ddf0c7a276574 2022-12-01T10:38:55.5833080Z deleted: sha256:57c61ca4f3768deb0947da97216c33d9039eded12bc63c244fbfa5422dc97ea2 2022-12-01T10:38:55.5833507Z deleted: sha256:0321b23fe099c50a2961bb25bfc86ae9cb209728fad2dc54004d99c3a2b33560 2022-12-01T10:38:55.5834282Z deleted: sha256:664cf2d9466eb24fc5594a9e7861c12998b63d5bec2c6c09c339533b8f94c405 2022-12-01T10:38:55.5834645Z deleted: sha256:8725cec1bf966c6d1fed60c3c34c870fb321a228b8669c855e98559ede58f74e 2022-12-01T10:38:55.5835036Z deleted: sha256:ecfed089dd58b0c535a9356a83fa2a203e7f4dce4ea18abdc35adf39e9e05706 2022-12-01T10:38:55.5835424Z deleted: sha256:dd9959c6babb00adbd0c6c0dfaf9a18ba099de04bc1348a512fe4607c4f7f72f 2022-12-01T10:38:55.5835811Z deleted: sha256:229fe6fcf37e5a9f900e3159c44fd861fe7e0a7766c2b175e5fbca3e69ea52c1 2022-12-01T10:38:55.5836191Z deleted: sha256:80f9b5a94561abcb5bbb7d7b4550b6bb437013aee335f9bcaf6f747288380bbc 2022-12-01T10:38:55.5836547Z deleted: sha256:4be45b53523b3810602f920ffc72e48c4098458cc94e5ddeac20ba16cd08ab69 2022-12-01T10:38:55.5836899Z deleted: sha256:c31307683a4f779e511b6e3dea78f2ec8542182d6e784d09e660ccfa28f5cbdc 2022-12-01T10:38:55.5837243Z deleted: sha256:4837421e64d08bbf533a6707a589e0129f6588b731a808200572be9dad41e0c6 2022-12-01T10:38:55.5837584Z deleted: sha256:042d96787c27e10223637ca3b6dfc87e1c12706a5fb0d376598cccd1a5944f07 2022-12-01T10:38:55.5838304Z deleted: sha256:31715a193ce574fabf84eda047e545bff2f17df76f739d070dd9f445b07ff297 2022-12-01T10:38:55.5838676Z deleted: sha256:6a8ca4521bad8a2a677717cf714bd3917378b4fe3bcd45a776e3ae5ac86236f9 2022-12-01T10:38:55.5839061Z deleted: sha256:f0fdcfea6a84cdb9246ece745e1d5b71a1940c94be2521765aedc652b335eddc 2022-12-01T10:38:55.5839434Z deleted: sha256:ba0e8626bcce5da56a3f90136ee680e90a88cafb883f9677f0492668f580e33f 2022-12-01T10:38:55.5839806Z deleted: sha256:1dbf9172e126c3c4d591e2534eef17f63daf81645ac7a992e4bc1174b66fcbd0 2022-12-01T10:38:55.5840170Z deleted: sha256:3745e59d0f1363593d00e80e3d0ecb696465ecbb8d3fdac2dac39741d83498e4 2022-12-01T10:38:55.5840888Z deleted: sha256:8f10686558f8901f61640c56969cf26190f1050aa26602ba9d4940aab45e7c99 2022-12-01T10:38:55.5841222Z deleted: sha256:a58b84e137f8ca0494356963bf43829f974ee9b7cf7d0cf3e6c271b2e383be02 2022-12-01T10:38:55.5841594Z deleted: sha256:d2ea9c7f3e8f1208f44b26521effa578bebb71039a24fd2b1e12b4e5743d5365 2022-12-01T10:38:55.5841951Z deleted: sha256:413d10028cd12890cf352ce9983513fb605e21c7326102485e3172b84ddf833c 2022-12-01T10:38:55.5842306Z deleted: sha256:d5efcd370ecdd01f56b82febb7813b6f29c50bfca7a19bff33dae186e2ef7401 2022-12-01T10:38:55.5842723Z deleted: sha256:df7212c3900a3b39c7216174b382d6fd00c145d2bbfe1135a75690f6684f4420 2022-12-01T10:38:55.5843075Z deleted: sha256:6f22b23bcd269fe0e6905a497335118ff8186ee5d579aecdc73814be0549367c 2022-12-01T10:38:55.5843433Z deleted: sha256:00231c616d684a4dad279f1a6c3e37b63c5924a5e2a3dc5743855c10f8685d0a 2022-12-01T10:38:55.5843782Z deleted: sha256:f53b36d3fc1b6757c4fc5f5d1e946e107bd070941458ae3bd96d14f88e9385b3 2022-12-01T10:38:55.5844169Z deleted: sha256:fb5beb334cfacef4aecf684f74bac046f510af7b9ffceae52c5ba65a1d8dd6e6 2022-12-01T10:38:55.5844558Z deleted: sha256:9f9f5e798a4d443cd0dfe07369a7b73380ed466587633ff94263d32f1b34a05d 2022-12-01T10:38:55.5844891Z deleted: sha256:647883060b854c898144b0c053b59a04fbe20fdfb171025e1254ae6ce17b7c26 2022-12-01T10:38:55.5845235Z deleted: sha256:d833859fea8b79a698280e9fb826e00292a8eb9258599cb3b283f97481cf5923 2022-12-01T10:38:55.5845609Z deleted: sha256:8e30bcab43e0a3d3e5cbedb7ae69d1ca8c14a30822b59f82d55b9297549a075a 2022-12-01T10:38:55.5846385Z deleted: sha256:e9e3cbe450beabaab506e572c40eff373b0b7a5da52709a5b9e79d7ecd0fa75a 2022-12-01T10:38:55.5846747Z deleted: sha256:c03829b78195a204f4e83d0df661978e71ca638886dd43328fdf5a30f621df7d 2022-12-01T10:38:55.5847097Z deleted: sha256:b65c765d83641c3e20fb7d8d22676a2eb52b23e45c5b5420a6196bd079653bd8 2022-12-01T10:38:55.5847807Z deleted: sha256:9f4461bf8102f0112d36b6e47b3bd83390c9e5ae10bf8c2e6f1aad80ad9d764a 2022-12-01T10:38:55.5848153Z deleted: sha256:bb3004ca06d23688a568d95778e87cb02a487b3da68368f635855f8ba889e0c4 2022-12-01T10:38:55.5848504Z deleted: sha256:e4630b30a880ccaaa06365e2777a00130679b5c8ba0043b1874997a7291adf9c 2022-12-01T10:38:55.5849954Z deleted: sha256:f45b9c1c4b76ff76079cabdddbae9f502cca2edf6c9c89436582f3c6d4294917 2022-12-01T10:38:55.5850475Z deleted: sha256:5df899f744c2aa449c228585d787f30ae433e33b5e65f3a255377fe5d103a7a4 2022-12-01T10:38:55.5850933Z deleted: sha256:8af01463d8e1c3f4756e121353c9e833712c78ba2b3357c6aea6da54d8906f2b 2022-12-01T10:38:55.5851427Z deleted: sha256:2c2c883cb5cd4d831744ba6dd5d2f980a2cc25497b904aabe5497155740c7cc9 2022-12-01T10:38:55.5851913Z deleted: sha256:65642a1e69f02ee5cfe5f77fc6b0f4d4be0e071574466982d8f92aba67b0f250 2022-12-01T10:38:55.5852313Z deleted: sha256:d43d5e2379f80bfe6f73f28c60e8181f5a5551d39d7b5800b16e57666a3d7f66 2022-12-01T10:38:55.5852680Z deleted: sha256:7070a4ad8ac000d6910f8bab3e00671f9ea4e7094064da08eb1892332166b92d 2022-12-01T10:38:55.5853203Z deleted: sha256:b40ed86654e59e1012e1716d5384910f8c3bb58274b7b00fca564a53e9897ba3 2022-12-01T10:38:55.5853402Z 2022-12-01T10:38:55.5853530Z Total reclaimed space: 7.92GB 2022-12-01T10:38:55.5982328Z Post job cleanup. 2022-12-01T10:38:55.6051777Z Post job cleanup. 2022-12-01T10:38:55.7123139Z [command]/usr/bin/git version 2022-12-01T10:38:55.7167367Z git version 2.37.1 2022-12-01T10:38:55.7204668Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7e5dbe10-41b6-4829-8bd3-7643c9c087c8' before making global git config changes 2022-12-01T10:38:55.7205145Z Adding repository directory to the temporary git global config as a safe directory 2022-12-01T10:38:55.7209172Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2022-12-01T10:38:55.7257323Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2022-12-01T10:38:55.7286387Z [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:38:55.7678392Z Entering 'android/libs/fbjni' 2022-12-01T10:38:55.7724453Z Entering 'third_party/FP16' 2022-12-01T10:38:55.7764681Z Entering 'third_party/FXdiv' 2022-12-01T10:38:55.7812894Z Entering 'third_party/NNPACK' 2022-12-01T10:38:55.7861299Z Entering 'third_party/QNNPACK' 2022-12-01T10:38:55.7907670Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:38:55.7941931Z Entering 'third_party/XNNPACK' 2022-12-01T10:38:55.8075467Z Entering 'third_party/benchmark' 2022-12-01T10:38:55.8125721Z Entering 'third_party/cpuinfo' 2022-12-01T10:38:55.8181423Z Entering 'third_party/cub' 2022-12-01T10:38:55.8227508Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:38:55.8266668Z Entering 'third_party/cutlass' 2022-12-01T10:38:55.8307090Z Entering 'third_party/eigen' 2022-12-01T10:38:55.8377329Z Entering 'third_party/fbgemm' 2022-12-01T10:38:55.8461968Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:38:55.8535233Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:38:55.8593302Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:38:55.8680880Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:38:55.8721920Z Entering 'third_party/flatbuffers' 2022-12-01T10:38:55.8756783Z Entering 'third_party/fmt' 2022-12-01T10:38:55.8817606Z Entering 'third_party/foxi' 2022-12-01T10:38:55.8858578Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:38:55.8908045Z Entering 'third_party/gloo' 2022-12-01T10:38:55.8959604Z Entering 'third_party/googletest' 2022-12-01T10:38:55.9014262Z Entering 'third_party/ideep' 2022-12-01T10:38:55.9097026Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:38:55.9230376Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:38:55.9316480Z Entering 'third_party/ios-cmake' 2022-12-01T10:38:55.9358273Z Entering 'third_party/ittapi' 2022-12-01T10:38:55.9392166Z Entering 'third_party/kineto' 2022-12-01T10:38:55.9426711Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:38:55.9459366Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:38:55.9493520Z Entering 'third_party/nccl/nccl' 2022-12-01T10:38:55.9550705Z Entering 'third_party/neon2sse' 2022-12-01T10:38:55.9593227Z Entering 'third_party/nlohmann' 2022-12-01T10:38:55.9628519Z Entering 'third_party/onnx' 2022-12-01T10:38:55.9854699Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:38:55.9922894Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:38:55.9975767Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:38:56.0101426Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:38:56.0272809Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:38:56.0373478Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:38:56.0489458Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:38:56.0532908Z Entering 'third_party/pocketfft' 2022-12-01T10:38:56.0565727Z Entering 'third_party/protobuf' 2022-12-01T10:38:56.0711000Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:38:56.0775978Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:38:56.0824236Z Entering 'third_party/psimd' 2022-12-01T10:38:56.0866677Z Entering 'third_party/pthreadpool' 2022-12-01T10:38:56.0918489Z Entering 'third_party/pybind11' 2022-12-01T10:38:56.0971048Z Entering 'third_party/python-enum' 2022-12-01T10:38:56.1012260Z Entering 'third_party/python-peachpy' 2022-12-01T10:38:56.1064055Z Entering 'third_party/python-six' 2022-12-01T10:38:56.1105338Z Entering 'third_party/sleef' 2022-12-01T10:38:56.1156802Z Entering 'third_party/tbb' 2022-12-01T10:38:56.1191949Z Entering 'third_party/tensorpipe' 2022-12-01T10:38:56.1245758Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:38:56.1310096Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:38:56.1373399Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:38:56.1441219Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:38:56.1518119Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:38:56.1561113Z Entering 'third_party/zstd' 2022-12-01T10:38:56.1628594Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-12-01T10:38:56.1654826Z http.https://github.com/.extraheader 2022-12-01T10:38:56.1661832Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2022-12-01T10:38:56.1690943Z [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:38:56.1933729Z Entering 'android/libs/fbjni' 2022-12-01T10:38:56.1953035Z http.https://github.com/.extraheader 2022-12-01T10:38:56.1979447Z Entering 'third_party/FP16' 2022-12-01T10:38:56.1998885Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2024564Z Entering 'third_party/FXdiv' 2022-12-01T10:38:56.2044174Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2070038Z Entering 'third_party/NNPACK' 2022-12-01T10:38:56.2089898Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2116943Z Entering 'third_party/QNNPACK' 2022-12-01T10:38:56.2137299Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2163433Z Entering 'third_party/VulkanMemoryAllocator' 2022-12-01T10:38:56.2183382Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2209580Z Entering 'third_party/XNNPACK' 2022-12-01T10:38:56.2230511Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2266056Z Entering 'third_party/benchmark' 2022-12-01T10:38:56.2285619Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2311518Z Entering 'third_party/cpuinfo' 2022-12-01T10:38:56.2331095Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2357069Z Entering 'third_party/cub' 2022-12-01T10:38:56.2377541Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2403244Z Entering 'third_party/cudnn_frontend' 2022-12-01T10:38:56.2423489Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2453590Z Entering 'third_party/cutlass' 2022-12-01T10:38:56.2473290Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2504873Z Entering 'third_party/eigen' 2022-12-01T10:38:56.2524349Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2551872Z Entering 'third_party/fbgemm' 2022-12-01T10:38:56.2571829Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2597986Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-12-01T10:38:56.2617979Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2644199Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-12-01T10:38:56.2664163Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2690481Z Entering 'third_party/fbgemm/third_party/googletest' 2022-12-01T10:38:56.2711381Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2736986Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-12-01T10:38:56.2755394Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2782290Z Entering 'third_party/flatbuffers' 2022-12-01T10:38:56.2801722Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2828862Z Entering 'third_party/fmt' 2022-12-01T10:38:56.2848069Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2874546Z Entering 'third_party/foxi' 2022-12-01T10:38:56.2895690Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2920992Z Entering 'third_party/gemmlowp/gemmlowp' 2022-12-01T10:38:56.2940770Z http.https://github.com/.extraheader 2022-12-01T10:38:56.2965627Z Entering 'third_party/gloo' 2022-12-01T10:38:56.2985404Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3010188Z Entering 'third_party/googletest' 2022-12-01T10:38:56.3029781Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3055172Z Entering 'third_party/ideep' 2022-12-01T10:38:56.3074335Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3100295Z Entering 'third_party/ideep/mkl-dnn' 2022-12-01T10:38:56.3118935Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3145885Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-12-01T10:38:56.3164262Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3196366Z Entering 'third_party/ios-cmake' 2022-12-01T10:38:56.3216410Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3241671Z Entering 'third_party/ittapi' 2022-12-01T10:38:56.3260868Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3285832Z Entering 'third_party/kineto' 2022-12-01T10:38:56.3305275Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3330010Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-12-01T10:38:56.3348914Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3375367Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-12-01T10:38:56.3393961Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3420386Z Entering 'third_party/nccl/nccl' 2022-12-01T10:38:56.3439535Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3465128Z Entering 'third_party/neon2sse' 2022-12-01T10:38:56.3484446Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3509747Z Entering 'third_party/nlohmann' 2022-12-01T10:38:56.3529181Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3556549Z Entering 'third_party/onnx' 2022-12-01T10:38:56.3576062Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3612258Z Entering 'third_party/onnx/third_party/benchmark' 2022-12-01T10:38:56.3631317Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3657753Z Entering 'third_party/onnx/third_party/pybind11' 2022-12-01T10:38:56.3676557Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3703694Z Entering 'third_party/onnx-tensorrt' 2022-12-01T10:38:56.3722888Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3746849Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-12-01T10:38:56.3766194Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3796091Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-12-01T10:38:56.3815180Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3841489Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-12-01T10:38:56.3860328Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3885359Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-12-01T10:38:56.3905086Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3935121Z Entering 'third_party/pocketfft' 2022-12-01T10:38:56.3954360Z http.https://github.com/.extraheader 2022-12-01T10:38:56.3979266Z Entering 'third_party/protobuf' 2022-12-01T10:38:56.3998532Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4027279Z Entering 'third_party/protobuf/third_party/benchmark' 2022-12-01T10:38:56.4046622Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4072567Z Entering 'third_party/protobuf/third_party/googletest' 2022-12-01T10:38:56.4091754Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4119317Z Entering 'third_party/psimd' 2022-12-01T10:38:56.4139029Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4164299Z Entering 'third_party/pthreadpool' 2022-12-01T10:38:56.4184158Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4209452Z Entering 'third_party/pybind11' 2022-12-01T10:38:56.4229216Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4254680Z Entering 'third_party/python-enum' 2022-12-01T10:38:56.4273903Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4299253Z Entering 'third_party/python-peachpy' 2022-12-01T10:38:56.4318557Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4344222Z Entering 'third_party/python-six' 2022-12-01T10:38:56.4363300Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4389717Z Entering 'third_party/sleef' 2022-12-01T10:38:56.4408636Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4435311Z Entering 'third_party/tbb' 2022-12-01T10:38:56.4455549Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4482071Z Entering 'third_party/tensorpipe' 2022-12-01T10:38:56.4502244Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4527535Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-12-01T10:38:56.4546093Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4572187Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-12-01T10:38:56.4591152Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4617333Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-12-01T10:38:56.4636382Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4662285Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-12-01T10:38:56.4680679Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4706318Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-12-01T10:38:56.4725058Z http.https://github.com/.extraheader 2022-12-01T10:38:56.4753706Z Entering 'third_party/zstd' 2022-12-01T10:38:56.4773478Z http.https://github.com/.extraheader 2022-12-01T10:38:56.5002649Z Cleaning up orphan processes